summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-connection.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Add G_TEST_OPTION_ISOLATE_DIRS to almost all gdbus testsPhilip Withnall2022-11-231-1/+1
* gdbus: Allow cross-namespace connections to Linux session and system busesSimon McVittie2022-07-241-0/+3
* tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* Fix missing initializer warning in gio/tests/gdbus-connection.cEmmanuel Fleury2021-04-141-1/+2
* tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-201-20/+20
* GDBus tests: Use G_SOURCE_REMOVE, G_SOURCE_CONTINUESimon McVittie2020-10-011-2/+2
* tests: Fix remaining race in gdbus-connection filter testPhilip Withnall2020-05-051-31/+31
* tests: Use atomics for shared data in gdbus-connection testPhilip Withnall2020-03-171-21/+32
* tests: Port gdbus-connection to use g_assert_*() rather than g_assert()Philip Withnall2020-03-171-65/+65
* tests: Enable GDBus debug for a number of unreliable testsBastien Nocera2019-12-111-0/+4
* tests: Add a test for g_dbus_connection_get_flags()Philip Withnall2019-08-211-0/+6
* gio/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gdbus-connection: wait up to 10s to actually send a messageSimon McVittie2015-05-141-2/+12
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-111-1/+1
* gdbus: fix deadlock on message cancel/timeoutDan Winship2015-04-061-0/+15
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gdbus-connection: Work around race in connection testsStef Walter2013-12-111-10/+20
* gdbus-connection: Fix race condition in testStef Walter2013-11-231-3/+4
* gdbus-connection: Fix leaks in testsStef Walter2013-11-111-1/+6
* gdbus-connection: Fix use after free in testStef Walter2013-11-111-3/+0
* tests: move tests to new _get_filename() APIRyan Lortie2013-05-291-4/+1
* tests: use new g_test_build_filename() APIRyan Lortie2013-05-291-12/+1
* Fix make check with builddir != srcdirMatthias Clasen2013-05-271-1/+1
* gio/tests: Fix gdbus-connection when run from "make check"Colin Walters2013-05-211-4/+8
* Convert remaining gio tests to installedMatthias Clasen2013-05-201-1/+12
* g_dbus_connection_signal_subscribe: add path and namespace matchingLars Uebernickel2013-04-081-0/+78
* Fix distcheckMatthias Clasen2013-01-141-1/+1
* Use the C gdbus-testserver in testsMatthias Clasen2013-01-031-1/+1
* Remove g_type_init() callsRyan Lortie2012-10-161-1/+0
* Add g_spawn_check_exit_status()Colin Walters2012-07-101-1/+1
* gdbus: Implement g_dbus_connection_get_last_serial()Tomas Bzatek2012-06-061-0/+90
* Remove ununsed includeAlexander Larsson2012-04-191-1/+0
* Fix race in gdbus-connection testAlexander Larsson2012-04-191-12/+13
* Use GTestDBus in all GDBus unit testsXavier Claessens2012-04-191-16/+7
* Revert "Add GTestDBus object"David Zeuthen2012-04-181-7/+13
* Add GTestDBus objectXavier Claessens2012-04-181-13/+7
* ifdef out some unused codeMatthias Clasen2012-04-081-11/+15
* GDBusConnection: Fix race in /gdbus/connection/life-cycleSjoerd Simons2011-10-181-2/+1
* Fix build with gcc-2.*.Antoine Jacoutot2011-05-231-2/+2
* Bug 632544 – Cannot send a locked message with PRESERVE_SERIAL flagPeng Huang2010-12-131-3/+15
* GDBusConnection: Use correct GMainContext when invoking free functionsDavid Zeuthen2010-09-231-11/+46
* GDBus: bump timeout for some testsDavid Zeuthen2010-09-231-4/+4
* GDBus: Move "slow" connection test cases into separate test programDavid Zeuthen2010-09-231-160/+0
* GDBusConnection: Avoid callbacks on finalized connectionDavid Zeuthen2010-09-231-3/+5
* Bug 624546 – Modification of GDBusMessage in filter functionDavid Zeuthen2010-09-091-25/+44
* Bug 624546 – Modification of GDBusMessage in filter functionDavid Zeuthen2010-08-051-3/+144
* Plug a mem leak in gdbus-connection testChristian Persch2010-08-181-0/+1
* Plug a mem leak in gdbus-connection testChristian Persch2010-08-181-0/+1
* Plug a mem leak in the gdbus-connection testChristian Persch2010-08-181-2/+4