Support tunneling IPv6 on Solaris.
[tinc] / src / connection.c
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-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
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-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-06-25 Guus SliepenThis subtle pointer arithmetic thingy is (I'm very...
2002-09-10 Guus SliepenFix placement of #include "config.h"
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-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-28 Ivo Timmermans*** empty log message ***
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-22 Guus SliepenFix compiler warnings, strictly use long int and %lx...
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 TimmermansDon't include netutl.h.
2001-11-16 Ivo TimmermansChanged lookup_connection to use struct addrinfo
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 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.