tinc
2011-05-28 Sven-Haegar... sparse fixup: warning: Using plain integer as NULL...
2011-05-28 Sven-Haegar... sparse fixup: warning: non-ANSI function declaration...
2011-05-28 Sven-Haegar... sparse fixup: warning: symbol '...' was not declared...
2011-05-28 Sven-Haegar... sparse fixup: error: too many arguments for function...
2011-05-28 Sven-Haegar... sparse fixup: error: dubious one-bit signed bitfield
2011-05-28 Sven-Haegar... Use same definition for xalloc_fail_func as is really...
2011-05-28 Sven-Haegar... Removed two newlines from the end of log messages which...
2011-05-28 Sven-Haegar... Fixed error logging on "Input buffer full" condition.
2011-05-22 Guus SliepenMake return value of SetPriorityClass() behave the...
2011-05-22 Guus SliepenAdd the ability to dump all traffic going through route...
2011-05-22 Guus SliepenReset tcplen after use.
2011-05-22 Guus SliepenCheck if an event is initialized before calling event_d...
2011-05-22 Guus SliepenAlways compact the buffer if it has reached MAXBUFSIZE.
2011-05-22 Guus SliepenCompact input buffer before trying to read instead...
2011-05-17 Guus SliepenFix some compiler warnings.
2011-05-17 Guus SliepenUse GetItemCount() on ListCtrls instead of directly...
2011-05-16 Guus SliepenAdd top.h.
2011-05-16 Guus SliepenAdd tincctl.h.
2011-05-15 Guus SliepenNicer top command.
2011-05-15 Guus SliepenAllow inserting items in the middle of a list.
2011-05-15 Guus SliepenAdd a very primitive "top" command to tincctl.
2011-05-15 Guus SliepenAdd an autoconf check for the curses library.
2011-05-15 Guus SliepenDump traffic statistics over control sockets.
2011-05-14 Guus SliepenAdd per-node traffic counters.
2011-05-14 Guus SliepenSeveral fixes for the buffer code.
2011-05-14 Guus SliepenRemove use of bufferevent and eventbuffers, use our...
2011-05-14 Guus SliepenAdd simple buffer management code.
2011-05-14 Guus SliepenFix check for event initialization due to the merge.
2011-05-13 Guus SliepenReorder checks for libraries to allow ./configure LDFLA...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenReleasing 1.0.14. release-1.0.14
2011-05-08 Guus SliepenInclude <inttypes.h> when using intptr_t.
2011-05-08 Guus SliepenEnsure proper linking with OpenSSL with recent versions...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenCheck for EVP_EncryptInit_ex instead of SHA1_Version...
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2011-05-08 Guus SliepenIncrease threshold for detecting two nodes with the...
2011-04-28 Julien MuchembledFix command-line '-o' option for host configuration
2011-03-09 Guus SliepenDo not set indirect flag on edges from nodes with multi...
2011-02-18 Guus SliepenPrevent anything from updating our own UDP address.
2011-02-18 Guus SliepenFix spurious misidentification of incoming UDP packets.
2011-02-12 RumkoDragonFlyBSD support
2011-02-07 Guus SliepenAdd support for VDE through libvdeplug.
2011-01-29 Guus SliepenFix typo spotted by Andrew Scheller.
2011-01-12 Guus SliepenProper check and dropin replacement for usleep().
2011-01-02 Guus SliepenUpdate the NEWS.
2011-01-02 Guus SliepenUpdate the manual.
2011-01-02 Guus SliepenDocument the behavior of "-n."
2011-01-02 Guus SliepenRemove unused variables.
2011-01-02 Guus SliepenReplace bogus #else with #endif.
2011-01-02 Guus SliepenLimit field width when scanning PID file.
2011-01-02 Guus SliepenClose all filedescriptors in Solaris close_device().
2011-01-02 Guus SliepenAlways send MTU probes at least once every PingInterval.
2010-11-20 Guus SliepenUse setpriority() instead of nice() on UNIX-like systems.
2010-11-19 Guus SliepenDo not try to dereference myself->connection->config_tree.
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-16 Guus SliepenAttribution for Brandon Black.
2010-11-16 Guus SliepenFix variable length array declaration.
2010-11-13 Guus SliepenFree replay window when freeing a node_t.
2010-11-13 Guus SliepenFix warning message when setting SO_RCVBUF or SO_SNDBUF...
2010-11-13 Brandon L BlackImproved handling of queue-jumping packets on receive
2010-11-13 Brandon L BlackConfigurable ReplayWindow size, zero disables
2010-11-13 Brandon L BlackConfigurable SO_RCVBUF/SO_SNDBUF for the UDP socket
2010-11-13 Brandon L BlackExperimental IFF_ONE_QUEUE support for Linux
2010-11-13 Guus SliepenUse variable length arrays instead of alloca().
2010-11-13 Guus SliepenProvide usleep() for Windows.
2010-11-13 Guus SliepenLink tincctl with dropin.o.
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-11-12 Guus SliepenAdd short options -R and -U to the tincd(8) manpage.
2010-11-02 Guus SliepenRead error counter must be static.
2010-11-02 Guus SliepenQuit when there are too many consecutive errors on...
2010-10-24 Michael TokarevTreat netname="." in a special way.
2010-10-22 Guus SliepenRemove unused variables.
2010-10-22 Guus SliepenAbort disabling old PEM keys on I/O errors.
2010-10-22 Guus SliepenEnsure there is a newline character before a PEM key...
2010-10-22 Guus SliepenAttribution for Timothy Redaelli.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-10-22 Guus SliepenMerge local host configuration with server configuration.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-06-04 Guus SliepenDo not append an address to ANS_KEY messages if we...
2010-06-04 Guus SliepenUse 64 bit counters to keep track of bytes sent/receive...
2010-06-04 Guus SliepenDetect and prevent two nodes with the same Name being...
2010-05-07 Guus SliepenUse strrchr() insteaad of rindex().
2010-05-06 Timothy RedaelliFix warnings under BSD
2010-05-03 Timothy RedaelliFix warnings showed using -D_FORTIFY_SOURCE=2
2010-05-01 Guus SliepenFix all warnings when compiling with mingw64.
2010-05-01 Guus SliepenOpenSSL 1.0.0 compiled for 64 bit Windows requires...
2010-05-01 Guus SliepenUse intptr_t instead of long to store a pointer.
2010-05-01 Guus SliepenDefine WINVER before including any other header file...
2010-04-30 Guus SliepenRemove obsolete lib/ directory.
2010-04-30 Guus SliepenDo not try to free NULL pointers.
2010-04-30 Guus SliepenUse correct digest length when checking a received...
2010-04-17 Guus SliepenAdd missing return statement.
2010-04-17 Guus SliepenFix merge of commit 4a0b9981513059755b9fd15b38fc198f46a...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenFix experimental GUI when reading hexadecimal values.
2010-04-17 Guus SliepenFix reading configuration files that do not end with...
2010-04-11 Guus SliepenReleasing 1.0.13. release-1.0.13
next