summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
2020-05-17Fix tcp_relay_test by adding a second bootstrap node.iphydf
2020-05-04Stop hard-coding packet IDs in tests.iphydf
2020-05-04Add logging to TCP and onion client.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-04-26Skip invalid TCP relays and DHT nodes when loading save datazugz (tox)
2020-04-20Enable TCP relay test in Bazel and autotools build.iphydf
2020-04-13Fix things not being initialized if creating a TCP-only networkRobin Linden
2020-03-29Fixes towards building on MSVC.iphydf
2020-03-27Mark conference test as small.iphydf
2020-03-18Add "member" invite responsezugz (tox)
2020-03-15Add another bootstrap node to the bootstrap test.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2020-01-02synchronize call control actions to tox_iteratesudden6
2019-11-17Allow Bazel to rerun tests marked as flakyRobin Linden
2019-11-02Update tests to use a working bootstrap nodeRobin Linden
2019-05-19add configurable limit on number of stored frozen peerszugz (tox)
2019-05-01add undef guard in tox_many_tcp_testsudden6
2019-04-01Disable failing TCP server testzugz (tox)
2019-02-10add API function to test whether av is enabledzugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
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