summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2018-11-29Implement conferences savingzugz (tox)
2018-11-23Avoid format truncation in save compatibility testzugz (tox)
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-10-11ensure save data unchanged after save and loadzugz (tox)
2018-10-09Consistently use camel case enum names.iphydf
2018-10-06Avoid use of IPv6 in tests if not supported (e.g. on Travis).iphydf
2018-09-25Use a working DHT node for bootstrap tests.iphydf
2018-09-20Send rejoin packets on conference disconnectionzugz (tox)
2018-09-19Fix typosyangfl
2018-09-14Standardise header guards.iphydf
2018-09-14Use run_auto_test fixture in typing_test.chugbubby
2018-09-08Use `(void)` for empty parameter lists in C.iphydf
2018-09-05Add mechanism for recovering from disconnections in conferenceszugz
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-31Use test clock in run_auto_test tests and dht testzugz (tox)
2018-08-27try ipv6 connections even after udp timeoutzugz (tox)
2018-08-26Update copyright to 2018.iphydf
2018-08-26Call `abort` instead of `exit` on test failure.iphydf
2018-08-25Run save_compatibility_test in the autotools build.iphydf
2018-08-25Fix the `PORT_ALLOC` failure of `save_compatibility_test`.iphydf
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-25Stop using massive macros in `toxav_basic_test`.iphydf
2018-08-25Fix auto_tests Makefilezugz (tox)
2018-08-22Add check to make sure tox was created successfullyendoffile78
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19Make the save_compatibility_test work with bazel.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-16Limit the size of a save file in file_saving_test.iphydf
2018-08-16Prune long long warnings.Leonid Bobrov
2018-08-13Fix some printf format specifiers.iphydf
2018-08-12add callback for successful connection to a conferencezugz (tox)
2018-08-12Fix a few warnings from clang.iphydf
2018-08-12Check that the save file size isn't larger than our address space.iphydf
2018-08-02Fix problems with initial connections and name-setting in conferenceszugz
2018-07-30Fix autotools buildhugbubby
2018-07-28auto_test fixture and filenameshugbubby
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-21Remove redundant casts to the same type.iphydf
2018-07-21Add github usernames to TODOs.iphydf
2018-07-21Add missing braces in dht_test.c.iphydf
2018-07-21Run buildifier on c-toxcore BUILD files.iphydf
2018-07-18Wrong use of unsigned integer.hugbubby
2018-07-18Using stdint instead of int/longhugbubby
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-12Fix style in DHT.c.iphydf