Use splay trees instead of AVL trees.
[tinc] / src /
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove last references to the global variable "running".
2007-05-18 Guus SliepenRemove the last bits of the legacy main_loop().
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenUse libevent to handle key expiration.
2007-05-17 Guus SliepenUse libevent to age learned MAC addresses.
2007-05-17 Guus SliepenUse libevent to age past requests.
2007-05-17 Guus SliepenRedo SIGALRM handling.
2007-05-17 Guus SliepenUse libevent to handle all non-fatal signals.
2007-05-17 Guus SliepenProperly use the timeout_initialized() macro.
2007-05-17 Guus SliepenRemove legacy event system.
2007-05-17 Guus SliepenUse libevent for retrying outgoing connections.
2007-05-17 Guus SliepenUse libevent to send MTU probes.
2007-05-17 Guus SliepenConfigure events after obtaining a socket.
2007-05-17 Guus SliepenUse libevent to handle HUP signal.
2007-05-17 Guus SliepenUse libevent to dump graphs when necessary.
2007-05-17 Guus SliepenUse a separate event structure to handle meta data...
2007-05-17 Guus Sliepen128 listener sockets is way too much.
2007-05-17 Guus SliepenProperly delete listener socket events on shutdown.
2007-05-17 Guus SliepenPort fixes from release 1.0.8.
2007-03-12 Guus SliepenOnly free members of connection_t that have been allocated.
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambA couple missed tevent things.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
2007-02-14 Guus SliepenApply patch from Scott Lamb preventing an infinite...
2007-01-05 Guus SliepenUpdate copyright notices.
2007-01-05 Guus Sliepenrename() cannot replace existing files on Windows.
2007-01-05 Guus SliepenFix generic BSD tun device to write only the actual...
2007-01-04 Guus SliepenTapreader socket should be bound to localhost only.
2007-01-03 Guus SliepenUse a ringbuffer in shared memory to transfer packets...
2006-12-16 Guus SliepenDo a simple test for linux/if_tun.h instead of no test...
2006-12-16 Guus SliepenRemove the test for linux/if_tun.h.
2006-12-12 Guus SliepenUse the correct next pointer.
2006-12-12 Guus SliepenWhen building the minimum spanning tree, make sure...
2006-11-29 Guus SliepenSearch for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
2006-11-29 Guus SliepenMake sure resolved addressed for outgoing connections...
2006-11-14 Guus SliepenEWOULDBLOCK does not exist on platforms without O_NONBLOCK
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-11-11 Guus SliepenSupport and autodetect LZO version 2.0 and later.
2006-11-11 Guus Sliepenpopen() requires pclose().
2006-11-11 Guus SliepenAdded graph dumping ability based on Markus Goetz's...
2006-11-11 Guus SliepenThe "active" bit in node.status is not used.
2006-08-09 Guus Sliepenmemcpy() addresses from packet headers before calling...
2006-08-08 Guus SliepenRemove unused variable.
2006-08-08 Guus SliepenRemove unused parameter from maskcmp().
2006-08-08 Guus SliepenRemove unused variables.
2006-08-08 Guus SliepenFix format string warnings.
2006-08-08 Guus SliepenDo not break strict aliasing of status_t structs.
2006-06-12 Guus SliepenAdd generic host-up and host-down scripts.
2006-06-11 Guus SliepenUse memcpy() to copy sockaddrs returned by getaddrinfo().
2006-04-26 Guus SliepenRestore length of the original packet in send_udppacket().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-04-12 Guus SliepenFix a bug in handling prefixlengths that are not a...
2006-03-19 Guus SliepenFix signedness compiler warnings.
2006-03-19 Guus SliepenExport flush_meta().
2006-03-19 Guus SliepenMissing #include.
2006-02-06 Guus SliepenMake sure $NAME is set correctly when executing tinc...
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2006-01-13 Guus SliepenApply patch from Scott Lamb unifying configuration...
2006-01-13 Guus SliepenEVP_Cleanup() when quitting.
2005-11-16 Guus SliepenEnable OpenSSL ENGINE, so crypto hardware gets used...
2005-06-03 Guus SliepenPrevent possible buffer overflows when using very large...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenSearching through splay trees may change the tree variable.
2005-05-04 Guus SliepenBe on the safe side with initialisation of c->name.
2005-04-06 Guus SliepenRemove unused (and potentially segfaulting) net2str...
2005-01-20 Guus SliepenDon't try to add a non-existing node back to the node_u...
2005-01-04 Guus SliepenNodes should only be in the node_udp_tree if they are...
2005-01-04 Guus SliepenCorrect size argument for strncat().
2004-12-03 Guus SliepenUse the proper free function.
2004-12-03 Guus SliepenFree memory used by connection_t after it is deleted...
2004-12-01 Guus SliepenSmall fix.
2004-12-01 Guus Sliepensubnet-up/down hooks, use list_t for the todo list.
2004-12-01 Guus Sliepensubnet-up/down hooks
2004-11-16 Guus SliepenMake sure broadcast packet reach the local network...
2004-11-10 Guus SliepenSet BSD tuns to broadcast mode. On OpenBSD, this enable...
2004-11-10 Guus SliepenAdd BlockingTCP option, useful when using TCPOnly on...
2004-11-10 Guus SliepenSupport tunneling IPv6 on Solaris.
2004-11-10 Guus SliepenLet compiler decide when to inline.
2004-11-10 Guus SliepenUse the generic BSD tun/tap code.
2004-11-10 Guus SliepenMissing check for NULL-pointer.
2004-11-09 Guus SliepenHopefully this really fixes late packet handling.
2004-11-08 Guus SliepenFixed another bug in late packet handling.
2004-11-08 Guus SliepenUpdate to make it compile again.
2004-11-01 Guus Sliepenstatic
2004-11-01 Guus SliepenGeneric device driver for *BSD and MacOS/X
2004-11-01 Guus SliepenSupport alternative tun/tap driver from www-user.rhrk...
2004-11-01 Guus SliepenDon't let tinc service depend on NDIS component.
2004-11-01 Guus SliepenCorrect return value.
2004-10-01 Guus SliepenAllow tinc to work with the latest TAP-Win32 driver.
2004-10-01 Guus Sliepenstrndupa() is too arcane for some environments.
2004-10-01 Guus SliepenFix several #includes.
2004-09-20 Guus SliepenRemove duplicate #include "system.h"
2004-09-20 Guus SliepenMarking potential late packets was in the wrong place.
2004-07-17 Guus SliepenDon't set $INTERFACE automatically, don't quit on EINTR...
2004-07-17 Guus SliepenAdded UML network socket handling.
2004-06-21 Guus SliepenHandle timeouts during connecting the same way as other...
next