Update copyright notices.
[tinc] / src / graph.c
2005-05-04 Guus SliepenUpdate copyright notices.
2005-01-20 Guus SliepenDon't try to add a non-existing node back to the node_u...
2005-01-04 Guus SliepenNodes should only be in the node_udp_tree if they are...
2004-12-01 Guus Sliepensubnet-up/down hooks, use list_t for the todo list.
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 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 SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-10-10 Guus SliepenFix ASCII art.
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-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenUse iface instead of interface because it might already...
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 SliepenDefine logger(), cleans up source code and allows us...
2003-01-17 Guus Sliepen- Fix indentation in some places.
2002-09-10 Guus SliepenFix placement of #include "config.h"
2002-09-10 Guus SliepenFix compiler warnings.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-06 Guus SliepenFix MST algorithm.
2002-09-06 Guus SliepenOnly reset seqno's when a key is sent or received.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-07-10 Guus SliepenAllow list of environment variables to be passed to...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus SliepenCleanup:
2002-05-02 Ivo TimmermansAnother file moved; random interface stuff.
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-24 Guus SliepenExecute hosts/name-up when a node becomes reachable...
2002-03-19 Guus SliepenUpdated SSSP algorithm to automatically detect indirect...
2002-03-12 Guus SliepenRevert changes to Kruskal's algo.
2002-03-12 Guus SliepenSimplified implementation of Kruskal's minimum spanning...
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
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-29 Guus SliepenWorking version of Kruskal's algorithm. The running...
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-28 Guus Sliepen- More s/vertex/edge/g