summaryrefslogtreecommitdiff
path: root/gio/gdbusprivate.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix dbus process autolaunch with static build on WindowsLoic Le Page2022-01-271-61/+74
* gio: re-use win32 SID helpersMarc-André Lureau2022-01-181-63/+1
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-3/+3
* gdbus, win32: Fix accidental dllexport in static buildsOle André Vadla Ravnås2021-06-071-1/+1
* gdbusprivate: Stop hard-coding path to /var/libPhilip Withnall2021-03-011-6/+13
* gdbusprivate: Validate machine ID after loading itPhilip Withnall2021-03-011-7/+33
* gdbusprivate: Simplify some variable initialisationsPhilip Withnall2021-03-011-4/+3
* gdbusprivate: Avoid a warning about a statement with no effectPhilip Withnall2020-11-201-3/+2
* gio: Drop unnecessary volatile qualifiers from internal variablesPhilip Withnall2020-11-201-5/+5
* gdbus: Cope with sending fds in a message that takes multiple writesSimon McVittie2020-10-281-1/+4
* gtask: Improve task names used internally within GLibPhilip Withnall2020-07-071-0/+2
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* Fix use-after-free when calling g_dbus_connection_flush_sync()Milan Crha2019-10-101-5/+4
* gio: Make minor docs improvementsMatthew Leeds2019-06-251-1/+1
* gdbusprivate: Clarify GDBusMessage ownership transfersPhilip Withnall2019-04-121-6/+6
* Fix use-after-free triggered by gnome-session-binaryStefan Sperling2019-03-251-10/+20
* gdbus, win32: autolaunch bus with gdbus.exe instead of rundll32Vasily Galkin2019-03-121-50/+39
* gdbus, win32: move most W32 dbus autolaunch code to gdbusprivateVasily Galkin2019-03-071-0/+366
* gdbus: Fix a potential use-after-free on connection close. Fixes #1686Christoph Reiter2019-02-141-3/+3
* gdbusproxy: Add G_DBUS_DEBUG=proxy supportRichard Hughes2019-01-251-1/+10
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* gdbus: make hexencode() a shared function to avoid duplicationРуслан Ижбулатов2018-03-131-0/+35
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* gio/gdbusprivate.c: Include missed headersChun-wei Fan2017-05-271-0/+3
* gdbus: Init more types to work around gtype thread issueColin Walters2017-05-221-0/+20
* gdbusprivate: Include a few headers to fix win32 buildColin Walters2017-03-271-0/+2
* gdbus: Initialize types earlier to break proxy <-> connection deadlockColin Walters2017-03-271-4/+7
* gdbus: make sure to stay locked when sending messageFabrice Bellet2017-02-051-4/+4
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+2
* gio: (belatedly) port gdbus from GSimpleAsyncResult to GTaskDan Winship2015-04-041-123/+74
* docs: more cleanups for GIORyan Lortie2015-03-121-1/+1
* gdbus: delay closing stream after read finishMarc-André Lureau2015-02-171-5/+23
* docs: Fix broken gtk-doc formattingRico Tzschichholz2014-08-181-2/+2
* gio: Add names to idles and timeoutsBastien Nocera2014-03-271-0/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* gio: Fix -Werror format string errors from mismatched ints.Jan Schmidt2013-09-271-2/+2
* Add g_close(), use itColin Walters2013-01-291-1/+2
* win32: move some code into #ifdef G_OS_UNIXDan Winship2012-11-151-1/+7
* gio/*: Fix spelling of determiningPaul Menzel2012-11-131-1/+1
* Exterminate 'the the'Matthias Clasen2012-08-181-1/+1
* win32: Implement _g_dbus_get_machine_id using machine guidAlexander Larsson2012-04-201-0/+42
* GDBus: make use of reliable async cancellationRyan Lortie2012-03-151-0/+1
* Use g_queue_free_full() convenience function.Ravi Sankar Guntur2012-01-091-9/+3
* GDBusWorker: continue_writing: initialize flush_async_data if closingSimon McVittie2011-11-231-5/+3
* _g_dbus_worker_flush_sync: always flush if we need toSimon McVittie2011-11-211-6/+37
* GDBusWorker: move flush async op into continue_writing()Simon McVittie2011-11-211-33/+68
* schedule_write_in_worker_thread: require caller to lock; rename accordinglySimon McVittie2011-11-211-10/+10