summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Close private connection if setup failsLuiz Augusto von Dentz2015-04-201-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-261-2/+7
* gdbus/client: Allow specifying ObjectManager pathArman Uguray2015-03-262-6/+22
* gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray2015-03-261-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-09-081-2/+8
* gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz2014-09-081-1/+0
* Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz2014-09-081-7/+1
* gdbus: Fix use after freeAndrei Emeltchenko2014-09-081-3/+8
* gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi2014-09-081-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-101-2/+2
* gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2013-09-102-64/+42
* gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-102-0/+14
* gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz2013-09-101-16/+53
* gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida2013-06-191-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: Fix not calling property_changed callbackLuiz Augusto von Dentz2013-04-081-13/+10
* gdbus: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-081-6/+6
* 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-142-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
* gdbus: Fix memory leak on properties_set()Anderson Lizardo2013-01-061-1/+6
* gdbus: Check signature of property value before calling setterMarcel Holtmann2013-01-051-0/+5
* gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi2013-01-031-1/+7
* gdbus: Simplify generated introspectionLucas De Marchi2013-01-031-65/+38
* gdbus: Hold client reference during get name owner replyMarcel Holtmann2013-01-021-0/+4