]> git.meshlink.io Git - meshlink/history - test/channels-cornercases.c
Don't use assert() to check the results of pthread_*() calls.
[meshlink] / test / channels-cornercases.c
2020-06-12 Guus SliepenFix warnings and missing mutex/cond initialization...
2020-05-13 Guus SliepenFix more compiler warnings.
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-10-30 Guus SliepenEnsure NDEBUG is not set in the test suite.
2019-10-13 Guus SliepenSet the priv pointer at channel open time in the channe...
2019-10-07 Guus SliepenRefactor the non-blackbox test suite.
2019-10-04 Guus SliepenClean up resources in the test cases.
2019-09-17 Guus SliepenEnsure the channel poll callback is called with len...
2019-03-18 SS RoopRemove extra locks causing deadlocks for wait_sync_flag...
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-08-13 Guus SliepenTest cornercases of MeshLink channels.