summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
AgeCommit message (Expand)Author
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2020-01-02synchronize call control actions to tox_iteratesudden6
2018-10-09Consistently use camel case enum names.iphydf
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-16Prune long long warnings.Leonid Bobrov
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-14Fixed attempt to join detached threadspchk
2016-11-06Move log callback to options.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-13Add some astyle options to make it do more.iphydf
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-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-26Fix plane size calculation in testmannol
2016-08-26Avoid large stack allocations on thread stacks.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2015-11-03Astyle.irungentoo
2015-10-11Test should not assert when hangup failsEniz Vukovic
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-06-13Fixed sample size in callback and other stuffmannol
2015-06-05Rebased on master and removed alpha channel (again)mannol
2015-05-22Move savedata to options struct.irungentoo
2015-05-22Updated with mastermannol
2015-05-01Fixed* api comments and some bugsmannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Donemannol
2015-03-18Move get_connection_status to self pseudonamespace, to contrast friend_get_co...Dubslow
2015-03-12Convert core code depending on the apiDubslow
2015-02-25Ported some tests to the new api.irungentoo
2014-11-29More av cleanupmannol
2014-11-27Attempted fix of threading issue in test.irungentoo
2014-11-24Merge branch 'master' of https://github.com/mannol/toxcoreirungentoo
2014-11-18av refactormannol