toxcore/auto_tests
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
..
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 Make toxcore code C++ compatible. 2016-09-24 21:53:50 +01:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Compile as C++ for windows builds. 2016-11-02 18:50:41 +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