toxcore/auto_tests
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
..
conference_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
crypto_test.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
dht_test.c Remove return after no-return situation (and other cleanups). 2016-09-30 19:06:44 +01:00
encryptsave_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
helpers.h Move log callback to options. 2016-11-06 20:35:09 +00:00
Makefile.inc Remove assoc 2016-11-06 09:14:53 -06:00
messenger_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
network_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
onion_test.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Remove new_nonce function in favour of random_nonce. 2016-11-09 22:30:49 +00:00
tox_many_tcp_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
tox_many_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
tox_one_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
tox_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
toxav_basic_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00
toxav_many_test.c Move log callback to options. 2016-11-06 20:35:09 +00:00