tinc
2011-06-25 Guus SliepenReleasing 1.1pre1. release-1.1pre1
2011-06-25 Guus SliepenEnsure that the texinfo manual can be converted to...
2011-06-25 Guus SliepenUpdate manpages and info manual.
2011-06-24 Guus SliepenAdd Makefile.am in gui/.
2011-06-24 Guus SliepenDon't use AM_CONDITIONAL for CURSES.
2011-06-24 Guus SliepenDon't call event_del() from the mtuevent handler, alway...
2011-06-24 Guus SliepenDelete mtuevent if it is not used.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenReleasing 1.0.15. release-1.0.15
2011-06-24 Guus SliepenRemove redundant @CFLAGS@ from AM_CFLAGS.
2011-06-21 Guus SliepenNo need to check for pselect() in tinc 1.1.
2011-06-21 Guus SliepenOnly log UDP address changes at the appropriate debug...
2011-06-06 Guus SliepenReopen log file after SIGHUP.
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenClean up digests when freeing a connection_t.
2011-06-06 Guus SliepenImproved --logfile option.
2011-06-04 Guus SliepenAttribution for Loïc Grenié.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-06-03 Guus SliepenDon't ignore SIGCHLD, system() needs it.
2011-06-02 Guus SliepenFix format strings for Windows.
2011-06-02 Guus SliepenUse send() when writing to sockets, and the return...
2011-06-02 Guus SliepenSmall fixes for Windows.
2011-06-02 Guus SliepenEven simpler signal handling.
2011-06-02 Guus SliepenRemove debugging message that was accidentily left in.
2011-06-02 Guus SliepenDon't treat packets coming in via TCP as having zero...
2011-06-02 Guus SliepenFix nodes joining the VPN after tincctl top started.
2011-06-02 Guus SliepenMake traffic statistics more readable with configurable...
2011-06-02 Guus SliepenMore stable sorting in tincctl top.
2011-06-02 Guus SliepenFix some compiler and cppcheck warnings.
2011-06-02 Guus SliepenRemove support for the Ethertap device.
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-06-02 Guus SliepenDon't #include <alloca.h> anymore.
2011-06-02 Guus SliepenDrop the GNU memcmp.c implementation.
2011-06-02 Guus SliepenDrop the GNU malloc.c, realloc.c, and xmalloc.c.
2011-06-02 Guus SliepenSimplify signal handling.
2011-05-29 Guus SliepenRemove outgoing event in free_connection().
2011-05-29 Guus SliepenInitialise priority field to zero for packets read...
2011-05-29 Guus SliepenCosmetic fix when pressing 's' in tincctl top.
2011-05-29 Guus SliepenShow hostname and port in error message when connecting...
2011-05-29 Sven-Haegar... do_outgoing_connection() may delete a failed connection...
2011-05-29 Sven-Haegar... src/net_socket.c bind_to_address(): Use after free...
2011-05-29 Guus SliepenAllow tincctl to connect to something besides localhost.
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenRemove newlines from log messages.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar... fgets() returns NULL on error, not < 0
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.
next