2017-12-16 |
Guus Sliepen | Don't use SOL_IP and SOL_IPV6. |
commit | commitdiff |
2017-11-03 |
Guus Sliepen | Fix all -Wall -W compiler warnings. |
commit | commitdiff |
2017-10-07 |
Guus Sliepen | Reformat all code using astyle. |
commit | commitdiff |
2017-10-07 |
Guus Sliepen | Convert sizeof foo to sizeof(foo). |
commit | commitdiff |
2016-07-26 |
Guus Sliepen | Log warnings about dropped packets only with debug... |
commit | commitdiff |
2016-06-15 |
Guus Sliepen | Ensure compatibility with OpenSSL 1.1.0. |
commit | commitdiff |
2016-04-09 |
Guus Sliepen | Get rid of a warning when compiling tinc using MinGW. |
commit | commitdiff |
2016-04-09 |
Guus Sliepen | Update copyright notices. |
commit | commitdiff |
2016-01-18 |
Guus Sliepen | Fix warnings from the Clang Static Analyzer. |
commit | commitdiff |
2014-12-22 |
Guus Sliepen | Remember ToS/Diffserv priority for each socket individu... |
commit | commitdiff |
2014-12-21 |
VittGam | Support ToS/DiffServ priority handling for IPv6 meta... |
commit | commitdiff |
2014-05-11 |
Guus Sliepen | Releasing 1.0.24. release-1.0.24 |
commit | commitdiff |
2014-05-01 |
Steffan Karger | Use constant time memcmp() when comparing packet HMACs. |
commit | commitdiff |
2014-04-09 |
Guus Sliepen | Merge pull request #14 from luckyhacky/master |
commit | commitdiff |
2014-04-07 |
Guus Sliepen | Remove useless variable 'hard' from try_harder(). |
commit | commitdiff |
2013-08-08 |
Guus Sliepen | Don't echo broadcast packets back when Broadcast =... |
commit | commitdiff |
2013-04-12 |
Guus Sliepen | Drop packets forwarded via TCP if they are too big... |
commit | commitdiff |
2013-03-03 |
Guus Sliepen | Releasing 1.0.20. release-1.0.20 |
commit | commitdiff |
2013-01-31 |
Guus Sliepen | Detect increases in PMTU. |
commit | commitdiff |
2012-11-14 |
Guus Sliepen | Send broadcast packets using a random socket, and prope... |
commit | commitdiff |
2012-11-14 |
Guus Sliepen | Don't take the address of a variable whose scope is... |
commit | commitdiff |
2012-06-25 |
Guus Sliepen | Fix crash when using Broadcast = direct. |
commit | commitdiff |
2012-04-15 |
Guus Sliepen | Allow broadcast packets to be sent directly instead... |
commit | commitdiff |
2012-03-10 |
Guus Sliepen | Update copyright notices. |
commit | commitdiff |
2012-03-02 |
Guus Sliepen | Only log errors sending UDP packets when debug level... |
commit | commitdiff |
2012-02-26 |
Guus Sliepen | Only use broadcast at the start of the PMTU discovery... |
commit | commitdiff |
2012-02-22 |
Guus Sliepen | Add LocalDiscovery option which tries to detect peers... |
commit | commitdiff |
2012-02-22 |
Guus Sliepen | Pass index into listen_socket[] to handle_incoming_vpn_... |
commit | commitdiff |
2012-02-18 |
Guus Sliepen | Send packets back using the same socket as they were... |
commit | commitdiff |
2012-02-18 |
Guus Sliepen | Merge branch 'master' of black:tinc |
commit | commitdiff |
2011-12-04 |
Guus Sliepen | Allow linking with multiple device drivers. |
commit | commitdiff |
2011-06-04 |
Loïc Grenié | Nearly tickless tinc. |
commit | commitdiff |
2011-05-28 |
Guus Sliepen | Remove a few unnecessary #includes. |
commit | commitdiff |
2011-05-28 |
Guus Sliepen | Fix sparse warnings and add an extra sprinkling of... |
commit | commitdiff |
2011-05-08 |
Guus Sliepen | Update THANKS and copyright information. |
commit | commitdiff |
2011-02-18 |
Guus Sliepen | Prevent anything from updating our own UDP address. |
commit | commitdiff |
2011-02-18 |
Guus Sliepen | Fix spurious misidentification of incoming UDP packets. |
commit | commitdiff |
2011-01-02 |
Guus Sliepen | Always send MTU probes at least once every PingInterval. |
commit | commitdiff |
2010-11-16 |
Guus Sliepen | Attribution for Brandon Black. |
commit | commitdiff |
2010-11-13 |
Brandon L Black | Improved handling of queue-jumping packets on receive |
commit | commitdiff |
2010-11-13 |
Brandon L Black | Configurable ReplayWindow size, zero disables |
commit | commitdiff |
2010-10-22 |
Guus Sliepen | Attribution for Timothy Redaelli. |
commit | commitdiff |
2010-05-06 |
Timothy Redaelli | Fix warnings under BSD |
commit | commitdiff |
2010-02-10 |
Timothy Redaelli | Add --disable-zlib configure option |
commit | commitdiff |
2010-02-10 |
Timothy Redaelli | Add --disable-lzo configure option |
commit | commitdiff |
2010-02-02 |
Guus Sliepen | Update copyright notices. |
commit | commitdiff |
2010-01-23 |
Guus Sliepen | Be liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY... |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Move socket error interpretation to utils.h. |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Use WSAGetLastError() to determine cause of network... |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Forward packets to not directly reachable hosts via... |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Make maxmtu equal to minmtu when fixing the path MTU... |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Always reply to MTU probes via UDP. |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Allow UDP packets with an address different from the... |
commit | commitdiff |
2009-10-20 |
Guus Sliepen | Clarify and increase level of log message about MTU... |
commit | commitdiff |
2009-10-11 |
Guus Sliepen | Use MTU probes to regularly ping other nodes over UDP. |
commit | commitdiff |
2009-09-24 |
Guus Sliepen | Drop support for localisation. |
commit | commitdiff |
2009-09-24 |
Guus Sliepen | Remove checkpoint tracing. |
commit | commitdiff |
2009-09-24 |
Guus Sliepen | K&R style braces. |
commit | commitdiff |
2009-09-24 |
Guus Sliepen | Update the address of the Free Software Foundation... |
commit | commitdiff |
2009-09-24 |
Guus Sliepen | Remove all occurences of $Id$. |
commit | commitdiff |
2009-09-15 |
Guus Sliepen | Send large packets we cannot handle properly via TCP. |
commit | commitdiff |
2009-09-14 |
Guus Sliepen | Use only rand(), not random(). |
commit | commitdiff |
2009-06-11 |
Guus Sliepen | Change level of some debug messages, zero pointer after... |
commit | commitdiff |
2009-06-11 |
Guus Sliepen | Do not log errors when recvfrom() returns EAGAIN or... |
commit | commitdiff |
2009-06-11 |
Guus Sliepen | Don't try to send MTU probes to unreachable nodes. |
commit | commitdiff |
2009-05-25 |
Guus Sliepen | Do not forward broadcast packets when TunnelServer... |
commit | commitdiff |
2009-05-25 |
Guus Sliepen | Use packet size before decompression to calculate path... |
commit | commitdiff |
2009-05-24 |
Guus Sliepen | Fix initialisation of packet decryption context broken... |
commit | commitdiff |
2009-05-24 |
Michael Tokarev | don't log every strange packet coming to the UDP port |
commit | commitdiff |
2009-05-24 |
Guus Sliepen | If PMTUDiscovery is not set, do not forward packets... |
commit | commitdiff |
2009-04-02 |
Guus Sliepen | Handle UDP packets from different and ports than advert... |
commit | commitdiff |
2009-03-05 |
Guus Sliepen | Update THANKS and copyright information. |
commit | commitdiff |
2009-01-03 |
Guus Sliepen | Only send packets via UDP if UDP communication is possible. |
commit | commitdiff |
2006-11-29 |
Guus Sliepen | Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h. |
commit | commitdiff |
2006-11-11 |
Guus Sliepen | Nodes use events, so event system should be initialised... |
commit | commitdiff |
2006-11-11 |
Guus Sliepen | Support and autodetect LZO version 2.0 and later. |
commit | commitdiff |
2006-04-26 |
Guus Sliepen | Restore length of the original packet in send_udppacket(). |
commit | commitdiff |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address. |
commit | commitdiff |
2006-03-19 |
Guus Sliepen | Fix signedness compiler warnings. |
commit | commitdiff |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
commit | commitdiff |
2004-11-16 |
Guus Sliepen | Make sure broadcast packet reach the local network... |
commit | commitdiff |
2004-11-09 |
Guus Sliepen | Hopefully this really fixes late packet handling. |
commit | commitdiff |
2004-11-08 |
Guus Sliepen | Fixed another bug in late packet handling. |
commit | commitdiff |
2004-09-20 |
Guus Sliepen | Marking potential late packets was in the wrong place. |
commit | commitdiff |
2004-03-21 |
Guus Sliepen | Update copyrights, links, email addresses and let Subve... |
commit | commitdiff |
2004-03-21 |
Guus Sliepen | Move CABAL branch to its rightful place: the trunk. |
commit | commitdiff |
2004-03-20 |
Guus Sliepen | Revert Martin Kihlgren's patch, it doesn't work the... |
commit | commitdiff |
2004-03-20 |
Guus Sliepen | Applied Martin Kihlgren's IdentityGenerosity patch, |
commit | commitdiff |
2003-12-27 |
Guus Sliepen | Don't forget to update destination MAC address. |
commit | commitdiff |
2003-12-24 |
Guus Sliepen | Small fixes for PMTU discovery. |
commit | commitdiff |
2003-12-22 |
Guus Sliepen | Improvements for PMTU discovery and IPv4 packet fragmen... |
commit | commitdiff |
2003-12-20 |
Guus Sliepen | More sensible name, and try to set PMTU discovery on... |
commit | commitdiff |
2003-12-20 |
Guus Sliepen | Let tinc figure out the exact MTU of the link. |
commit | commitdiff |
2003-12-12 |
Guus Sliepen | Code beautification, start of multicast support. |
commit | commitdiff |
2003-10-11 |
Guus Sliepen | Check all EVP_ function calls. |
commit | commitdiff |
2003-10-10 |
Guus Sliepen | Check return value of EVP_* functions, and check if... |
commit | commitdiff |
2003-09-23 |
Guus Sliepen | Check for short packets from the tun/tap device and... |
commit | commitdiff |
2003-08-28 |
Guus Sliepen | We don't have to tell GCC how to cast. |
commit | commitdiff |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
commit | commitdiff |
2003-08-22 |
Guus Sliepen | Allow tinc to handle unknown type addresses from other... |
commit | commitdiff |
next |