Add basic pledge/unveil sandbox on OpenBSD
[tinc] / src / meson.build
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-05-02 Kirill Isakovmingw: fix static linking with recent ncurses
2022-05-01 Kirill IsakovReplace getrandom() with getentropy()
2022-05-01 Kirill IsakovCI: run all test flavors on BSDs
2022-04-28 Kirill IsakovImprove use of compiler attributes
2022-04-26 Kirill IsakovAdd colors to tincd logger
2022-04-24 Kirill IsakovImprove proxy server support
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
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-10 Kirill IsakovAllow building sptps_{test,keypair} with MSVC
2022-03-28 Kirill IsakovDisable function attributes on unsupported compilers
2022-03-28 Kirill IsakovAdd __packed__ attribute on drop-in structs
2022-03-28 Kirill IsakovAdd check for __Static_assert() and asserts on struct...
2022-03-28 Kirill IsakovReplace MinGW with Windows to avoid ambiguities
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-03-27 Kirill IsakovFix building tinc and running tests on Solaris
2022-03-23 Kirill IsakovAdd unit tests suite using cmocka library
2022-03-23 Kirill IsakovAdd support for meson build system