Only send packets via UDP if UDP communication is possible.
[tinc] / src / node.c
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...