Check for short packets from the tun/tap device and from other tinc daemons.
[oweals/tinc.git] / src / edge.c
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
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...
2002-09-10 Guus SliepenFix placement of #include "config.h"
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 Sliepenedge_weight_compare() shouldn't rely on edge_compare().
2002-09-06 Guus SliepenRemove global edge_tree.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-03-27 Guus SliepenRemove cruft.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo TimmermansDon't include netutl.h.
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-28 Guus Sliepen- More s/vertex/edge/g
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.