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