Always call res_init() before getaddrinfo().
[tinc] / src /
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 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 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.
2014-12-07 Guus SliepenBetter log messages when we already know the peer's...
2014-12-07 Sven-Haegar KochTry handling the case when the first side knows the...
2014-12-07 Guus SliepenLog an error message with the node's name when receivin...
2014-12-07 Guus SliepenCheck validity of Ed25519 key during an upgrade.
2014-12-07 Sven-Haegar KochDo not disconnect when no ecdsa key is known yet.
2014-12-03 Guus SliepenFix compiler warnings.
2014-12-03 Etienne DechampsQuery the Linux device for its MAC address.
2014-10-04 Etienne DechampsMake sure to discover MTU with relays.
2014-10-04 Etienne DechampsDon't send MTU probes to nodes we can't reach directly.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-10-04 Etienne DechampsPrepend source node ID information to UDP datagrams.
2014-10-04 Etienne DechampsChange vpn_packet_t::seqno from uint32_t to uint8_t[4].
2014-10-04 Etienne DechampsIntroduce node IDs.
2014-10-04 Etienne DechampsInvalidate UDP information on address changes.
2014-09-27 Etienne DechampsFix protocol version check for type 2 MTU probe replies.
2014-09-22 Etienne DechampsPreemptively mirror REQ_PUBKEY messages from nodes...
2014-09-21 Etienne DechampsFix default device path selection on BSD.
2014-09-21 Etienne DechampsIgnore the Interface option if device rename is impossible.
2014-09-21 Etienne DechampsFix default TAP device on Darwin.
2014-09-07 Etienne DechampsFix wrong identifier in SO_NOSIGPIPE call.
2014-09-06 Etienne DechampsDon't enable the device if the reachable count is zero.
2014-08-31 Etienne DechampsFix undefined HOST_NAME_MAX on Windows.
2014-08-25 William A. Kenning... tincctl: Use replace_name to properly replace and valid...
2014-08-25 William A. Kenning... utils: Refactor check_id out of protocol for global...
2014-08-25 William A. Kenning... utils: Refactor get_name's functionality into util...
2014-08-07 Sven-Haegar KochFix exit code of "tinc get".
2014-07-19 Etienne DechampsHandle TAP-Win32 immediate reads correctly.
2014-07-19 Etienne DechampsOnly read from TAP-Win32 if the device is enabled.
2014-07-13 Etienne DechampsAdd a non-interactive mode to tinc commands.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
next