Use the event log under Windows.
[tinc] / src / node.h
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-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.