summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Expand)Author
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
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-22Make TCP_Connections module-private.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-17Fix for windows dynamic libraries.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-16Clean up Travis build a bit in preparation for osx/win.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-11Use correct logical operator for tox_testChuong Vu
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-06Improve static and const correctness.iphydf