Releasing 1.0.29.
[oweals/tinc.git] / src / protocol_edge.c
2016-04-09 Guus SliepenUpdate copyright notices.
2016-02-28 Guus SliepenFix forwarding of edge updates.
2016-02-27 Guus SliepenImprove performance of edge updates.
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-10-11 Guus SliepenRemove code duplication when checking ADD_EDGE/DEL_EDGE...
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-24 Guus SliepenUpdate copyright information.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-05-21 Michael Tokarevignore indirect edge registrations in tunnelserver...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
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-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-11-10 Guus SliepenAdd Opaque option which prevent information from being...
2003-08-28 Guus SliepenRemove old edges from unreachable nodes to us. This...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
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 SliepenDefine logger(), cleans up source code and allows us...
2002-09-24 Guus SliepenRun graph() after edge_del() when updating an edge.
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-04 Guus SliepenGeneralized request broadcasting/forwarding.
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-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-27 Guus SliepenRemove cruft.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
2002-03-22 Guus SliepenFix add_edge_h().
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-21 Guus SliepenPut a break on requests that run around in circles.
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-11 Guus SliepenForgot to merge new files from pre5.