projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Ensure "make distcheck" really runs without errors.
[tinc]
/
src
/
net.c
2017-10-07
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
2017-10-07
Guus Sliepen
Convert sizeof foo to sizeof(foo).
blob
|
commitdiff
|
raw
|
diff to current
2017-09-02
Guus Sliepen
Releasing 1.1pre15.
release-1.1pre15
blob
|
commitdiff
|
raw
|
diff to current
2017-08-22
Guus Sliepen
Make autoconnect try to heal network splits.
blob
|
commitdiff
|
raw
|
diff to current
2017-04-17
Guus Sliepen
Fix compiler warnings on *BSD.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Guus Sliepen
Fix warnings from the Clang static analyzer.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-21
lemoer
Added comments and unfold deep "if"-construct in timeou...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-19
thorkill
Prevent tincd from sending packets to unexpecting nodes
blob
|
commitdiff
|
raw
|
diff to current
2016-04-30
Guus Sliepen
AutoConnect now only chooses from nodes for which we...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-17
Guus Sliepen
Speed up AutoConnect at startup.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-15
Guus Sliepen
Fix a non-working cast to get rid of a compiler warning.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-14
Guus Sliepen
Replace usleep() with nanosleep().
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Guus Sliepen
Allocate temporary filenames on the stack.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'seehuhn/1.1' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-02-09
Guus Sliepen
Always call res_init() before getaddrinfo().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send gratuitous type 2 probe replies.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Always keep UDP mappings alive for nodes that also...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Merge branch 'keysegfault' of https://github.com/decham...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Merge branch 'winwarnings' of https://github.com/decham...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Etienne Dechamps
Remove redundant connection_t::status.active field.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Make broadcast addresses configurable.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Etienne Dechamps
Fix errno references when handling socket errors.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-22
Armin Fisslthaler
reload /etc/resolv.conf in SIGALRM handler
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Guus Sliepen
Change AutoConnect from int to bool.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-18
Guus Sliepen
Clean up child processes from proxy type exec.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Guus Sliepen
Use PATHEXT when checking for the presence of scripts...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-02
Guus Sliepen
Non-zero exit code when reloading config file fails...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-02
Guus Sliepen
Really retry outgoing connections immediately if requested.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-02
Guus Sliepen
Clean up the SIGINT handler.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-11
Guus Sliepen
Use read_host_config() where appropriate.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Guus Sliepen
Rename xmalloc_and_zero() to xzalloc().
blob
|
commitdiff
|
raw
|
diff to current
2013-03-08
Guus Sliepen
Avoid calling time(NULL).
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Guus Sliepen
Fix compiler warnings on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Guus Sliepen
Check for writability when waiting for a socket to...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-20
Guus Sliepen
Releasing 1.1pre5.
release-1.1pre5
blob
|
commitdiff
|
raw
|
diff to current
2013-01-17
Guus Sliepen
Move make_names() and related variables to its own...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-17
Guus Sliepen
Handle SIGINT gracefully.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-29
Guus Sliepen
Drop libevent and use our own event handling again.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Guus Sliepen
Slightly randomize all timeouts.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-21
Guus Sliepen
Add the AutoConnect option.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-10
Guus Sliepen
Fix whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
C99 extravaganza.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
Replace the connection_tree with a connection_list.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-07
Guus Sliepen
Refactor outgoing connection handling.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-30
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-09-28
Guus Sliepen
Remove some debugging messages.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-28
Guus Sliepen
Correctly add/remove outgoing connections when reloadin...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-04
Guus Sliepen
Remove newlines at end of log messages.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-27
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-07-21
Guus Sliepen
Use backslashes on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-21
Guus Sliepen
Fix various compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-20
Guus Sliepen
Allow more configuration variables to be changed when...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-14
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Guus Sliepen
Fix crash when handling the ALRM signal.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-26
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Sven-Haegar Koch
terminate_connection(): delete non-outgoing (aka incomi...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Sven-Haegar Koch
terminate_connection(): only kill c->node->connection...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-08
Sven-Haegar Koch
terminate_connection(): Avoid use-after-free and double...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-26
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-03-25
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-03-25
Guus Sliepen
Fix some more compiler warnings.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-21
Guus Sliepen
Add support for multicast communication with UML/QEMU...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-20
Guus Sliepen
Always try next Address when an outgoing connection...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-10
Guus Sliepen
Update copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-02-26
Guus Sliepen
Allow log messages to be captured by tincctl.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-26
Guus Sliepen
Don't close control connections when handling a reload...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-26
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-02-25
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-02-23
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Guus Sliepen
Pass index into listen_socket[] to handle_incoming_vpn_...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2012-02-20
Guus Sliepen
Rename connection_t *broadcast to everyone.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-04
Guus Sliepen
Allow linking with multiple device drivers.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-23
Guus Sliepen
Use usleep() instead of sleep(), MinGW complained.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-16
Guus Sliepen
Use usleep() instead of sleep(), MinGW complained.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-16
Guus Sliepen
Use the same logic as tinc 1.0.x for detecting two...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-16
Guus Sliepen
Make code to detect two nodes with the same Name less...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-10
Guus Sliepen
Close meta connection socket after cleaning up event...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
Guus Sliepen
Re-add support for SIGALRM.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Guus Sliepen
Reopen log file after SIGHUP.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2011-06-06
Guus Sliepen
Improved --logfile option.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-04
Guus Sliepen
Attribution for Loïc Grenié.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-04
Loïc Grenié
Nearly tickless tinc.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-28
Guus Sliepen
Fix sparse warnings and add an extra sprinkling of...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Guus Sliepen
Check if an event is initialized before calling event_d...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-09
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2011-05-08
Guus Sliepen
Update THANKS and copyright information.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-08
Guus Sliepen
Increase threshold for detecting two nodes with the...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-19
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Guus Sliepen
Read error counter must be static.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Guus Sliepen
Quit when there are too many consecutive errors on...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-04
Guus Sliepen
Detect and prevent two nodes with the same Name being...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-01
Guus Sliepen
Fix all warnings when compiling with mingw64.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-17
Guus Sliepen
Merge branch 'master' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2010-04-11
Guus Sliepen
Ensure subnet-up/down scripts are called after HUP...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-11
Guus Sliepen
Fix reloading Subnets when StrictSubnets is set.
blob
|
commitdiff
|
raw
|
diff to current
next