summaryrefslogtreecommitdiff
path: root/auto_tests/tox_one_test.c
AgeCommit message (Expand)Author
2020-05-02Fix errors on error paths found by oomer.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Increase range of ports available to Toxes during testsRobin Lindén
2018-02-18Disable lan discovery in most tests.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-11-20Fix assert for the first port valueDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-10Fix off by one error in saving our own status message.iphydf
2016-11-21Made saveformat platform-independent.Robin Lindén
2016-11-06Move log callback to options.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf