2008-12-11 |
Guus Sliepen | Remove unnecessary parentheses from sizeof, apply sizeo... |
blob | commitdiff | raw |
2007-11-07 |
Scott Lamb | Reload configuration through control socket |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Scott Lamb | Retry connections through control socket |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Scott Lamb | Alter debugging levels through control socket |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Scott Lamb | Purge through the control socket |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Scott Lamb | Dump through control socket |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Scott Lamb | Fix reload crash |
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 last references to the global variable "running". |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Guus Sliepen | Remove the last bits of the legacy main_loop(). |
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 | Move key regeneration handling to net_setup.c. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent to handle key expiration. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent to age learned MAC addresses. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent to age past requests. |
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 to handle all non-fatal signals. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Remove legacy event system. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent to handle HUP signal. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guus Sliepen | Use libevent to dump graphs when necessary. |
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-02-27 |
Scott Lamb | Convert to libevent. |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Scott Lamb | A couple missed tevent things. |
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 |
2007-02-14 |
Guus Sliepen | Apply patch from Scott Lamb preventing an infinite... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Guus Sliepen | Make sure resolved addressed for outgoing connections... |
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 | Added graph dumping ability based on Markus Goetz's... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Fix format string warnings. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs. |
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 |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Guus Sliepen | Handle timeouts during connecting the same way as other... |
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-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-11-17 |
Guus Sliepen | Replace Opaque and Strict options with a TunnelServer... |
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-28 |
Guus Sliepen | Remove old edges from unreachable nodes to us. This... |
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 | When purging nodes, only delete them if nobody referenc... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Guus Sliepen | If we're not in main_loop() and the service is stopped... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Guus Sliepen | Install tinc as a service under Windows (MinGW). Remove... |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Guus Sliepen | Native Windows support. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Guus Sliepen | Fix compile errors and warnings. |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Guus Sliepen | Don't initialise a CIPHER_CTX if cipher == NULL. |
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-07-06 |
Guus Sliepen | - simplify configure.in |
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-19 |
Guus Sliepen | Make sure outgoing_t is completely freed. |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Guus Sliepen | HUP signal now closes connections to hosts if their... |
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 |
2002-09-09 |
Guus Sliepen | Cleanups: |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Guus Sliepen | Why don't these connection_t's get cleaned up? |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Guus Sliepen | Generalized request broadcasting/forwarding. |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Guus Sliepen | Revert to edge and graph stuff. This time, use a direct... |
blob | commitdiff | raw | diff to current |
2002-09-03 |
Guus Sliepen | Drop graph and edge stuff. Use new node stuff instead. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Guus Sliepen | s/sliepen.warande.net/sliepen.eu.org/g |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Guus Sliepen | - netinet/* include files depend on netinet/in_systm.h. |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Guus Sliepen | Cleanup: |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Guus Sliepen | Only purge once when there are no more connections. |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Ivo Timmermans | Moving files, first attempt at gcrypt compatibility... |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Ivo Timmermans | Put #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the... |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Ivo Timmermans | Use logging.h instead of syslog.h |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Ivo Timmermans | Updating HEAD branch #4; Merging CABAL -> HEAD. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Guus Sliepen | Don't check_network_activity() if select() is interrupt... |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Guus Sliepen | Merge do_prune() with build_fdset(). Probably fixes... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Guus Sliepen | Execute hosts/name-up when a node becomes reachable... |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Guus Sliepen | Don't run graph algorithms if no edge is deleted in... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Guus Sliepen | - Added support for jumbograms. |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Guus Sliepen | Remember sockaddrs of listening sockets, use appropriat... |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Guus Sliepen | prune_connections() before build_fdset(). |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Guus Sliepen | Cleanups, spelling fixes, allow symbol names for signal... |
blob | commitdiff | raw | diff to current |
2002-03-01 |
Guus Sliepen | Document and clean up MAC address expiry. |
blob | commitdiff | raw | diff to current |
2002-03-01 |
Guus Sliepen | - Global time_t now, so that we don't have to call... |
blob | commitdiff | raw | diff to current |
2002-03-01 |
Guus Sliepen | Create/bind TCP and UDP listening sockets in pairs. |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Guus Sliepen | Allow multiple listening sockets. |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Guus Sliepen | Fix segfault when receiving HUP signal. |
blob | commitdiff | raw | diff to current |
2002-02-18 |
Guus Sliepen | - Non-blocking connect()s. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Guus Sliepen | Get rid of sys/signal.h. |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Guus Sliepen | Added support for packet compression, thanks to Mark... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Guus Sliepen | - If no PrivateKeyFile is specified, /etc/tinc/netname... |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Guus Sliepen | Merging of the entire pre5 branch. release-1.0pre5 |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | Conversion to struct addrinfo is almost complete for... |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | First part of rewriting things to use struct addrinfo. |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | Don't include netutl.h. |
blob | commitdiff | raw | diff to current |
next |