Allow environment variables to be used for Name.
[tinc] / src / connection.c
2012-03-20 Guus SliepenAlways try next Address when an outgoing connection...
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-03-01 Guus SliepenPreload all Subnets in TunnelServer mode.
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-24 Guus SliepenUpdate copyright information.
2009-09-13 Guus SliepenApparently it's impolite to ask GCC to subtract two...
2009-09-09 Guus SliepenConvert bitfields to integers in a safe way.
2009-09-08 Guus SliepenEnsure tinc compiles with gcc -std=c99.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2008-12-23 Guus SliepenApply patch from Max Rijevski fixing a memory leak...
2007-05-16 Guus SliepenMake sure connection->name is never NULL.
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.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2004-12-03 Guus SliepenUse the proper free function.
2004-12-03 Guus SliepenFree memory used by connection_t after it is deleted...
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.