toxcore/testing
iphydf 82515f92ee
Move log callback to options.
Previously, all log messages generated by tox_new (which is quite a lot)
were dropped, because client code had no chance to register a logging
callback, yet. This change allows setting the log callback from the
beginning and removes the ability to unset it.

Since the log callback is forever special, since it can't be stateless,
we don't necessarily need to treat it uniformly (with `event`).
2016-11-06 20:35:09 +00:00
..
hstox Import the hstox SUT interface from hstox. 2016-10-01 02:13:34 +01: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