Free resources in rsa_t.
[oweals/tinc.git] / src / net.h
2011-01-15 Guus SliepenIgnore signals in all but the main thread.
2011-01-14 Guus SliepenIntroducing the Big Tinc Lock.
2011-01-14 Guus SliepenUse tinc 1.0's event infrastructure to handle timeouts.
2011-01-14 Guus SliepenUse threads for TCP listening sockets.
2011-01-14 Guus SliepenUse threads for TCP connections.
2011-01-14 Guus SliepenUse threads for UDP sockets.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
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-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-07 Guus SliepenBetter integration of libevent in build system.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
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-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove Ivo's old email addresses.
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenAdd missing #include.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-18 Michael TokarevRename setup_network_connections() and split out try_ou...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenRemove unused definitions from net.h.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2007-11-07 Scott LambReload configuration through control socket
2007-11-07 Scott LambRetry connections through control socket
2007-11-07 Scott LambPurge through the control socket
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenUse libevent for retrying outgoing connections.
2007-05-17 Guus Sliepen128 listener sockets is way too much.
2007-02-27 Scott LambConvert to libevent.
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-11-10 Guus SliepenAdd BlockingTCP option, useful when using TCPOnly on...
2004-04-15 Guus SliepenIncrease MTU by 4 bytes to allow VLAN tagged Ethernet...
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.
2004-03-20 Guus SliepenRevert Martin Kihlgren's patch, it doesn't work the...
2004-03-20 Guus SliepenApplied Martin Kihlgren's IdentityGenerosity patch,
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-10-08 Guus SliepenSome platforms don't know sa_family_t or define it...
2003-10-06 Guus SliepenMake sure type of AF_UNKNOWN is sa_family_t.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-02 Guus SliepenInstall tinc as a service under Windows (MinGW). Remove...
2003-07-29 Guus SliepenNative Windows support.
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 SliepenEven more missing definitions.
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-11 Guus SliepenMore missing IPv6 definitions and autoconf checks to...
2003-07-07 Guus SliepenProvide all missing IPv6 definitions in lib/ipv6.h.
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus Sliepen- simplify configure.in
2003-05-07 Guus SliepenSmall fixes.
2003-05-06 Guus Sliepen- Per-node EVP_CIPHER_CTX to avoid initialisation overhead.
2003-03-28 Guus Sliepen- Avoid memory leak caused by OpenSSL 0.9.7a.
2002-09-15 Guus Sliepenport_t isn't used anymore and conflicts with MacOS...
2002-09-10 Guus SliepenFix placement of #include "config.h"
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus SliepenUse inttypes.h instead of stdint.h.
2002-06-08 Guus SliepenCleanup:
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-27 Guus SliepenLimit the amount of packets in a queue to 8.
2002-03-22 Guus Sliepen- Added support for jumbograms.
2002-03-18 Guus SliepenRemember sockaddrs of listening sockets, use appropriat...
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-03-01 Guus SliepenCreate/bind TCP and UDP listening sockets in pairs.
2002-03-01 Guus SliepenIf "PriorityInheritance = yes" is specified in tinc...
2002-02-26 Guus SliepenAllow multiple listening sockets.
2002-02-26 Guus SliepenTweaking IPv6 support.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
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 TimmermansRemoved definitions of ipv4_t, ipv6_t, port_t
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-07-21 Guus SliepenUpdated terminate_connection() so you can choose if...
2001-06-08 Guus SliepenOnly reset seconds_till_retry when we activate the...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-05-25 Guus SliepenTCPonly now works (in a relatively clean way too).
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
next