Big header file cleanup: everything that has to do with standard system
[tinc] / src / connection.h
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.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-04 Guus SliepenGeneralized request broadcasting/forwarding.
2002-09-04 Guus SliepenRevert to edge and graph stuff. This time, use a direct...
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-02-20 Guus SliepenProtocol now also exchanges cipher/digest/maclength...
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 TimmermansChanged prototype for lookup_connection to use struct...
2001-11-16 Ivo TimmermansUse struct addrinfo in connection_t to hold all host...
2001-10-30 Guus SliepenMore updates to protocol handlers and reimplemented...
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.
2001-10-27 Guus SliepenBig bad commit:
2001-10-10 Guus SliepenMore updates to new node/vertex/connection combo.
2001-10-10 Guus SliepenRemoved everything from connection.c that has already...
2001-10-10 Guus SliepenFurther implementation of doc/CONNECTIVITY. connection...
2001-10-08 Guus Sliepen- Renamed lastbutonehop to prevhop.
2001-09-24 Guus SliepenNot only keep track of nexthop, but also of lastbutoneh...
2001-07-20 Guus SliepenAdded purge_tree for connection_t's which are no longer...
2001-07-15 Guus SliepenSplit connection list into two lists:
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.