Gracefully exit through the main thread.
[oweals/tinc.git] / src / net.c
2011-01-15 Guus SliepenGracefully exit through the main thread.
2011-01-15 Guus SliepenIgnore signals in all but the main thread.
2011-01-14 Guus SliepenIntroducing the Big Tinc Lock.
2011-01-14 Guus SliepenUse usleep() instead of sleep().
2011-01-14 Guus SliepenUse tinc 1.0's event infrastructure to handle timeouts.
2011-01-14 Guus SliepenUse threads for TCP connections.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-11-02 Guus SliepenRead error counter must be static.
2010-11-02 Guus SliepenQuit when there are too many consecutive errors on...
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-11 Guus SliepenEnsure subnet-up/down scripts are called after HUP...
2010-04-11 Guus SliepenFix reloading Subnets when StrictSubnets is set.
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-03-18 Sven-Haegar KochNever delete Subnets when StrictSubnets is set
2010-03-01 Guus SliepenAdd the StrictSubnets option.
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-15 Guus SliepenOptimise handling of select() returning <= 0.
2010-01-15 Guus SliepenPing nodes immediately when receiving SIGALRM.
2009-12-14 Guus SliepenDo not include OpenSSL headers directly.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-05 Guus SliepenMake sure the 1.1 branch compiles in a MinGW environment.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenReplace asprintf()s not covered by the merge to xasprin...
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
2009-09-14 Guus SliepenAlso do not use drand48(), it is not available on Windows.
2009-09-09 Guus SliepenConvert bitfields to integers in a safe way.
2009-09-08 Guus SliepenEnsure tinc compiles with gcc -std=c99.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenUse a simple Random Early Drop algorithm in send_tcppac...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-19 Guus SliepenChange flush_events() to expire_events().
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2007-11-07 Scott LambReload configuration through control socket
2007-11-07 Scott LambRetry connections through control socket
2007-11-07 Scott LambAlter debugging levels through control socket
2007-11-07 Scott LambPurge through the control socket
2007-11-07 Scott LambDump through control socket
2007-11-07 Scott LambFix reload crash
2007-05-19 Guus SliepenUse libevent for meta socket input/output buffering.
2007-05-19 Guus SliepenFix retrying outgoing connections.
2007-05-19 Guus SliepenWe can safely delete a connection_t in terminate_connec...
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove last references to the global variable "running".
2007-05-18 Guus SliepenRemove the last bits of the legacy main_loop().
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenUse libevent to handle key expiration.
2007-05-17 Guus SliepenUse libevent to age learned MAC addresses.
2007-05-17 Guus SliepenUse libevent to age past requests.
2007-05-17 Guus SliepenRedo SIGALRM handling.
2007-05-17 Guus SliepenUse libevent to handle all non-fatal signals.
2007-05-17 Guus SliepenRemove legacy event system.
2007-05-17 Guus SliepenUse libevent to handle HUP signal.
2007-05-17 Guus SliepenUse libevent to dump graphs when necessary.
2007-05-17 Guus SliepenUse a separate event structure to handle meta data...
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambA couple missed tevent things.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2007-02-14 Guus SliepenApply patch from Scott Lamb preventing an infinite...
2006-11-29 Guus SliepenMake sure resolved addressed for outgoing connections...
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenAdded graph dumping ability based on Markus Goetz's...
2006-08-08 Guus SliepenFix format string warnings.
2006-08-08 Guus SliepenDo not break strict aliasing of status_t structs.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-06-21 Guus SliepenHandle timeouts during connecting the same way as other...
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-28 Guus SliepenRemove old edges from unreachable nodes to us. This...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenWhen purging nodes, only delete them if nobody referenc...
2003-08-17 Guus SliepenIf we're not in main_loop() and the service is stopped...
next