Fixed tinc-up script calling on Win32.
[tinc] / src / net.c
2014-05-11 Guus SliepenFIx the autoconf checks for res_init().
2014-05-06 Guus SliepenFix issues found by Coverity.
2014-04-25 Guus SliepenAdd an autoconf check for res_init().
2014-04-25 Armin Fisslthalerreload /etc/resolv.conf in SIGALRM handler
2013-10-18 Guus SliepenClean up child processes from proxy type exec.
2013-09-25 Guus SliepenDon't send PING requests on connections which are not...
2013-09-01 Guus SliepenCheck for writability when waiting for a socket to...
2012-03-25 Guus SliepenFix some more compiler warnings.
2012-03-21 Guus SliepenAdd support for multicast communication with UML/QEMU...
2012-03-20 Guus SliepenAlways try next Address when an outgoing connection...
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-22 Guus SliepenPass index into listen_socket[] to handle_incoming_vpn_...
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-07-23 Guus SliepenUse usleep() instead of sleep(), MinGW complained.
2011-07-16 Guus SliepenMake code to detect two nodes with the same Name less...
2011-06-06 Guus SliepenImproved --logfile option.
2011-06-04 Guus SliepenAttribution for Loïc Grenié.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenIncrease threshold for detecting two nodes with the...
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-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-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-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-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-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-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
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.
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.
2002-06-08 Guus SliepenCleanup:
next