summaryrefslogtreecommitdiff
path: root/tests/test-send-recv.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Clear the original message pointer instead of a copyOlivier Crête2021-11-261-1/+1
* test-io-stream-common: Remove incorrect assertionOle André Vadla Ravnås2021-11-221-4/+0
* agent: Add support for bytestream TCPOle André Vadla Ravnås2021-11-221-1/+3
* tests: Use g_assert_true() instead of g_assert() everywhereOlivier Crête2021-11-011-1/+1
* tests: Replace g_assert (memcmp) with g_assert_cmpmem()Olivier Crête2020-05-051-3/+2
* test-send-recv: Change timeout to 150sOlivier Crête2020-02-061-1/+1
* test-send-recv: Write in a loop until blockedOlivier Crête2020-02-061-20/+22
* test-send-recv: Fix occasional timeoutsJakub Adam2019-03-051-4/+22
* tests: Fix -Wcast-function-type warnings with GCC 8Jakub Adam2019-01-141-2/+2
* test-send-recv: reduce deadlock timeoutFabrice Bellet2016-06-201-2/+2
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-011-1/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-1/+0
* tests: Use G_SOURCE_[CONTINUE|REMOVE] instead of booleansPhilip Withnall2014-11-061-6/+6
* tests: Fix a memory leak in test-send-recvPhilip Withnall2014-11-061-2/+12
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-251-0/+4
* Rename variables that shadow global definitionsOlivier Crête2014-03-311-6/+6
* tests: Don't verify the message content with not in reliable mode, because it...Olivier Crête2014-03-061-15/+21
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-311-6/+22
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-311-1/+0
* agent: Add support for vectored I/O for sendsPhilip Withnall2014-01-311-53/+193
* tests: Update test-send-recv to support vectored I/OPhilip Withnall2014-01-311-94/+338
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-311-4/+0
* tests: Add tests for the I/O stream classesPhilip Withnall2014-01-311-0/+914