toxcore/testing
iphydf aed24408db
Remove new_nonce function in favour of random_nonce.
`new_nonce` has been an alias for `random_nonce` for a while now. Having
two names for the same operation is confusing. `random_nonce` better
expresses the intent. The documentation for `new_nonce` talks about
guaranteeing that the nonce is different from previous ones, which is
incorrect, it's just quite likely to be different.
2016-11-09 22:30:49 +00:00
..
hstox Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
av_test.c Work around bug in opencv3 headers. 2016-09-25 01:58:51 +01:00
DHT_test.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
dns3_test.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +00:00
irc_syncbot.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01: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 Move log callback to options. 2016-11-06 20:35:09 +00:00
misc_tools.c Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
nTox.c Enable all possible C compiler warning flags. 2016-11-06 01:32:10 +00:00
nTox.h Improve static and const correctness. 2016-09-06 11:54:37 +01:00
tox_shell.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
tox_sync.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00