Speed up AutoConnect at startup.
[tinc] / src / net.c
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...
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-07-29 Guus SliepenNative Windows support.
2003-07-29 Guus SliepenFix compile errors and warnings.
2003-07-23 Guus SliepenDon't initialise a CIPHER_CTX if cipher == NULL.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-07-06 Guus Sliepen- simplify configure.in
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-19 Guus SliepenMake sure outgoing_t is completely freed.
2003-04-03 Guus SliepenHUP signal now closes connections to hosts if their...
2003-01-17 Guus Sliepen- Fix indentation in some places.
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-06 Guus SliepenWhy don't these connection_t's get cleaned up?
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-03 Guus SliepenDrop graph and edge stuff. Use new node stuff instead.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
next