summaryrefslogtreecommitdiff
path: root/gio/gdbusaddress.c
Commit message (Expand)AuthorAgeFilesLines
* gdbusaddress: Drop an unnecessary NULL checkPhilip Withnall2020-08-181-1/+1
* gdbusaddress: Validate the noncefile attribute of nonce-tcp addressesPhilip Withnall2019-10-081-2/+10
* gdbusaddress: Collapse two translatable strings into onePhilip Withnall2019-10-081-8/+8
* Merge branch 'allow_guid_key_in_dbus_addresses' into 'master'Simon McVittie2019-07-231-3/+3
|\
| * Allow guid key in dbus addressesEmmanuel Fleury2019-07-161-3/+3
* | gdbusaddress: Add missing transfer annotationMatthew Leeds2019-07-161-2/+2
|/
* gdbus: support unix:dir= addressesMichael Catanzaro2019-06-171-5/+8
* gdbusaddress: Clean up memory management in _g_dbus_address_parse_entry()Philip Withnall2019-03-151-13/+7
* gdbusaddress: Require that transport names and keys are non-emptyPhilip Withnall2019-03-151-0/+20
* gdbusaddress: Remove some always-true branchesPhilip Withnall2019-03-151-2/+2
* gdbusaddress: Simplify address validation in is_valid_unix()Philip Withnall2019-03-151-24/+11
* gdbus, win32: move most W32 dbus autolaunch code to gdbusprivateVasily Galkin2019-03-071-361/+2
* gdbusaddress, win32: don't rely on short namesVasily Galkin2019-03-071-13/+55
* g_dbus_is_supported_address(): set error if returning FALSEWill Thompson2018-06-131-0/+4
* gdbusaddress: Disable proxy support for D-Bus addressesPhilip Withnall2018-01-311-0/+10
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-3/+3
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-2/+5
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* docs: Fix a typo in a documentation stringPhilip Withnall2017-02-081-1/+1
* docs: Add links to D-Bus specification for D-Bus address formatPhilip Withnall2017-02-081-6/+14
* dbusaddress: do not leak error on win32 codeIgnacio Casal Quinteiro2016-11-291-1/+3
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-24/+24
* Do not attempt to autolaunch a session dbus-daemon with no DISPLAYSimon McVittie2016-07-161-0/+7
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* W32: eliminate busy cursor when a rundll32-hosted child runsРуслан Ижбулатов2016-03-031-0/+21
* gio/gobject: Various introspection fixesRico Tzschichholz2016-02-031-2/+2
* gdbusaddress: Fix memory leak when G_DBUS_DEBUG_ADDRESS is enabledPhilip Withnall2015-10-031-6/+8
* GDBus: try XDG_RUNTIME_DIR/bus before resorting to dbus-launchSimon McVittie2015-06-091-0/+67
* g_dbus_address_connect: specifically use dbus-launch for autolaunch:Simon McVittie2015-06-091-17/+21
* gio: (belatedly) port gdbus from GSimpleAsyncResult to GTaskDan Winship2015-04-041-45/+32
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-1/+1
* Eradicate links and xrefsMatthias Clasen2014-02-081-1/+1
* Docs: Don't use the code tagMatthias Clasen2014-01-311-9/+10
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio/gdbusaddress: Clean up Win32 code a bitChun-wei Fan2013-12-121-5/+1
* Fix g_win32_run_session_bus hook for MinGW-w64Manuel Bachmann2013-11-271-0/+2
* gio/gdbusaddress.c: Silence RunDLL errorsChun-wei Fan2013-08-211-0/+8
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-30/+30
* g_dbus_address_escape_value: addSimon McVittie2013-02-131-0/+47
* win32: misc warning fixesDan Winship2012-11-151-1/+3
* Remove g_type_init() callsRyan Lortie2012-10-161-2/+0
* CVE-2012-3524: Hardening for being run in a setuid environmentColin Walters2012-09-131-0/+9
* Miscellaneous string fixesMatthias Clasen2012-08-161-2/+2
* Add g_spawn_check_exit_status()Colin Walters2012-07-101-27/+2
* win32: Support autolaunching dbus daemonAlexander Larsson2012-04-201-2/+304
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* GDBus: make use of reliable async cancellationRyan Lortie2012-03-151-0/+1
* Silence a compiler warningMatthias Clasen2011-06-141-1/+1
* Don't compare unsigned numbers with 0Matthias Clasen2011-06-141-1/+1