summaryrefslogtreecommitdiff
path: root/tests/test-io-stream-common.c
Commit message (Expand)AuthorAgeFilesLines
* test-io-stream-common: Avoid CPU starvation by yieldingOle André Vadla Ravnås2021-11-221-0/+2
* test-io-stream-common: Fix GSource callback signatureOle André Vadla Ravnås2021-11-221-1/+11
* test-io-stream-common: Remove dead codeOle André Vadla Ravnås2021-11-221-6/+0
* agent: Add support for bytestream TCPOle André Vadla Ravnås2021-11-221-7/+45
* tests: Use g_assert_true() instead of g_assert() everywhereOlivier Crête2021-11-011-6/+6
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-1/+1
* test-io-stream-common: Remove io_stream pointer when removing streamOlivier Crête2020-02-061-0/+1
* tests: Make iostream test termination more reliableOlivier Crête2020-02-061-18/+13
* test-io-common: Abort on errorOlivier Crête2020-02-061-0/+1
* test-send-recv: Fix occasional timeoutsJakub Adam2019-03-051-1/+5
* tests: Fix -Wcast-function-type warnings with GCC 8Jakub Adam2019-01-141-1/+1
* tests: fix io-stream when built with optimizationsFabrice Bellet2016-06-201-1/+1
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-5/+0
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-251-0/+34
* tests: Don't verify the message content with not in reliable mode, because it...Olivier Crête2014-03-061-18/+23
* test: Use a less racy way to know if the test is ready to startOlivier Crête2014-02-251-13/+53
* agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête2014-01-311-1/+1
* tests: Add tests for the I/O stream classesPhilip Withnall2014-01-311-0/+487