tinc
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-15 Etienne DechampsWarn about performance if using TAP-Windows >=9.21.
2015-03-15 Etienne DechampsLog TAP-Windows driver version on startup.
2015-03-15 Etienne DechampsIncrease the ReplayWindow default from 16 to 32.
2015-03-15 Etienne DechampsSet the default for UDPRcvBuf and UDPSndBuf to 1M.
2015-03-15 Etienne DechampsFix Windows device asynchronous write behavior.
2015-03-15 Etienne DechampsWhen disabling the Windows device, wait for pending...
2015-03-15 Etienne DechampsMake sure packet header structures are correctly packed...
2015-03-14 Etienne DechampsFix HAVE_DECL_RES_INIT conditionals.
2015-03-14 Etienne DechampsFix invalid getuid() call on Windows.
2015-03-14 Etienne DechampsDon't send UDP probes past static relays.
2015-03-14 Etienne DechampsThrottle the rate of MTU_INFO messages.
2015-03-14 Etienne DechampsThrottle the rate of UDP_INFO messages.
2015-03-14 Etienne DechampsAdd MTU_INFO protocol message.
2015-03-14 Etienne DechampsAdd UDP_INFO protocol message.
2015-03-14 Guus Sliepen--syslog and --logfile are mutually exclusive.
2015-03-14 Guus SliepenFix the case where we detach and use --logfile.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-03-14 Guus SliepenMerge remote-tracking branch 'dechamps/sptpsabort'...
2015-03-13 Jochen VossAdd a new --syslog option for tincd.
2015-03-08 Etienne DechampsDon't abort() willy-nilly in SPTPS code.
2015-03-08 Etienne DechampsFix UDP/MTU discovery in intermediate SPTPS UDP relays.
2015-03-08 Etienne DechampsFix dynamic UDP SPTPS relaying.
2015-02-17 xentecFix compile errors introduced in cfe9285adf391ab66faeb5...
2015-02-16 Guus SliepenSuppress warnings about parsing Ed25519 keys when they...
2015-02-16 Guus SliepenDocument that --force should precede commands.
2015-02-10 Sven-Haegar... Fixed variables.test testsuite after 'Make "tinc add...
2015-02-09 Guus SliepenMake "tinc add" idempotent.
2015-02-09 Guus SliepenAlways call res_init() before getaddrinfo().
2015-01-15 Guus SliepenAdd the "fsck" command to the CLI.
2015-01-12 Guus SliepenImprove packet source detection.
2015-01-11 Guus SliepenSend gratuitous type 2 probe replies.
2015-01-11 Guus SliepenSend the size of the largest recently received packets...
2015-01-11 Guus SliepenMove UDP probe reply code into its own function.
2015-01-11 Guus SliepenKeep track of the largest UDP packet size received...
2015-01-11 Guus SliepenMove detection of PMTU decrease to try_mtu().
2015-01-11 Guus SliepenSend MTU probes only once every PingInterval.
2015-01-11 Guus SliepenRemove RTT and packet loss estimation code.
2015-01-11 Guus SliepenOnly send small packets during UDP probes.
2015-01-11 Guus SliepenImmediately send our key when a meta-connection is...
2015-01-11 Guus SliepenAlways keep UDP mappings alive for nodes that also...
2015-01-11 Guus SliepenFix segfault when sptps_test cannot open the key files.
2015-01-10 Etienne DechampsFix typo in logging statement.
2015-01-10 Guus SliepenDon't send probe replies if we don't have the other...
2015-01-10 Guus SliepenProactively send our own key when we request another...
2015-01-10 Guus SliepenFix size of type 2 probe replies.
2015-01-10 Guus SliepenCorrectly estimate the initial MTU for legacy packets.
2015-01-10 Guus SliepenTry to clarify the new code in net_packet.c a bit.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-04 Guus SliepenUse global "now" in try_udp() and try_mtu().
2015-01-04 Guus SliepenUse void pointers for opaque data blobs in the SHA512...
2015-01-04 Guus SliepenFix indentation and some whitespace issues.
2015-01-03 Etienne DechampsUse a different UDP discovery interval if the tunnel...
2015-01-02 Etienne DechampsRecalculate and resend MTU probes if they are too large...
2015-01-02 Etienne DechampsFine-tune the MTU discovery multiplier for the maxmtu...
2015-01-02 Etienne DechampsAdd IP_MTU-based maxmtu estimation.
2015-01-02 Etienne DechampsDon't send MTU probes smaller than 512 bytes.
2015-01-02 Etienne DechampsAdjust MTU probe counts.
2015-01-02 Etienne DechampsUse a smarter algorithm for choosing MTU discovery...
2015-01-02 Etienne DechampsRemove bandwidth estimation code.
2015-01-02 Etienne DechampsSend one MTU probe at a time.
2015-01-02 Etienne DechampsUse -1 to identify the post-initial MTU discovery state.
2015-01-02 Etienne DechampsFix MTU as soon as possible.
2015-01-01 Etienne DechampsMove try_mtu() closer to try_tx().
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2015-01-01 Etienne DechampsRemove PMTU discovery code redundant with UDP discovery.
2015-01-01 Etienne DechampsMove responsibility for local discovery to UDP discovery.
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2015-01-01 Etienne DechampsMove try_sptps() closer to try_tx().
2015-01-01 Etienne DechampsAdd the try_tx() function.
2015-01-01 Etienne DechampsClarify the send_mtu_probe() function.
2014-12-31 Guus SliepenFixes for bugs in src/Makefile.am and tincctl.c introdu...
2014-12-30 Guus SliepenAdd missing nolegacy/crypto.c and prf.c.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-27 Guus SliepenReleasing 1.1pre11. release-1.1pre11
2014-12-27 Guus SliepenAdd BroadcastSubnet and DeviceStandby options to the...
2014-12-27 Guus SliepenBetter default paths for log and PID files on Windows.
2014-12-26 Guus SliepenRemove AES-GCM support.
2014-12-26 Guus SliepenLinux doesn't like .PHONY .o files.
2014-12-26 Guus SliepenWe don't depend on ECDH functions from OpenSSL anymore.
2014-12-26 Guus SliepenBSD make doesn't like .PHONY .c files.
2014-12-26 Guus SliepenCheck whether res_init() really lives in libresolv.
2014-12-26 Guus SliepenUpdate THANKS file.
2014-12-26 Guus SliepenAllow running tinc without RSA keys.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-25 Etienne DechampsUse plain old PACKET for TCP packets sent directly...
2014-12-25 Etienne DechampsDon't spontaneously start SPTPS with neighbors.
2014-12-24 Guus SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-12-24 Guus SliepenFix memory leaks found by Valgrind.
2014-12-24 Guus SliepenDon't use myself->name in device_disable(), it's alread...
2014-12-24 Guus SliepenDon't pass uninitialized bytes to ioctl().
2014-12-24 Guus SliepenAvoid using OpenSSL's random number functions.
2014-12-14 Guus SliepenFix reception of SPTPS UDP packets.
2014-12-14 Guus SliepenFix segfault when receiving UDP packets with an unknown...
2014-12-08 Guus SliepenChanges that should have been in commit 46fa12e666badb7...
2014-12-08 Guus SliepenMake UDP packet handling more efficient.
2014-12-07 Guus SliepenAvoid memmove() for legacy UDP packets.
2014-12-07 Guus SliepenCache node IDs in a hash table for faster lookups.
2014-12-07 Guus SliepenAdd an explicit hash_delete() function.
next