summaryrefslogtreecommitdiff
path: root/test/fdpass.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Detach most connections from main loop before closingSimon McVittie2018-08-021-0/+4
* tests: Call dbus_shutdown()Simon McVittie2018-08-021-1/+5
* tests: Detach server from main loop during teardownSimon McVittie2018-08-021-1/+1
* test: Skip TCP tests if getaddrinfo doesn't workSimon McVittie2018-06-041-2/+36
* various tests: produce better diagnostics on errorSimon McVittie2016-08-121-1/+3
* fdpass test: assert that TCP connections don't say they can pass fdsSimon McVittie2015-11-171-18/+58
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-2/+3
* tests: provide g_test_skip() emulation for older GLibSimon McVittie2015-04-161-8/+0
* tests: avoid noise on stdout when not --verboseSimon McVittie2015-04-161-10/+10
* fd-passing test: numbers of things are unsigned (-Wsign-compare)Simon McVittie2015-03-041-2/+2
* tests: reassure clang that oom() does in fact not returnSimon McVittie2015-02-241-0/+2
* Reduce the number of fds the fdpass test usesSimon McVittie2015-02-111-2/+23
* Add test-fdpass to the build, and make it compile againSimon McVittie2015-02-051-1/+1
* Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-041-2/+1
* New test for fd-passingSimon McVittie2014-09-171-0/+853