GitHub CI: update list of container images
[tinc] / src / address_cache.c
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-04-28 Kirill IsakovImprove use of compiler attributes
2021-08-11 Kirill IsakovUse splay trees inside node_t directly.
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
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.