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