Introducing the Big Tinc Lock.
[tinc] / src / net_packet.c
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 SliepenCancel threads to ensure they abort blocking I/O operat...
2011-01-14 Guus SliepenUse threads for UDP sockets.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-16 Guus SliepenAttribution for Brandon Black.
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-31 Sven-Haegar KochFixed 1.0 miss-merges
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-02-10 Timothy RedaelliAdd --disable-zlib configure option
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2009-12-19 Guus SliepenDo not consider unreachable nodes when trying to determ...
2009-12-19 Guus Sliepenrecv() and recvfrom() return int, do not prematurely...
2009-12-18 Guus SliepenFix packet authentication.
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 WSAGetLastError() to determine cause of network...
2009-10-24 Guus SliepenForward packets to not directly reachable hosts via...
2009-10-24 Guus SliepenMake maxmtu equal to minmtu when fixing the path MTU...
2009-10-24 Guus SliepenAlways reply to MTU probes via UDP.
2009-10-24 Guus SliepenAllow UDP packets with an address different from the...
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
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-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-06-11 Guus SliepenChange level of some debug messages, zero pointer after...
2009-06-11 Guus SliepenDo not log errors when recvfrom() returns EAGAIN or...
2009-06-11 Guus SliepenDon't try to send MTU probes to unreachable nodes.
2009-06-06 Guus SliepenFix pointer arithmetic when creating and verifying...
2009-06-06 Guus SliepenHandle truncated message authentication codes.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-05-25 Guus SliepenDo not forward broadcast packets when TunnelServer...
2009-05-25 Guus SliepenUse packet size before decompression to calculate path...
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-24 Michael Tokarevdon't log every strange packet coming to the UDP port
2009-05-24 Guus SliepenIf PMTUDiscovery is not set, do not forward packets...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
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 SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenProperly use the timeout_initialized() macro.
2007-05-17 Guus SliepenUse libevent to send MTU probes.
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
2006-04-26 Guus SliepenRestore length of the original packet in send_udppacket().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-03-19 Guus SliepenFix signedness compiler warnings.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-16 Guus SliepenMake sure broadcast packet reach the local network...
2004-11-09 Guus SliepenHopefully this really fixes late packet handling.
2004-11-08 Guus SliepenFixed another bug in late packet handling.
2004-09-20 Guus SliepenMarking potential late packets was in the wrong place.
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-27 Guus SliepenDon't forget to update destination MAC address.
2003-12-24 Guus SliepenSmall fixes for PMTU discovery.
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-11 Guus SliepenCheck all EVP_ function calls.
2003-10-10 Guus SliepenCheck return value of EVP_* functions, and check if...
2003-09-23 Guus SliepenCheck for short packets from the tun/tap device and...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-16 Guus SliepenDon't getsockopt() SO_ERROR. We get the error from...
2003-08-08 Guus SliepenLog error first, try to close later.
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...
next