summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_basic_test.c
AgeCommit message (Expand)Author
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2018-10-09Consistently use camel case enum names.iphydf
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-25Stop using massive macros in `toxav_basic_test`.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe
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-11-06Move log callback to options.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).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-16Ensure that all TODOs have an owner.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Add a short sleep before each tox_iterate in av test.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-17Make self_connection_status callback stateless.iphydf
2015-11-03Astyle.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-07-10Fixed CALL_STATE namingmannol
2015-06-30Implement handling capability change on rtp levelmannol
2015-06-27Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATEmannol
2015-06-27Added payload turning off by setting bit rate to 0mannol
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-07Fixed inconsistenciesmannol
2015-05-01Fixed* api comments and some bugsmannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Donemannol
2015-03-18Merge branch 'one_more_rename' of https://github.com/dubslow/toxcore into new...irungentoo
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
2015-02-08Fixed memory leak in test.irungentoo
2015-02-07Properly free everything at the end of each test.irungentoo
2014-11-29More av cleanupmannol