Remove redundant @CFLAGS@ from AM_CFLAGS.
[tinc] / src / node.h
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-08 Guus SliepenEnsure tinc compiles with gcc -std=c99.
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2006-11-11 Guus SliepenThe "active" bit in node.status is not used.
2006-08-08 Guus SliepenDo not break strict aliasing of status_t structs.
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.
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 SliepenLet tinc figure out the exact MTU of the link.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-30 Guus SliepenPrevent definitions from messing up attributes.
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-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 SliepenSprinkling the source with static and attributes.
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-04-18 Guus SliepenBetter handling of late packets.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
2002-09-04 Guus SliepenPrevent looping DEL_NODE/ADD_NODE messages after a...
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-06-08 Guus SliepenUse inttypes.h instead of stdint.h.
2002-06-08 Guus SliepenCleanup:
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-19 Guus SliepenUpdated SSSP algorithm to automatically detect indirect...
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 Timmermans(re)added port to struct node_t
2001-11-16 Ivo TimmermansChanged to use struct addrinfo where needed.
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-28 Guus Sliepen- More s/vertex/edge/g
2001-10-27 Guus SliepenBig bad commit:
2001-10-10 Guus SliepenMore updates to new node/vertex/connection combo.
2001-10-10 Guus SliepenFurther implementation of doc/CONNECTIVITY. connection...
2001-10-09 Guus SliepenSmall corrections.
2001-10-09 Guus SliepenStarted implementing doc/CONNECTIVITY.