summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-peer.c
Commit message (Expand)AuthorAgeFilesLines
* gio/tests/gdbus-peer: Unref cached property GVariant valueMarco Trevisan (Treviño)2022-09-021-0/+1
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-5/+5
* Merge branch 'win32-fd' into 'main'Philip Withnall2022-05-181-10/+55
|\
| * gio/tests: add gdbus-peer test to win32Marc-André Lureau2022-05-171-9/+54
| * gio/tests: unescape the nonce_file valueMarc-André Lureau2022-05-171-1/+1
* | tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
|/
* gio/tests: close leaked fdMarc-André Lureau2022-05-121-1/+4
* Fix several missing initializer warnings in gio/tests/gdbus-peer.cEmmanuel Fleury2021-04-081-2/+4
* gdbus: Reject attempts to set future connection or server flagswip/gdbus-flags-from-the-futureSimon McVittie2021-02-081-0/+187
* gio/tests/gdbus-peer: Exercise fds attached to a large messagewip/smcv/big-dbus-write-with-fdsSimon McVittie2020-10-281-64/+135
* GDBus: Use G_DBUS_METHOD_INVOCATION_HANDLED in method implementationsSimon McVittie2020-10-011-1/+1
* GDBus tests: Use G_SOURCE_REMOVE, G_SOURCE_CONTINUESimon McVittie2020-10-011-3/+3
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* GCredentials: Add the concept of credentials that lack the process IDSimon McVittie2020-05-071-6/+19
* gdbus-peer: Specifically listen on 127.0.0.1Simon McVittie2019-11-041-4/+4
* gdbus-peer test: Use unix:dir address if exact format doesn't matterSimon McVittie2019-10-291-12/+7
* gdbus-peer test: Stop GDBusServer before tearing down temporary directorySimon McVittie2019-10-291-0/+1
* gdbus-peer test: Improve diagnostics if g_rmdir failsSimon McVittie2019-10-291-1/+2
* tests: Isolate directories in gdbus-peer testPhilip Withnall2019-10-281-1/+1
* tests: Move main loop and test GUID into test functions in gdbus-peerPhilip Withnall2019-10-281-8/+37
* tests: Add a test for peer-to-peer GDBusProxy usage with a bus namePhilip Withnall2019-08-211-0/+71
* gdbus: run peer test multiple times with different addressesMichael Catanzaro2019-06-171-21/+82
* gdbus: Fix minor leak in peer testMichael Catanzaro2019-06-171-2/+1
* gdbus: Clean up sockets and nonces from filesystemMichael Catanzaro2019-06-171-1/+5
* build: work around meson issue with too long filenames on Windows. Fixes #1556Christoph Reiter2018-10-041-1/+1
* tests: Various minor leak fixes in the GIO testsPhilip Withnall2018-06-291-0/+4
* Allow running gdbus-peer inside a containerEmmanuele Bassi2018-02-201-1/+4
* tests: Add a debug message to gdbus-peer testPhilip Withnall2018-02-191-0/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-3/+6
* gio: Use g_strerror() instead of strerror()Philip Withnall2017-06-211-1/+1
* gio/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* tests: Fix a typo on a dereferencing assignmentPhilip Withnall2016-08-131-1/+1
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-2/+1
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-2/+2
* gdbus-peer test: let GDBusServer start before notifying main threadSimon McVittie2015-05-111-13/+28
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Improve gdbus test coverageMatthias Clasen2014-01-011-0/+11
* gcredentials: add internal macros to simplify all the #ifdefsDan Winship2013-10-041-35/+13
* Rework the build system for a new tests approachRyan Lortie2013-05-311-1/+1
* Split off the gdbus-overflow testMatthias Clasen2013-05-311-125/+1
* Rename G_TEST_DISTED to G_TEST_DISTRyan Lortie2013-05-291-1/+1
* tests: move tests to new _get_filename() APIRyan Lortie2013-05-291-2/+1
* tests: use new g_test_build_filename() APIRyan Lortie2013-05-291-8/+1
* gdbus-peer: Drop some usage of g_thread_yield()Colin Walters2013-05-231-23/+43
* gio/tests: Make gdbus-peer work in installed modewip/installed-testsColin Walters2013-05-201-2/+12
* Check that credentials pass through D-Bus on supported platformsSimon McVittie2012-12-191-0/+21
* Add gnetworking.hDan Winship2012-12-121-1/+1
* build: Add missing "static" keyword where it should be usedColin Walters2012-11-011-1/+1
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Switch all open() calls to use g_open()Colin Walters2012-08-281-1/+1