summaryrefslogtreecommitdiff
path: root/gio/gdbus-tool.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Merge branch 'cleanup-warnings-split-8' into 'main'Philip Withnall2022-04-011-6/+5
|\
| * Fix redefinition of local variable in gio/gdbus-tool.cLoic Le Page2022-04-011-6/+5
* | tools: Fix handling of empty argv in various minor GLib toolsPhilip Withnall2022-02-111-1/+2
|/
* gdbus: Add --interactive option to `gdbus call`Philip Withnall2021-11-111-2/+10
* Use G_OPTION_ENTRY_NULL to avoid missing initializer warningsEmmanuel Fleury2021-05-131-6/+6
* gdbus-tool: Actually use argv[0] basename as program nameMarco Trevisan (Treviño)2021-04-271-1/+1
* Fix signedness warning in gio/gdbus-tool.cEmmanuel Fleury2021-02-161-1/+1
* Correct memory leaks of error in completion case.Frederic Martinsons2021-01-261-5/+5
* Check object path validity during completion inside print_paths.Frederic Martinsons2021-01-261-0/+5
* gdbus: Add FD support for gdbus callNorbert Pocs2020-11-061-10/+57
* gdbus-tool: Require message bus connections for most commandsPhilip Withnall2020-02-241-7/+11
* gdbus-tool: Colorize the output of "introspect"Niels De Graef2019-04-111-39/+97
* gdbus-tool: Fix units for `gdbus-tool wait` timeoutPhilip Withnall2019-03-271-4/+4
* gdbus, win32: autolaunch bus with gdbus.exe instead of rundll32Vasily Galkin2019-03-121-0/+9
* gdbus-tool: Factor out common GOptionContext constructionPhilip Withnall2018-02-211-26/+29
* gdbus-tool: Don't repeatedly complete --signalIain Lane2018-02-211-2/+9
* gdbus-tool: Make --dest optional for emit againIain Lane2018-02-211-22/+22
* gdbus-tool: Ignore unknown options for the 'emit' subcommand when completingIain Lane2018-02-211-0/+2
* Use hash tables as sets in various placesPhilip Withnall2017-10-261-2/+2
* gdbus-tool: Add tab completion support to `gdbus emit`Philip Withnall2017-10-111-21/+107
* gdbus-tool: Fix some invalid indentationPhilip Withnall2017-10-111-1/+1
* gdbus-tool: Fix tab-completion for non-message-bus connectionsPhilip Withnall2017-10-111-60/+59
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gdbus-tool: Improve --help output for `gdbus wait`Philip Withnall2017-04-031-1/+1
* gdbus-tool: Drop a few lines of dead codePhilip Withnall2017-04-031-4/+0
* gdbus-tool: Add a command to wait for a well-known name on the busPhilip Withnall2017-03-281-1/+248
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-5/+5
* Swallow -- argument when necessaryStephan Bergmann2016-07-161-6/+32
* gdbus-tool: avoid irrelevant note about arg typesAllison Ryan Lortie2016-04-291-15/+21
* gdbus: Validate the --dest argumentMatthias Clasen2015-04-091-0/+26
* gdbus-tool: Remove dead variablesPhilip Withnall2014-05-201-8/+0
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gdbus tool: print GVariant errors in contextRyan Lortie2013-12-221-3/+14
* Avoid a segfault in gdbus toolMatthias Clasen2013-05-251-2/+5
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-12/+12
* win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship2012-11-151-2/+8
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* gdbus-tool: Check return value of strrchr()Rui Matos2012-08-301-0/+6
* gdbus: Don't pass an unintialized GError pointerDavid Zeuthen2011-06-091-0/+1
* gdbus: Add --recurse and --only-properties optionsDavid Zeuthen2011-06-091-53/+132
* gdbus: Add a way to emit a signalDavid Zeuthen2011-06-041-1/+202
* gdbus: Add a --timeout optionDavid Zeuthen2011-05-061-1/+3
* Export _glib_get_locale_dir() as it is now used in gio, tooTor Lillqvist2011-02-201-0/+1
* Set up message translation for gdbusMatthias Clasen2011-02-121-3/+21
* GDBus: Remove constness from introspection data structuresDavid Zeuthen2010-07-191-2/+2
* GDBus: Add GDBusSignalFlags and use it in g_dbus_connection_signal_subscribe()David Zeuthen2010-07-191-0/+1
* Add --xml to gdbus-tool to print raw introspected XMLChristian Persch2010-06-141-7/+16
* GDBusConnection.call(): add 'reply_type' argumentRyan Lortie2010-05-241-40/+9
* gdbus(1): Don't fetch props if introspection data indicates none are availableDavid Zeuthen2010-05-171-1/+1