summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1264-gdbus-double-unref' into 'main'Philip Withnall2023-04-141-22/+24
|\
| * gdbusconnection: Improve refcount handling of timeout sourcePhilip Withnall2023-04-141-4/+4
| * gdbusconnection: Rearrange refcount handling of map_method_serial_to_taskPhilip Withnall2023-04-141-12/+12
| * gdbusconnection: Improve docs of message ownership in closuresPhilip Withnall2023-02-231-7/+7
| * gdbusconnection: Fix the type of a free functionPhilip Withnall2023-02-231-1/+1
| * gdbusconnection: Fix double unref on timeout/cancel sending a messagePhilip Withnall2023-02-231-5/+7
* | Merge branch '2925-gdbus-threading-test' into 'main'Simon McVittie2023-03-021-6/+14
|\ \
| * | gdbusconnection: Explicitly destroy an idle source on cleanupPhilip Withnall2023-02-231-6/+14
| |/
* | gdbusconnection: Make GDBusMethodInvocation transfer a bit clearerPhilip Withnall2023-02-231-1/+1
|/
* gdbusconnection: Avoid copying connection registered set values twiceMarco Trevisan (TreviƱo)2022-12-161-7/+1
* Fix doc typo in g_dbus_connection_signal_subscribeSonny Piers2022-11-281-1/+1
* gdbusconnection: Set a name on all sourcesMatthias Clasen2022-11-011-0/+1
* gdbus: Allow cross-namespace connections to Linux session and system busesSimon McVittie2022-07-241-0/+3
* gdbusauthmechanismexternal: Optionally send empty authorization identitySimon McVittie2022-07-241-0/+1
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Merge branch 'cleanup-warnings-split-8' into 'main'Philip Withnall2022-04-011-4/+4
|\
| * Fix redefinition of local variable in gio/gdbusconnection.cLoic Le Page2022-02-181-4/+4
* | gdbusconnection: Use g_strv_contains() rather than a home-grown versionPhilip Withnall2022-03-171-18/+2
* | docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-3/+3
|/
* Amend g_bus_get* documentation regarding private connectionHu Jialun2022-01-281-2/+6
* gdbusconnection: Fix race between subtree method call and unregistrationPhilip Withnall2021-10-281-3/+4
* gdbusconnection: Fix race between method calls and object unregistrationPhilip Withnall2021-10-281-12/+54
* gdbusconnection: Make ExportedInterface/ExportedSubtree refcountedPhilip Withnall2021-10-281-6/+36
* gdbusconnection: Add some ownership annotationsPhilip Withnall2021-10-281-8/+8
* gdbusconnection: Move ExportedSubtree definitionPhilip Withnall2021-10-281-27/+27
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-9/+9
* gdbusconnection: Fix a typo in a code commentPhilip Withnall2021-06-101-1/+1
* docs: Expand documentation about D-Bus GUIDsPhilip Withnall2021-06-101-0/+9
* Merge branch 'confusing_errors' into 'main'Philip Withnall2021-06-091-5/+22
|\
| * gdbusconnection: removed a confusing messagenitinosiris2021-06-081-5/+22
* | docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-071-4/+4
|/
* gdbus: document completion after idle action for g_dbus_connection_signal_uns...Thomas Haller2021-05-101-0/+3
* gdbus: simplify error handling in g_dbus_connection_send_message_unlocked()th/gdbus-cleanupThomas Haller2021-03-311-14/+5
* gdbus: refactor duplicate code for freeing FilterDataThomas Haller2021-03-311-22/+22
* docs: Replace git.gnome.org with gitlab.gnome.org urlsAvinash Sonawane2021-03-241-4/+4
* gdbus: Add flags to require authentication as the same userPhilip Withnall2021-02-111-6/+11
* gdbus: Reject attempts to set future connection or server flagswip/gdbus-flags-from-the-futureSimon McVittie2021-02-081-0/+11
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-2/+2
* Fix missing initializer warning in gio/gdbusconnection.c:g_dbus_connection_re...Emmanuel Fleury2021-02-011-1/+2
* gdbusconnection: Improve documentation formatting slightlyPhilip Withnall2020-12-151-4/+4
* gdbusconnection: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-151-16/+17
* docs: Document not to use `volatile` qualifiersPhilip Withnall2020-11-201-3/+9
* gdbusconnection: Drop unnecessary volatile qualifiers from variablesPhilip Withnall2020-11-201-11/+11
* gdbus: Document the intended semantics of handles and fdsSimon McVittie2020-10-281-0/+25
* gdbusconnection: Clarify nullability of SignalInstance.senderPhilip Withnall2020-04-031-2/+4
* gdbusconnection: Document main context iteration for unsubscriptionsPhilip Withnall2020-02-241-0/+8
* gdbusconnection: Simplify some control flowPhilip Withnall2020-02-241-4/+1
* gdbusconnection: Drop an unnecessary GMainContext referencePhilip Withnall2020-02-241-7/+1
* gdbusconnection: Document threading and refcounting for signalsPhilip Withnall2020-01-201-0/+18
* gdbusconnection: Tidy up unsubscription codePhilip Withnall2020-01-201-22/+11