toxcore/auto_tests
Coren[m] 1331a32223 Broken *_wait() into *_wait_prepare() and *_wait_execute()
To allow the actual waiting to run without any locking, split it into preparing the data it uses and the execution of the wait.
The caller must provide with the buffer to store whatever data it requires to wait.
Completely eliminates any reliance on the existence of anything but that data in the actual wait routine.

Also fixed a few argument type warnings inside LOGGING.
2013-10-05 12:53:54 +02:00
..
crypto_test.c Make test "endtoend" pass on 'slow' systems 2013-09-16 23:02:38 +02:00
friends_test.c Fixed building with NaCl. 2013-09-10 17:15:26 -04:00
Makefile.inc Fix in ip_equal, plus testing code which led to that fix... 2013-09-15 23:39:09 +02:00
messenger_test.c Broken *_wait() into *_wait_prepare() and *_wait_execute() 2013-10-05 12:53:54 +02:00
network_test.c Permit -Wshadow as useful warning. 2013-09-27 11:24:33 +02:00