summaryrefslogtreecommitdiff
path: root/gio/gtestdbus.c
Commit message (Expand)AuthorAgeFilesLines
* use g_timeout_add_seconds_once()Peter Eisenmann2023-05-021-3/+2
* glib-unix: Add O_NONBLOCK support to g_unix_open_pipe()Philip Withnall2023-03-231-1/+1
* gtestdbus: Use g_unix_open_pipe_internal () for creating pipesMaciej S. Szmigiero2023-02-211-1/+2
* gtestdbus: Use g_timeout_add_seconds() rather than g_timeout_add()Philip Withnall2022-11-161-1/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtestdbus: Print the dbus address on a specific FD intead of stdoutMarco Trevisan (Treviño)2021-11-231-30/+59
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-1/+1
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-1/+1
* gtestdbus: Flush stdout and stderr before forking a monitor processPhilip Withnall2021-02-151-0/+10
* gtestdbus: Retry writes if they failPhilip Withnall2020-12-031-1/+4
* glib: Use g_file_set_contents_full() throughout GLib and GIOPhilip Withnall2020-07-261-1/+3
* gtestdbus: Use posix_spawn() to spawn dbus-daemonPhilip Withnall2020-02-261-3/+4
* gtestdbus: Clarify comment on dropping connection refMatthew Leeds2019-07-031-2/+3
* Revert "gtestdbus: Properly close server connections"Matthew Leeds2019-07-031-5/+4
* gio: Make minor docs improvementsMatthew Leeds2019-06-251-1/+1
* gtestdbus: Fix watcher crash on FreeBSDTing-Wei Lan2018-08-201-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* g_test_dbus_down: Ensure next test does not use old connectionSimon McVittie2018-04-101-0/+1
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-2/+5
* gio: Use g_strerror() instead of strerror()Philip Withnall2017-06-211-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gio/gtestdbus.c: don't use non-standard %m printf modifierTobias Nygren2016-02-191-2/+4
* GDBus: try XDG_RUNTIME_DIR/bus before resorting to dbus-launchSimon McVittie2015-06-091-0/+2
* GTestDBus: use g_printerr() for status messageSimon McVittie2015-05-111-1/+1
* gtestdbus: Don’t close stdout for dbus-daemonPhilip Withnall2014-06-221-4/+13
* gio/gtestdbus.c: Fix write_config_file() for WindowsChun-wei Fan2014-05-121-2/+1
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-1/+2
* Don't use <filename> in docsMatthias Clasen2014-02-051-4/+4
* Don't use <envar> in docsMatthias Clasen2014-02-051-6/+8
* Drop use of xinclude in GTestDBus docsMatthias Clasen2014-02-011-7/+3
* gtestdbus: Use markdown for sectionsMatthias Clasen2014-02-011-68/+57
* Fix the docs buildMatthias Clasen2014-01-311-2/+2
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-7/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gtestdbus: Add a note about thread safety to the documentationPhilip Withnall2013-12-061-0/+6
* gtestdbus: Minor documentation fixesPhilip Withnall2013-11-291-13/+15
* gtestdbus: Fix non-const use of const variablesPhilip Withnall2013-11-291-2/+2
* gtestdbus: Fix variable shadowingPhilip Withnall2013-11-291-2/+2
* gtestdbus: Properly close server connectionsStef Walter2013-11-231-4/+5
* gtestdbus: Don't destroy GSource twiceStef Walter2013-11-231-2/+4
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-1/+1
* gtestdbus: Fix leak of GMainLoopStef Walter2013-11-111-0/+1
* GTestDBus: Make sure only DBUS_SESSION_BUS_ADDRESS is set by defaultXavier Claessens2013-10-291-1/+4
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-6/+2
* Added examples to GTestDBus documentationTristan Van Berkom2013-03-211-0/+75
* win32: define _WIN32_WINNT globallyDan Winship2012-11-151-1/+0
* build: Add missing "static" keyword where it should be usedColin Walters2012-11-011-1/+1
* gtestdbus: correct documentation typosWill Thompson2012-10-111-2/+3