]> git.ipfire.org Git - thirdparty/openvpn.git/history - tests/unit_tests/openvpn/test_argv.c
Ensure that all unit tests use unbuffered stdout and stderr
[thirdparty/openvpn.git] / tests / unit_tests / openvpn / test_argv.c
2024-01-23  Arne SchwabeEnsure that all unit tests use unbuffered stdout and...
2021-12-09  Arne SchwabeAdd argv_insert_head__empty_argv__head_only to argv...
2021-08-02  Arne SchwabeRemove unistd.h from unit test
2020-04-27  Gert DoeringUncrustify the tests/unit_tests/ part of our tree.
2020-02-20  Heiko HundAdd gc_arena to struct argv to save allocations
2020-02-20  Heiko Hundargv: do fewer memory re-allocations
2020-02-20  Heiko Hundre-implement argv_printf_*()
2018-06-23  Gert DoeringAdd %d, %u and %lu tests to test_argv unit tests.
2017-06-27  Steffan KargerMove adjust_power_of_2() to integer.h
2016-12-15  David SommersethMerge 'reformatting' branch into master
2016-12-14  David SommersethThe Great Reformatting - first phase reformatting 111/head
2016-11-16  Steffan KargerAdd --tls-crypt unit tests
2016-11-14  Heiko HundFactor out %sc handling from argv_printf()
2016-11-14  Heiko Hundput argv_* functions into own file, add unit tests