summaryrefslogtreecommitdiffstats
path: root/gdbus
AgeCommit message (Expand)AuthorFilesLines
2015-04-20gdbus: Close private connection if setup failsLuiz Augusto von Dentz1-0/+1
2015-04-09gdbus: Fix crash in g_dbus_create_error_valistSzymon Janc1-1/+4
2015-04-09gdbus: Use g_dbus_create_error_valist internallySzymon Janc1-4/+1
2015-04-07gdbus: Add g_dbus_get_flags functionMichael Janssen2-0/+6
2015-03-26gdbus: Make GDBusClient work without ObjectManagerLuiz Augusto von Dentz1-2/+7
2015-03-26gdbus/client: Allow specifying ObjectManager pathArman Uguray2-6/+22
2015-03-26gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray1-1/+2
2015-02-24gdbus: Fix not calling disconnect functionSzymon Janc1-3/+4
2015-02-22gdbus: Don't refresh objects/props if disconnectedArman Uguray1-5/+8
2014-09-15gdbus: Fix match rule for NameOwnerChangedAlban Crequy1-1/+2
2014-09-08gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz1-2/+8
2014-09-08gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz1-1/+0
2014-09-08Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz1-7/+1
2014-09-08gdbus: Fix use after freeAndrei Emeltchenko1-3/+8
2014-09-08gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi1-2/+12
2014-03-24gdbus: Add g_dbus_proxy_set_property_arrayClaudio Takahasi2-0/+92
2014-03-06gdbus: Add g_dbus_client_set_ready_watch()Claudio Takahasi2-1/+20
2014-02-18gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz1-4/+1
2014-02-18gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo1-10/+4
2014-02-18gdbus: Fix memory leakAnderson Lizardo1-0/+2
2013-11-11gdbus: Fix trying to remove already removed sourcesBastien Nocera1-0/+3
2013-10-14gdbus: Remove not needed check for NULL DBusPendingCallSzymon Janc1-5/+0
2013-10-14gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc1-1/+10
2013-09-12gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz1-79/+56
2013-09-12gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz1-36/+37
2013-09-12gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz1-135/+38
2013-09-12gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz1-0/+2
2013-09-12gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz1-17/+8
2013-09-12gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz1-2/+6
2013-09-10gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz1-2/+2
2013-09-10gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2-64/+42
2013-09-10gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2-0/+14
2013-09-10gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz1-16/+53
2013-06-19gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida1-0/+4
2013-05-08gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo1-0/+5
2013-05-08gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo1-0/+2
2013-05-03gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz1-7/+18
2013-04-08gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-04-08gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3
2013-02-14gdbus: Add g_dbus_proxy_set_removed_watchDenis Kenzior2-0/+20
2013-02-14gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes1-2/+5
2013-02-11gdbus: Don't call property changed callback during client initMarcel Holtmann1-9/+10
2013-02-01gdbus: Fix unpublished interface signal emissionJohan Hedberg1-0/+4
2013-01-20gdbus: Check for valid path before handling propertiesMarcel Holtmann1-0/+6
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2013-01-02gdbus: Hold client reference during get name owner replyMarcel Holtmann1-0/+4