index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbus
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-11
gdbus: Fix trying to remove already removed sources
Bastien Nocera
1
-0
/
+3
2013-10-14
gdbus: Remove not needed check for NULL DBusPendingCall
Szymon Janc
1
-5
/
+0
2013-10-14
gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_reply
Szymon Janc
1
-1
/
+10
2013-09-12
gdbus/client: Use g_dbus_add_properties_watch to track properties
Luiz Augusto von Dentz
1
-79
/
+56
2013-09-12
gdbus/client: Use g_dbus_add_signal_watch to track signals
Luiz Augusto von Dentz
1
-36
/
+37
2013-09-12
gdbus/client: Use g_dbus_add_service_watch to track services
Luiz Augusto von Dentz
1
-135
/
+38
2013-09-12
gdbus/watch: Fix crash when disconnecting from D-Bus
Luiz Augusto von Dentz
1
-0
/
+2
2013-09-12
gdbus/watch: Fix aborting when removing D-Bus filter
Luiz Augusto von Dentz
1
-17
/
+8
2013-09-12
gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callback
Luiz Augusto von Dentz
1
-2
/
+6
2013-09-09
gdbus: Fix emitting PropertiesChanged twice
Luiz Augusto von Dentz
1
-2
/
+2
2013-09-09
gdbus: Avoid calling dbus_connection_send*
Luiz Augusto von Dentz
2
-64
/
+42
2013-09-09
gdbus: Add g_dbus_send_message_with_reply
Luiz Augusto von Dentz
2
-0
/
+14
2013-09-09
gdbus: Fix sending ObjectManager/Properties signals out of order
Luiz Augusto von Dentz
1
-16
/
+53
2013-05-28
gdbus: Remove proxies when client disconnects
Henrique Dante de Almeida
1
-0
/
+4
2013-05-08
gdbus: Fix using NULL DBusPendingCall when disconnected from D-Bus
Anderson Lizardo
1
-0
/
+5
2013-05-08
gdbus: Fix segfault when D-Bus daemon exits
Anderson Lizardo
1
-0
/
+2
2013-05-03
gdbus: Fix calling GetManagedObjects twice in a row
Luiz Augusto von Dentz
1
-7
/
+18
2013-04-09
gdbus: Use gcc builtin instead of g_atomic
Lucas De Marchi
1
-6
/
+6
2013-02-28
gdbus: Fix not calling property_changed callback
Luiz Augusto von Dentz
1
-13
/
+10
2013-02-23
gdbus: Always unreference the message in g_dbus_send_message()
Tomasz Bursztyka
1
-2
/
+3
2013-02-15
gdbus: Add g_dbus_proxy_set_removed_watch
Denis Kenzior
2
-0
/
+20
2013-02-14
gdbus: Fix missing PropertiesChanged signal
Vinicius Costa Gomes
1
-2
/
+5
2013-02-11
gdbus: Don't call property changed callback during client init
Marcel Holtmann
1
-9
/
+10
2013-02-01
gdbus: Fix unpublished interface signal emission
Johan Hedberg
1
-0
/
+4
2013-01-20
gdbus: Check for valid path before handling properties
Marcel Holtmann
1
-0
/
+6
2013-01-06
gdbus: Fix memory leak on properties_set()
Anderson Lizardo
1
-1
/
+6
2013-01-04
gdbus: Check signature of property value before calling setter
Marcel Holtmann
1
-0
/
+5
2013-01-03
gdbus: Don't include just added interfaces in GetManagedObjects
Lucas De Marchi
1
-1
/
+7
2013-01-03
gdbus: Simplify generated introspection
Lucas De Marchi
1
-65
/
+38
2013-01-02
gdbus: Hold client reference during get name owner reply
Marcel Holtmann
1
-0
/
+4
2012-12-30
gdbus: Call check_signals when sending signals with g_dbus_send_message
Luiz Augusto von Dentz
1
-0
/
+9
2012-12-30
gdbus: Check if the interface being registered is valid
Luiz Augusto von Dentz
1
-6
/
+36
2012-12-30
gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTAL
Luiz Augusto von Dentz
2
-18
/
+33
2012-12-30
gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL
Luiz Augusto von Dentz
2
-4
/
+23
2012-12-30
gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
Luiz Augusto von Dentz
2
-3
/
+45
2012-12-30
gdbus: Include changed properties only once per signal
Marcel Holtmann
1
-0
/
+3
2012-12-29
gdbus: Update properties on D-Bus client re-connections
Marcel Holtmann
1
-4
/
+22
2012-12-29
gdbus: Add function to manually refresh properties
Marcel Holtmann
2
-0
/
+85
2012-12-29
gdbus: Add support for proxy property change notifications
Marcel Holtmann
2
-4
/
+30
2012-12-29
gdbus: Fix handling of client connect/disconnect signals
Marcel Holtmann
1
-11
/
+12
2012-12-29
gdbus: Protect standalone proxy creation with client reference
Marcel Holtmann
1
-10
/
+8
2012-12-27
gdbus: Use object manager only if callback functions are set
Marcel Holtmann
1
-8
/
+7
2012-12-27
gdbus: Use client service name and not hardcoded org.bluez
Marcel Holtmann
1
-1
/
+1
2012-12-27
gdbus: Add support for creating D-Bus proxies without object manager
Marcel Holtmann
2
-62
/
+147
2012-12-22
gdbus: Avoid using g_ptr_array_new_full convenience function
Marcel Holtmann
1
-1
/
+2
2012-12-18
gdbus: Increase the method call timeout to 5 minutes
Marcel Holtmann
1
-1
/
+3
2012-12-18
gdbus: Add helper for sending async error replies
Marcel Holtmann
2
-0
/
+38
2012-12-16
gdbus: Fix race condition with creating duplicate client proxies
Marcel Holtmann
1
-0
/
+23
2012-12-16
gdbus: Fix issue with unref of client while parsing interfaces
Marcel Holtmann
1
-0
/
+8
2012-12-15
gdbus: Fix issue with unref of client in connect handler
Marcel Holtmann
1
-0
/
+8
[next]