2009-11-07 |
Guus Sliepen | Use the TCP socket infrastructure for control sockets. |
commit | commitdiff |
2009-11-07 |
Guus Sliepen | Better integration of libevent in build system. |
commit | commitdiff |
2009-11-02 |
Guus Sliepen | Merge branch 'master' into 1.1 |
commit | commitdiff |
2009-10-24 |
Guus Sliepen | Use uint32_t instead of long int for connection options. |
commit | commitdiff |
2009-09-29 |
Guus Sliepen | Merge branch 'master' into 1.1 |
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-16 |
Guus Sliepen | Merge branch 'master' into 1.1 |
commit | commitdiff |
2009-09-08 |
Guus Sliepen | Ensure tinc compiles with gcc -std=c99. |
commit | commitdiff |
2009-06-06 |
Guus Sliepen | Handle truncated message authentication codes. |
commit | commitdiff |
2009-06-05 |
Guus Sliepen | Merge branch 'master' into 1.1 |
commit | commitdiff |
2009-04-02 |
Guus Sliepen | Handle UDP packets from different and ports than advert... |
commit | commitdiff |
2009-03-09 |
Guus Sliepen | Merge branch 'master' into 1.1 |
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 |
2008-12-14 |
Guus Sliepen | Move RSA key generation into the wrappers. |
commit | commitdiff |
2008-12-11 |
Guus Sliepen | Use Dijkstra's algorithm. Based on patches from Max... |
commit | commitdiff |
2008-12-11 |
Guus Sliepen | Use the crypto wrappers again instead of calling OpenSS... |
commit | commitdiff |
2007-11-07 |
Scott Lamb | Dump through control socket |
commit | commitdiff |
2007-11-07 |
Scott Lamb | Temporarily revert to old crypto code |
commit | commitdiff |
2007-05-23 |
Guus Sliepen | Finish crypto wrapping. Also provide wrappers for OpenSSL. |
commit | commitdiff |
2007-05-18 |
Guus Sliepen | Use splay trees instead of AVL trees. |
commit | commitdiff |
2007-05-17 |
Guus Sliepen | Remove legacy event system. |
commit | commitdiff |
2007-05-17 |
Guus Sliepen | Use libevent to send MTU probes. |
commit | commitdiff |
2007-02-27 |
Scott Lamb | Rename "event_t" to "tevent_t", along with associated... |
commit | commitdiff |
2006-11-11 |
Guus Sliepen | The "active" bit in node.status is not used. |
commit | commitdiff |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs. |
commit | commitdiff |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address. |
commit | commitdiff |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
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 | Fix declaration of update_node_address(). |
commit | commitdiff |
2004-03-20 |
Guus Sliepen | Applied Martin Kihlgren's IdentityGenerosity patch, |
commit | commitdiff |
2003-12-22 |
Guus Sliepen | Improvements for PMTU discovery and IPv4 packet fragmen... |
commit | commitdiff |
2003-12-20 |
Guus Sliepen | Let tinc figure out the exact MTU of the link. |
commit | commitdiff |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
commit | commitdiff |
2003-07-30 |
Guus Sliepen | Prevent definitions from messing up attributes. |
commit | commitdiff |
2003-07-29 |
Guus Sliepen | Fix compile errors and warnings. |
commit | commitdiff |
2003-07-24 |
Guus Sliepen | Sprinkle around a lot of const and some C99 initialisers. |
commit | commitdiff |
2003-07-22 |
Guus Sliepen | Use bools and enums where appropriate. |
commit | commitdiff |
2003-07-17 |
Guus Sliepen | Big header file cleanup: everything that has to do... |
commit | commitdiff |
2003-07-12 |
Guus Sliepen | Simplify logging, update copyrights and some minor... |
commit | commitdiff |
2003-07-06 |
Guus Sliepen | Sprinkling the source with static and attributes. |
commit | commitdiff |
2003-05-06 |
Guus Sliepen | - Per-node EVP_CIPHER_CTX to avoid initialisation overhead. |
commit | commitdiff |
2003-04-18 |
Guus Sliepen | Better handling of late packets. |
commit | commitdiff |
2002-09-09 |
Guus Sliepen | Switch to K&R style indentation. |
commit | commitdiff |
2002-09-04 |
Guus Sliepen | Revert to edge and graph stuff. This time, use a direct... |
commit | commitdiff |
2002-09-04 |
Guus Sliepen | Prevent looping DEL_NODE/ADD_NODE messages after a... |
commit | commitdiff |
2002-09-03 |
Guus Sliepen | Drop graph and edge stuff. Use new node stuff instead. |
commit | commitdiff |
2002-06-21 |
Guus Sliepen | s/sliepen.warande.net/sliepen.eu.org/g |
commit | commitdiff |
2002-06-08 |
Guus Sliepen | Use inttypes.h instead of stdint.h. |
commit | commitdiff |
2002-06-08 |
Guus Sliepen | Cleanup: |
commit | commitdiff |
2002-04-28 |
Ivo Timmermans | Moving files, first attempt at gcrypt compatibility... |
commit | commitdiff |
2002-04-09 |
Ivo Timmermans | Updating HEAD branch #4; Merging CABAL -> HEAD. |
commit | commitdiff |
2002-03-19 |
Guus Sliepen | Updated SSSP algorithm to automatically detect indirect... |
commit | commitdiff |
2002-02-18 |
Guus Sliepen | - Non-blocking connect()s. |
commit | commitdiff |
2002-02-11 |
Guus Sliepen | Added support for packet compression, thanks to Mark... |
commit | commitdiff |
2002-02-10 |
Guus Sliepen | Merging of the entire pre5 branch. |
commit | commitdiff |
2001-11-16 |
Ivo Timmermans | (re)added port to struct node_t |
commit | commitdiff |
2001-11-16 |
Ivo Timmermans | Changed to use struct addrinfo where needed. |
commit | commitdiff |
2001-10-28 |
Guus Sliepen | - More changes needed for Kruskal's algorithm |
commit | commitdiff |
2001-10-28 |
Guus Sliepen | - More s/vertex/edge/g |
commit | commitdiff |
2001-10-27 |
Guus Sliepen | Big bad commit: |
commit | commitdiff |
2001-10-10 |
Guus Sliepen | More updates to new node/vertex/connection combo. |
commit | commitdiff |
2001-10-10 |
Guus Sliepen | Further implementation of doc/CONNECTIVITY. connection... |
commit | commitdiff |
2001-10-09 |
Guus Sliepen | Small corrections. |
commit | commitdiff |
2001-10-09 |
Guus Sliepen | Started implementing doc/CONNECTIVITY. |
commit | commitdiff |
|