toxcore/auto_tests
iphydf 13ae9e9a93
Move logging to a callback.
This removes the global logger (which by the way was deleted when the first tox
was killed, so other toxes would then stop logging). Various bits of the code
now carry a logger or pass it around. It's a bit less transparent now, but now
there is no need to have a global logger, and clients can decide what to log and
where.
2016-08-27 01:16:14 +01:00
..
assoc_test.c Move logging to a callback. 2016-08-27 01:16:14 +01:00
crypto_test.c Realised there was no test to test these functions. 2016-01-30 21:56:54 -05:00
dht_test.c Move logging to a callback. 2016-08-27 01:16:14 +01:00
encryptsave_test.c Fix some compiler warnings. 2016-08-18 17:10:15 +01:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Add and use CMake build script 2016-08-12 01:13:11 +01:00
messenger_test.c Move logging to a callback. 2016-08-27 01:16:14 +01:00
network_test.c Move argument comments to the end of line 2016-02-27 14:32:49 -05:00
onion_test.c Move logging to a callback. 2016-08-27 01:16:14 +01:00
skeleton_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
TCP_test.c Fix operation sequencing in TCP_test. 2016-08-19 19:46:23 +01:00
tox_test.c Reduce the timeout on travis to something much more reasonable 2016-08-25 11:52:46 -07:00
toxav_basic_test.c Make self_connection_status callback stateless. 2016-08-17 14:57:20 +01:00
toxav_many_test.c Fix plane size calculation in test 2016-08-26 22:47:19 +02:00