Add some information about the requirements of a chroot environment.
[oweals/tinc.git] / src / node.c
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2016-06-15 Guus SliepenEnsure compatibility with OpenSSL 1.1.0.
2011-05-28 Guus SliepenRemove newlines from log messages.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-02-18 Guus SliepenPrevent anything from updating our own UDP address.
2010-11-13 Guus SliepenFree replay window when freeing a node_t.
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
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-13 Guus SliepenRemove superfluous call to avl_delete().
2009-09-09 Guus SliepenAnother safe bitfield conversion.
2009-09-08 Guus SliepenAlways remove a node from the UDP tree before freeing it.
2009-06-11 Guus SliepenChange level of some debug messages, zero pointer after...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2005-01-04 Guus SliepenNodes should only be in the node_udp_tree if they are...
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.
2004-03-20 Guus SliepenRevert Martin Kihlgren's patch, it doesn't work the...
2004-03-20 Guus SliepenFix declaration of update_node_address().
2004-03-20 Guus SliepenApplied Martin Kihlgren's IdentityGenerosity patch,
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-29 Guus SliepenFix compile errors and warnings.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
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-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
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-04-29 Guus SliepenFix very stupid bug in node_del(), which might have...
2002-04-28 Ivo Timmermans*** empty log message ***
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-11 Guus SliepenAdded support for packet compression, thanks to Mark...
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo Timmermanslookup_node_udp changed.
2001-10-31 Guus Sliepen- Small fixes to graph algorithms
2001-10-30 Guus SliepenVarious fixes, tinc is now somewhat capable of actually...
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-10-10 Guus SliepenFurther implementation of doc/CONNECTIVITY. connection...