toxcore/testing
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
..
av_test.c Astyle. 2015-11-03 13:42:05 -05:00
DHT_test.c Move logging to a callback. 2016-08-27 01:16:14 +01:00
dns3_test.c Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
irc_syncbot.c Make the friend message callback stateless 2016-08-20 11:07:49 -07: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 logging to a callback. 2016-08-27 01:16:14 +01:00
misc_tools.c Add missing DHT_bootstrap to CMakeLists.txt. 2016-08-17 22:12:39 +01:00
nTox.c Make the friend message callback stateless 2016-08-20 11:07:49 -07:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
tox_shell.c Make the friend message callback stateless 2016-08-20 11:07:49 -07:00
tox_sync.c Make self_connection_status callback stateless. 2016-08-17 14:57:20 +01:00