Slightly relax the connection rate limit for a single address.
[tinc] / src / net_socket.c
2013-09-01 Guus SliepenSlightly relax the connection rate limit for a single...
2013-08-18 Guus SliepenBind outgoing sockets again.
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-03-01 Guus SliepenFlush output buffers in the tap reader thread on Windows.
2013-02-20 Guus SliepenFix compiler warnings on Windows.
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2013-02-06 Guus SliepenCheck for writability when waiting for a socket to...
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-14 Guus SliepenFix a few compiler errors/warnings.
2012-10-10 Guus SliepenFix whitespace.
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-09 Guus SliepenRemove unused variables, fix some #includes.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenUseful error messages when writing to a meta connection...
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-04 Guus SliepenRemove newlines at end of log messages.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-06-25 Guus SliepenFix compiler warnings.
2012-06-25 Guus SliepenSmall fixes in proxy code.
2012-04-19 Guus SliepenAdd support for proxying through an external command.
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
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.
next