2011-06-24 |
Guus Sliepen | Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 |
blob | commitdiff | raw |
2011-06-06 |
Guus Sliepen | Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 |
blob | commitdiff | raw |
2011-06-02 |
Guus Sliepen | Fix format strings for Windows. |
blob | commitdiff | raw |
2011-06-02 |
Guus Sliepen | Use send() when writing to sockets, and the return... |
blob | commitdiff | raw | diff to current |
2011-06-02 |
Guus Sliepen | Remove unused functions and variables. |
blob | commitdiff | raw | diff to current |
2011-05-29 |
Sven-Haegar Koch | do_outgoing_connection() may delete a failed connection... |
blob | commitdiff | raw | diff to current |
2011-05-29 |
Sven-Haegar Koch | src/net_socket.c bind_to_address(): Use after free... |
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-28 |
Sven-Haegar Koch | sparse fixup: warning: symbol '...' was not declared... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Guus Sliepen | Check if an event is initialized before calling event_d... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Guus Sliepen | Remove use of bufferevent and eventbuffers, use our... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
Guus Sliepen | Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1 |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Guus Sliepen | Fix warning message when setting SO_RCVBUF or SO_SNDBUF... |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Brandon L Black | Configurable SO_RCVBUF/SO_SNDBUF for the UDP socket |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2010-05-01 |
Guus Sliepen | Fix all warnings when compiling with mingw64. |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Sven-Haegar Koch | Demote all LOG_EMERG to LOG_ERR, spamming all xterms... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Sven-Haegar Koch | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Guus Sliepen | Try to set DF bit on BSDs as well. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
Guus Sliepen | Allow port to be specified in Address statements. |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Guus Sliepen | Merge branch 'master' into 1.1 |
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 IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows. |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Guus Sliepen | Fix a possible crash when sending the HUP signal. |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Guus Sliepen | Add more authors to the copyright headers. |
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-24 |
Guus Sliepen | Update copyright information. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Guus Sliepen | Replace asprintf() by xasprintf(). |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2009-05-27 |
Florian Forster | src/net_socket.c: Bind outgoing TCP sockets to `BindToA... |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Michael Tokarev | format 'not supported on this platform' error message |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Guus Sliepen | Merge branch 'master' into 1.1 |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Guus Sliepen | Disable PMTUDiscovery in switch and hub modes. |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Guus Sliepen | Update THANKS and copyright information. |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Guus Sliepen | Use a global list to track outgoing connections. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Guus Sliepen | Enable PMTU discovery by default. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Guus Sliepen | Update copyright information. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Guus Sliepen | Make sure IPv6 sockets are IPv6 only. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Guus Sliepen | Make sure IPv6 sockets are IPv6 only. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Guus Sliepen | Remove unnecessary parentheses from sizeof, apply sizeo... |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Guus Sliepen | Backport fixes from trunk since revision 1555. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Guus Sliepen | Only show meta connection related debug messages when... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
Guus Sliepen | Prevent freeing a NULL pointer when a hostname is unres... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Guus Sliepen | Use a dummy function as the read callback for connectio... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Guus Sliepen | Use libevent for meta socket input/output buffering. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Guus Sliepen | Fix retrying outgoing connections. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Guus Sliepen | We can safely delete a connection_t in terminate_connec... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Guus Sliepen | Use splay trees instead of AVL trees. |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Guus Sliepen | K&R style braces |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Guus Sliepen | Remove global variable "now". |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Redo SIGALRM handling. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent for retrying outgoing connections. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Configure events after obtaining a socket. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use a separate event structure to handle meta data... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Port fixes from release 1.0.8. |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Guus Sliepen | Make sure connection->name is never NULL. |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Guus Sliepen | Apply patch from "dnk" making sockets non-blocking... |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Scott Lamb | Convert to libevent. |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Scott Lamb | Rename "event_t" to "tevent_t", along with associated... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Remove unused variable. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Remove unused variables. |
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 |
2006-01-19 |
Guus Sliepen | Apply patch from Scott Lamb adding an output buffer... |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Guus Sliepen | Apply patch from Scott Lamb unifying configuration... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Guus Sliepen | Be on the safe side with initialisation of c->name. |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Guus Sliepen | Add BlockingTCP option, useful when using TCPOnly on... |
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 |
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-06 |
Guus Sliepen | Don't confuse users with "Address family not supported... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Guus Sliepen | Native Windows support. |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Guus Sliepen | More checks for missing functions. |
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-18 |
Guus Sliepen | Use iface instead of interface because it might already... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Guus Sliepen | Update all device.c files. |
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 | Define logger(), cleans up source code and allows us... |
blob | commitdiff | raw | diff to current |
2003-06-11 |
Guus Sliepen | AddressFamily is "any" by default. |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Guus Sliepen | - Fix indentation in some places. |
blob | commitdiff | raw | diff to current |
2002-09-15 |
Guus Sliepen | Small fixes so tinc compiles out of the box on SunOS 5.8 |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Remove redundant spaces. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Switch to K&R style indentation. |
blob | commitdiff | raw | diff to current |
next |