Check all Address statements when making outgoing connections.
[tinc] / src / address_cache.c
2018-10-18 Guus SliepenCheck all Address statements when making outgoing conne...
2018-06-23 Guus SliepenRemove address cache debug messages printed to stderr.
2018-03-30 Guus SliepenPrevent an infinite loop in get_recent_address().
2018-02-21 Todd C. MillerFix heap corruption on Windows exposed by the use-after...
2018-02-17 Guus SliepenReformat all code using astyle.
2018-02-16 Todd C. MillerFix a use-after-free bug in get_recent_address() and...
2018-01-22 Guus SliepenFix calling freeaddrinfo() on the wrong pointer.
2018-01-06 Guus SliepenAdd a cache of recently seen addresses.