Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[tinc] / src / net_socket.c
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenDon't bind outgoing TCP sockets anymore.
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-02 Guus SliepenFix format strings for Windows.
2011-06-02 Guus SliepenUse send() when writing to sockets, and the return...
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-05-29 Sven-Haegar Kochdo_outgoing_connection() may delete a failed connection...
2011-05-29 Sven-Haegar Kochsrc/net_socket.c bind_to_address(): Use after free...
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: symbol '...' was not declared...
2011-05-22 Guus SliepenCheck if an event is initialized before calling event_d...
2011-05-14 Guus SliepenRemove use of bufferevent and eventbuffers, use our...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Guus SliepenFix warning message when setting SO_RCVBUF or SO_SNDBUF...
2010-11-13 Brandon L BlackConfigurable SO_RCVBUF/SO_SNDBUF for the UDP socket
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-31 Sven-Haegar KochDemote all LOG_EMERG to LOG_ERR, spamming all xterms...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-02 Guus SliepenTry to set DF bit on BSDs as well.
2009-12-23 Guus SliepenAllow port to be specified in Address statements.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-24 Guus SliepenUse IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
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-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-05-27 Florian Forstersrc/net_socket.c: Bind outgoing TCP sockets to `BindToA...
2009-05-18 Michael Tokarevformat 'not supported on this platform' error message
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenDisable PMTUDiscovery in switch and hub modes.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2008-12-22 Guus SliepenEnable PMTU discovery by default.
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-22 Guus SliepenMake sure IPv6 sockets are IPv6 only.
2008-12-11 Guus SliepenMake sure IPv6 sockets are IPv6 only.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenBackport fixes from trunk since revision 1555.
2008-12-11 Guus SliepenOnly show meta connection related debug messages when...
2008-11-18 Guus SliepenPrevent freeing a NULL pointer when a hostname is unres...
2007-10-19 Guus SliepenUse a dummy function as the read callback for connectio...
2007-05-19 Guus SliepenUse libevent for meta socket input/output buffering.
2007-05-19 Guus SliepenFix retrying outgoing connections.
2007-05-19 Guus SliepenWe can safely delete a connection_t in terminate_connec...
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenRedo SIGALRM handling.
2007-05-17 Guus SliepenUse libevent for retrying outgoing connections.
2007-05-17 Guus SliepenConfigure events after obtaining a socket.
2007-05-17 Guus SliepenUse a separate event structure to handle meta data...
2007-05-17 Guus SliepenPort fixes from release 1.0.8.
2007-05-16 Guus SliepenMake sure connection->name is never NULL.
2007-05-14 Guus SliepenApply patch from "dnk" making sockets non-blocking...
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2006-08-08 Guus SliepenRemove unused variable.
2006-08-08 Guus SliepenRemove unused variables.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2006-01-13 Guus SliepenApply patch from Scott Lamb unifying configuration...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenBe on the safe side with initialisation of c->name.
2004-11-10 Guus SliepenAdd BlockingTCP option, useful when using TCPOnly on...
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-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenMore sensible name, and try to set PMTU discovery on...
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-10-06 Guus SliepenDon't confuse users with "Address family not supported...
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-29 Guus SliepenNative Windows support.
2003-07-28 Guus SliepenMore checks for missing functions.
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-18 Guus SliepenUse iface instead of interface because it might already...
2003-07-18 Guus SliepenUpdate all device.c files.
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 SliepenDefine logger(), cleans up source code and allows us...
next