summaryrefslogtreecommitdiff
path: root/auto_tests/conference_test.c
AgeCommit message (Expand)Author
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2018-11-29Implement conferences savingzugz (tox)
2018-10-09Consistently use camel case enum names.iphydf
2018-09-20Send rejoin packets on conference disconnectionzugz (tox)
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-18Wrong use of unsigned integer.hugbubby
2018-07-18Using stdint instead of int/longhugbubby
2018-07-07Factor out the actual test code from conference_test.iphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-01Improve conference test stability.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-20Add a simple conference test with 3 friends.iphydf
2018-01-12Fix some typos in code and cmake commentsyangfl
2017-11-20Fix assert for the first port valueDiadlo
2017-11-15Add workaround for conference testDiadlo
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-11-06Move log callback to options.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf