summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
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
2017-04-01initial version of tox_loopmichael bishop
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-03-01Add test for tox_strncasecmp()Maxim Biro
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-08Set up autotools build to build against vanilla NaCl.iphydf
2017-01-07Fix issues in crypto_test.cendoffile78
2017-01-07Replace make_quick_sort with qsortendoffile78
2017-01-06Add logging callback to messenger_test.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2017-01-04Add tests to secure memcmp and memzero functions.Diadlo
2016-12-23avoid dereferencing Tox_Optionsiphydf
2016-12-22Remove tox_options_copy.iphydf
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-20Add test to check if tox_new/tox_kill leaks.iphydf
2016-12-16Add test for obtaining savedata, writing it to a file, reading it again and c...pranomostro
2016-12-14Fixed attempt to join detached threadspchk
2016-12-13Add apidsl file for toxencryptsave.iphydf
2016-12-13Fix version compatibility test.sudden6
2016-12-13Fix padding in SAVED_FRIEND struct and add test.Robin Lindén
2016-12-10Fix off by one error in saving our own status message.iphydf
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-21Made saveformat platform-independent.Robin Lindén
2016-11-11Add DHT_create_packetendoffile78
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Remove assocendoffile78
2016-11-06Enable all possible C compiler warning flags.iphydf
2016-11-02Compile as C++ for windows builds.iphydf