index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
helpers.h
Age
Commit message (
Expand
)
Author
2018-06-24
Use clang-format for C++ code.
iphydf
2018-06-04
Log only the filename, not the full path in LOGGER.
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-02-18
Split up tox_test into multiple smaller tests
Robin Lindén
2018-02-18
Don't print trace level logging in tests.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-09
Remove libcheck from the dependencies.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-18
Add bazel build scripts for c-toxcore.
iphydf
2018-01-16
Make DHT a module-private type.
iphydf
2018-01-14
Filter out annoying log statements in unit tests.
iphydf
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2016-12-23
avoid dereferencing Tox_Options
iphydf
2016-12-22
Remove tox_options_copy.
iphydf
2016-12-22
Use `tox_options_set_*` instead of direct member access.
iphydf
2016-11-06
Move log callback to options.
iphydf
2014-08-09
Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore
irungentoo
2014-08-09
Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions
pyruvate