toxcore/auto_tests
zugz b630121f2f reduce thread-unsafe use of static variables
- rework ip_ntoa() to avoid use of static variables
- rework sort_client_list() to avoid use of static variables
- move static 'lastdump' into Messenger struct
- rework ID2String() to avoid use of static variables; rename to id_to_string()
- fetch_broadcast_info(): attempt to mitigate risks from concurrent execution
- current_time_monotonic(): attempt to mitigate risks from concurrent execution
- comment on non-thread-safety of unix_time_update
2017-01-21 22:08:52 +01:00
..
conference_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
crypto_test.c Set up autotools build to build against vanilla NaCl. 2017-01-08 15:27:26 +00:00
dht_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
encryptsave_test.c Use tox_options_set_* instead of direct member access. 2016-12-22 10:53:39 +00:00
file_saving_test.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
helpers.h avoid dereferencing Tox_Options 2016-12-23 00:26:46 +00:00
Makefile.inc Remove assoc 2016-11-06 09:14:53 -06:00
messenger_test.c Add logging callback to messenger_test. 2017-01-06 23:25:46 +00:00
network_test.c reduce thread-unsafe use of static variables 2017-01-21 22:08:52 +01:00
onion_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
resource_leak_test.c Add test to check if tox_new/tox_kill leaks. 2016-12-20 20:27:51 +00:00
save_friend_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
tox_many_tcp_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
tox_many_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
tox_one_test.c Use tox_options_set_* instead of direct member access. 2016-12-22 10:53:39 +00:00
tox_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
toxav_basic_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
toxav_many_test.c Revert "Revert "Portability fixes"" 2017-01-06 04:20:00 -08:00
version_test.c Fix version compatibility test. 2016-12-13 02:06:25 +00:00