tinc
2012-12-05 Guus SliepenReleasing 1.1pre4. release-1.1pre4
2012-12-05 Guus SliepenFix whitespace.
2012-12-05 Guus SliepenScale packet counters similar to byte counters.
2012-12-05 Guus SliepenDon't use nested functions.
2012-12-05 Guus SliepenFix compiler warnings on OpenBSD.
2012-12-03 Guus SliepenRemove GraphDumpFile from the manual and manpages.
2012-12-03 Guus SliepenAdd option to dump only a list of reachable nodes.
2012-12-03 Guus SliepenMore fixes for Windows.
2012-12-03 Guus SliepenFix compiler error on Windows.
2012-12-03 Guus SliepenFix crash in timeout handling.
2012-12-03 Guus SliepenSet a node's pointers to zero before trying to insert...
2012-11-29 Guus SliepenFix use of unitialised values in hash tables.
2012-11-29 Guus SliepenFix check for expired events.
2012-11-29 Guus SliepenAllow multiple timeouts to expire at the exact same...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-19 Guus SliepenEnsure MTU probe replies are sent back the same way...
2012-11-19 Guus SliepenImprove UDP address selection.
2012-11-17 Guus SliepenTry all known addresses of node during PMTU discovery...
2012-11-17 Guus SliepenChoose a suitable socket when updating a node's UDP...
2012-11-15 Guus SliepenAlso don't use poll() on MacOS/X.
2012-11-15 Guus SliepenDisable support for kqueue on MacOS/X.
2012-11-14 Guus SliepenRemove text saying you must have one of PrivateKey...
2012-11-13 Guus SliepenSend broadcast packets using a random socket, and prope...
2012-11-13 Guus SliepenDon't take the address of a variable whose scope is...
2012-11-11 Guus SliepenFix configure script help text for --enable options.
2012-11-11 Guus SliepenFix index entry for section about readline library.
2012-11-11 Guus SliepenMention in the manual that support for LZO and zlib...
2012-11-11 Guus SliepenMention libcurses and libreadline in the manual.
2012-11-10 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-11-10 Guus SliepenUsing alloca() for a constant sized buffer is very...
2012-11-10 Guus SliepenFix potential buffer overflow reading the PID file.
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-21 Guus SliepenAdd the AutoConnect option.
2012-10-21 Guus SliepenKeep track of the number of nodes in a tree.
2012-10-17 Guus SliepenFix warnings from groff.
2012-10-14 Guus SliepenReleasing 1.1pre3. release-1.1pre3
2012-10-14 Guus SliepenFix a few compiler errors/warnings.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-14 Guus SliepenFix compile error on Windows.
2012-10-14 Guus Sliepentincctl: add node colors and edge weight to graph dump.
2012-10-14 Guus SliepenLog more messages using logger().
2012-10-14 Guus SliepenMake sure the ReplayWindow option works for SPTPS as...
2012-10-14 Guus SliepenOnly log success of initial datagram SPTPS handshake.
2012-10-14 Guus SliepenFix handling of initial datagram SPTPS packet.
2012-10-12 Sven-Haegar... sptps.c: Add missing newline to log message.
2012-10-11 Guus SliepenStrip newline from incoming SPTPS requests.
2012-10-11 Guus SliepenClear status and options fields of unreachable nodes.
2012-10-10 Guus SliepenFix whitespace.
2012-10-10 Guus SliepenTry all known addresses of node during the PMTU discove...
2012-10-09 Guus SliepenFix hash functions for keys whose size is not divisible...
2012-10-09 Guus SliepenFix memory leaks found by valgrind.
2012-10-09 Guus SliepenClear Ethernet header when reading packets from a tun...
2012-10-09 Guus SliepenRemove unused variables, fix some #includes.
2012-10-09 Guus SliepenFix deleting connections from the connection list.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-10-07 Guus SliepenRemove a debug message.
2012-10-07 Guus SliepenHandle packets encrypted via SPTPS that need to be...
2012-10-07 Guus SliepenMake datagram SPTPS key exchange more robust.
2012-10-07 Guus SliepenUseful error messages when writing to a meta connection...
2012-10-06 Guus SliepenWhen terminating, keep control connections open until...
2012-10-06 Guus SliepenClear connection options and status fields in free_conn...
2012-10-06 Guus SliepenImprove starting/stopping tincd using tincctl.
2012-10-06 Guus SliepenFix off-by-one error.
2012-10-01 Guus SliepenLibreadline might depend on libcurses.
2012-10-01 Guus SliepenRemove abort() call that accidentily sneaked into commi...
2012-10-01 Guus SliepenMake sure sptps_test compiles without -flto.
2012-09-30 Guus SliepenRemove unused function declaration.
2012-09-30 Guus SliepenFix not reading Port statement from host config file.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-30 Guus SliepenAdd strict checks to hex to binary conversions.
2012-09-30 Guus SliepenAttribution for Martin Schürrer.
2012-09-30 Martin SchürrerOutput details of encryption errors
2012-09-28 Guus SliepenRemove some debugging messages.
2012-09-28 Guus SliepenMake tincctl robust against dropped control connections.
2012-09-28 Guus SliepenCorrectly add/remove outgoing connections when reloadin...
2012-09-28 Guus SliepenFix column sorting, make all lists sortable.
2012-09-27 Guus SliepenLet the GUI handle the new dump format.
2012-09-27 Guus SliepenFix links in documenation.
2012-09-27 Guus SliepenFix links in documentation.
2012-09-27 Guus SliepenComment out old public/private keys when generating...
2012-09-26 Guus SliepenUpdate documentation of the "dump graph" command.
2012-09-26 Guus SliepenAllow dumping either directed or undirected graphs.
2012-09-26 Guus SliepenLet tincctl parse and format dumps.
2012-09-26 Guus SliepenKeep last known address and time since reachability...
2012-09-25 Guus SliepenRemove remnants of Ethertap and old TUNSETIFF ioctl().
2012-09-25 Guus SliepenFix typo in manpage.
2012-09-24 Guus SliepenDon't ignore Makefile.am.
2012-09-24 Guus SliepenAttribution for Vil Brekin and some code style cleanups.
2012-09-24 VilbrekinAndroid cross-compilation instructions.
2012-09-24 VilbrekinUse __ANDROID__ define rather than dirty hard-code...
2012-09-24 VilbrekinAdd basic .gitignore file, cleaning (most) files genera...
2012-09-24 VilbrekinReplace hard-code with new ScriptsInterpreter configura...
2012-09-24 VilbrekinBasic patch for android cross-compilation.
2012-09-13 Guus SliepenEnsure sptps_test compiles with -flto.
2012-09-05 Guus SliepenReplace node_udp_tree with a hash table.
2012-09-05 Guus SliepenUse hash tables to lookup owners of addresses.
2012-09-05 Guus SliepenAdd a simple hash table implementation.
next