summaryrefslogtreecommitdiff
path: root/auto_tests/tox_test.c
AgeCommit message (Expand)Author
2017-11-20Remove upper bound of save sizeDiadlo
2017-11-20Fix assert for the first port valueDiadlo
2017-11-19Fix typoyangfl
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Enable all possible C compiler warning flags.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Fix for windows dynamic libraries.iphydf
2016-09-16Clean up Travis build a bit in preparation for osx/win.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-11Use correct logical operator for tox_testChuong Vu
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Re-enable group chat tests.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-25Reduce the timeout on travis to something much more reasonableGregory Mullen (grayhatter)
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-19Make Typing change callback statelessGregory Mullen (grayhatter)
2016-08-18Make friend_status_message callback stateless.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2016-08-12Check code formatting on Travis.iphydf
2016-08-11Fix a few issues with running Toxcore tests on Travis-CIGregory Mullen (grayhatter)
2015-12-01Slightly increased number of peers to announce to.irungentoo
2015-07-03Fixed Tox reporting itself as being connected with TCP when using UDP only on...irungentoo
2015-06-12Added save/load live test.irungentoo
2015-06-07Test fix.irungentoo
2015-06-06Save DHT nodes in a smarter way.irungentoo
2015-06-05Added test.irungentoo
2015-06-04Added test.irungentoo
2015-06-01Add a test for loading with a secret key.irungentoo