Add a unit test for sssp_bfs()
[tinc] / test / unit /
2024-01-22 Jingrong ChenAdd a unit test for sssp_bfs()
2022-06-03 Kirill IsakovRemove access checks in tests under root
2022-05-29 Kirill IsakovExtract filesystem-related functions into fs.c
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-05-27 Kirill IsakovDon't tarpit localhost connections
2022-05-23 Kirill IsakovFix weight comparison in edge BFS
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-05-01 Kirill IsakovReplace getrandom() with getentropy()
2022-04-28 Kirill IsakovConvert tincd path args to absolute paths
2022-04-24 Kirill IsakovImprove proxy server support
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-21 Kirill Isakovconnection_t: split compression_level/log_level into...
2022-04-21 Kirill IsakovUse actual port in tincd logs / tinc get Port / invitations
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-04-11 Kirill IsakovReduce duplication in request handler tables
2022-03-23 Kirill IsakovAdd unit tests suite using cmocka library