summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-06-24Add a test for double conference invite.iphydf
2018-06-23Disable UDP when proxy is enabled.iphydf
2018-06-23Avoid conditional-uninitialised warning for tcp test.iphydf
2018-06-23Add assertions to bootstrap tests for correct connection type.iphydf
2018-06-23Add tests for what happens when passing an invalid proxy host.iphydf
2018-06-22Clarify/Improve test_some testhugbubby
2018-06-20Better TCP testing (beginnings)hugbubby
2018-06-19Add test for creating multiple conferences in one tox.iphydf
2018-06-18Remove resource_leak_test.iphydf
2018-06-17Make dht_test more stable.iphydf
2018-06-16Only check full rtp offset if RTP_LARGE_FRAME is setRobin Lindén
2018-06-04Log only the filename, not the full path in LOGGER.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-04-15Restrict packet kinds that can be sent through onion path.Evgeny Kurnevsky
2018-04-03Avoid the use of rand() in tests.iphydf
2018-03-17Disallow stderr logger by default.iphydf
2018-03-17Add logging to the onion_test.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-03-02Make file transfers 50% faster.iphydf
2018-02-27Remove deprecated conference namelist change callback.iphydf
2018-02-27Fix auto_tests to stop using the deprecated conference API.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-23Link all tests to the android cpufeatures library if available.iphydf
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-19Make some sizeof tests linux-only.iphydf
2018-02-18Increase range of ports available to Toxes during testsRobin Lindén
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-18Remove tox_test from autotools build.iphydf
2018-02-18Split up tox_test into multiple smaller testsRobin Lindén
2018-02-18Don't print trace level logging in tests.iphydf
2018-02-17Add static asserts for all the struct sizes in toxcore.iphydf
2018-02-17Make outgoing Filetransfers round-robin.zoff99
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-06Format .cpp files with format-source.iphydf
2018-02-01Improve conference test stability.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-28Make audio/video bit rates "properties"xhe
2018-01-26Fix out of bounds read in error case in messenger_test.iphydf
2018-01-25Split bit_rate_set(), one for audio, one for video.xhe
2018-01-21Make the monolith test a C++ binary.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-21Don't allocate or dereference Tox_Options in tests.iphydf