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