toxcore/testing
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
..
hstox Wrap all sodium/nacl functions in crypto_core.c. 2016-12-22 10:26:59 +00:00
av_test.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
DHT_test.c reduce thread-unsafe use of static variables 2017-01-21 22:08:52 +01:00
dns3_test.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
irc_syncbot.c Fixed FreeBSD build failure due to undefined MSG_NOSIGNAL. 2017-01-13 00:24:00 -08:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
misc_tools.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
nTox.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
nTox.h Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
tox_shell.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00
tox_sync.c Update license headers and remove redundant file name comment. 2017-01-19 00:01:44 +00:00