Fix a compiler warning.
[tinc] / src / net.h
2012-04-18 Guus SliepenAdd basic support for SOCKS 4 and HTTP CONNECT proxies.
2012-03-29 Guus SliepenAllow environment variables to be used for Name.
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
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-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-04-10 Guus SliepenReload Subnets when getting a HUP signal and StrictSubn...
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
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-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
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-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.
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.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-11-30 Ivo TimmermansNew function read_rsa_public_key();
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-29 Guus Sliepen- Moved connlist stuff to the proper header file.
2000-10-28 Guus Sliepen- Fixed offsets when reading/writing from/to tap device
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-10-01 Guus Sliepen- Added subnet handling code
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-14 Ivo TimmermansAdded some structures and types that are needed for...
2000-08-08 Guus Sliepen- Moved TCP packet reception to meta handler: less...
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
next