summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
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
2018-01-20Fix log message in simple_conference_test: invite -> message.iphydf
2018-01-20Add a simple conference test with 3 friends.iphydf
2018-01-19Use larger arrays in crypto timing tests.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2018-01-14Make Onion_Client a module-private type.iphydf
2018-01-14Make Onion_Announce a module-private type.iphydf
2018-01-14Filter out annoying log statements in unit tests.iphydf
2018-01-12Fix some typos in code and cmake commentsyangfl
2018-01-11Move Networking_Core struct into the .c file.iphydf
2018-01-10Fix formatting in some C files.iphydf
2017-12-29Change toxencryptsave API to never overwrite pass keys.iphydf
2017-12-12Fix Travis fail on addr_resolve testingDiadlo
2017-11-20Fix bootstrap portDiadlo
2017-11-20Remove upper bound of save sizeDiadlo
2017-11-20Fix assert for the first port valueDiadlo
2017-11-19Fix typoyangfl
2017-11-15Add workaround for conference testDiadlo
2017-11-15Don't use IPv6 in test if it's unsupportedDiadlo
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24Add platform independent constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-06Remove unused variableMaxim Biro
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-06-05Add test for changing the conference title and not receiving a callback.pranomostro
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-06-04Test for memberlist not changing after changing own name.pranomostro
2017-05-13Make variable names in file saving test less cryptic.pranomostro
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-13Add test for DHT pack_nodes and unpack_nodesDiadlo
2017-04-01Implement tox_loopAnsa89