summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Move typedefs for interwork with strict compilersGrant Erickson2015-12-091-6/+6
* gdbus: Fix Memory LeakSaurav Babu2015-12-041-25/+25
* gdbus: Drop message replies if the sender requested no replyPhilip Withnall2015-12-041-1/+2
* gdbus: Remove unnecessary empty lineJohan Hedberg2015-09-191-1/+0
* gdbus: add method for immediate property updateJakub Pawlowski2015-09-192-3/+23
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-121-0/+1
* gdbus: Fix crash in g_dbus_create_error_valistSzymon Janc2015-04-091-1/+4
* gdbus: Use g_dbus_create_error_valist internallySzymon Janc2015-04-091-4/+1
* gdbus: Add g_dbus_get_flags functionMichael Janssen2015-04-072-0/+6
* gdbus: Make GDBusClient work without ObjectManagerLuiz Augusto von Dentz2015-03-251-2/+7
* gdbus/client: Allow specifying ObjectManager pathArman Uguray2015-02-272-6/+22
* gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray2015-02-271-1/+2
* gdbus: Fix not calling disconnect functionSzymon Janc2015-02-241-3/+4
* gdbus: Don't refresh objects/props if disconnectedArman Uguray2015-02-221-5/+8
* gdbus: Fix match rule for NameOwnerChangedAlban Crequy2014-09-151-1/+2
* gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz2014-08-201-2/+8
* gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz2014-08-201-1/+0
* Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz2014-08-121-7/+1
* gdbus: Fix use after freeAndrei Emeltchenko2014-08-111-3/+8
* gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi2014-04-031-2/+12
* gdbus: Add g_dbus_proxy_set_property_arrayClaudio Takahasi2014-03-242-0/+92
* gdbus: Add g_dbus_client_set_ready_watch()Claudio Takahasi2014-03-062-1/+20
* gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz2014-02-181-4/+1
* gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo2014-02-181-10/+4
* gdbus: Fix memory leakAnderson Lizardo2014-02-181-0/+2
* gdbus: Fix trying to remove already removed sourcesBastien Nocera2013-11-111-0/+3
* gdbus: Remove not needed check for NULL DBusPendingCallSzymon Janc2013-10-141-5/+0
* gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc2013-10-141-1/+10
* gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz2013-09-121-79/+56
* gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz2013-09-121-36/+37
* gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz2013-09-121-135/+38
* gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz2013-09-121-0/+2
* gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz2013-09-121-17/+8
* gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz2013-09-121-2/+6
* gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz2013-09-091-2/+2
* gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2013-09-092-64/+42
* gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-092-0/+14
* gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz2013-09-091-16/+53
* gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida2013-05-281-0/+4
* gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo2013-05-081-0/+5
* gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo2013-05-081-0/+2
* gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz2013-05-031-7/+18
* gdbus: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+6
* gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz2013-02-281-13/+10
* gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka2013-02-231-2/+3
* gdbus: Add g_dbus_proxy_set_removed_watchDenis Kenzior2013-02-152-0/+20
* gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes2013-02-141-2/+5
* gdbus: Don't call property changed callback during client initMarcel Holtmann2013-02-111-9/+10
* gdbus: Fix unpublished interface signal emissionJohan Hedberg2013-02-011-0/+4
* gdbus: Check for valid path before handling propertiesMarcel Holtmann2013-01-201-0/+6