What was I thinking? s/vertex/edge/g.
[tinc] / src / connection.c
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenVarious small fixes to make tinc runnable again.
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-08 Guus Sliepen- Renamed lastbutonehop to prevhop.
2001-09-24 Guus SliepenShow next- and lastbutonehop when dumping connectionlis...
2001-07-21 Guus SliepenUpdated terminate_connection() so you can choose if...
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-06-29 Guus SliepenFix gcc 3.0 warnings.
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-03-04 Guus Sliepen- route.c is now used to determine destination
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-24 Guus SliepenAnother big & bad commit:
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Proper initialization of rbltree structures.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.