GitHub CI: update list of container images
[tinc] / src / autoconnect.c
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-23 Guus SliepenSuppress UBSan warnings in the xoshiro implementation.
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-11 Kirill IsakovUse splay trees inside node_t directly.
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-08-10 Fufu FangReduce pointer indirection for global list_t variables
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2019-07-17 Guus SliepenTry harder to connect to unreachable nodes.
2018-01-06 Guus SliepenAdd a cache of recently seen addresses.
2017-11-06 Guus SliepenDon't log errors when autoconnecting fails and debuglev...
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-08-22 Guus SliepenMake autoconnect try to heal network splits.