summaryrefslogtreecommitdiff
path: root/gdbus
AgeCommit message (Expand)AuthorFilesLines
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-09gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz1-2/+2
2013-09-09gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2-64/+42
2013-09-09gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2-0/+14
2013-09-09gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz1-16/+53
2013-05-28gdbus: 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-09gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-02-28gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3
2013-02-15gdbus: 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-04gdbus: 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
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-18/+33
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-4/+23
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-3/+45
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-29gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann1-4/+22
2012-12-29gdbus: Add function to manually refresh propertiesMarcel Holtmann2-0/+85
2012-12-29gdbus: Add support for proxy property change notificationsMarcel Holtmann2-4/+30
2012-12-29gdbus: Fix handling of client connect/disconnect signalsMarcel Holtmann1-11/+12
2012-12-29gdbus: Protect standalone proxy creation with client referenceMarcel Holtmann1-10/+8
2012-12-27gdbus: Use object manager only if callback functions are setMarcel Holtmann1-8/+7
2012-12-27gdbus: Use client service name and not hardcoded org.bluezMarcel Holtmann1-1/+1
2012-12-27gdbus: Add support for creating D-Bus proxies without object managerMarcel Holtmann2-62/+147
2012-12-22gdbus: Avoid using g_ptr_array_new_full convenience functionMarcel Holtmann1-1/+2
2012-12-18gdbus: Increase the method call timeout to 5 minutesMarcel Holtmann1-1/+3
2012-12-18gdbus: Add helper for sending async error repliesMarcel Holtmann2-0/+38
2012-12-16gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann1-0/+23
2012-12-16gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann1-0/+8
2012-12-15gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann1-0/+8