index
:
delta/ofono.git
baserock/builds/6f732a8d4f074e4cbc4c1ac3001e883d/f588fd0a3f5f4924b26e967ff153edcf
baserock/morph
master
git.kernel.org: pub/scm/network/ofono/ofono.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbus: Close private connection if setup fails
Luiz Augusto von Dentz
2015-04-20
1
-0
/
+1
*
gdbus: Fix crash in g_dbus_create_error_valist
Szymon Janc
2015-04-09
1
-1
/
+4
*
gdbus: Use g_dbus_create_error_valist internally
Szymon Janc
2015-04-09
1
-4
/
+1
*
gdbus: Add g_dbus_get_flags function
Michael Janssen
2015-04-07
2
-0
/
+6
*
gdbus: Make GDBusClient work without ObjectManager
Luiz Augusto von Dentz
2015-03-26
1
-2
/
+7
*
gdbus/client: Allow specifying ObjectManager path
Arman Uguray
2015-03-26
2
-6
/
+22
*
gdbus/client: Don't GetManagedObjects w/o handlers
Arman Uguray
2015-03-26
1
-1
/
+2
*
gdbus: Fix not calling disconnect function
Szymon Janc
2015-02-24
1
-3
/
+4
*
gdbus: Don't refresh objects/props if disconnected
Arman Uguray
2015-02-22
1
-5
/
+8
*
gdbus: Fix match rule for NameOwnerChanged
Alban Crequy
2014-09-15
1
-1
/
+2
*
gdbus: Fix crash when watch is toggled or disconnected
Luiz Augusto von Dentz
2014-09-08
1
-2
/
+8
*
gdbus: Fix crash when calling g_dbus_add_service_watch
Luiz Augusto von Dentz
2014-09-08
1
-1
/
+0
*
Revert "gdbus: Don't include just added interfaces in GetManagedObjects"
Luiz Augusto von Dentz
2014-09-08
1
-7
/
+1
*
gdbus: Fix use after free
Andrei Emeltchenko
2014-09-08
1
-3
/
+8
*
gdbus: Avoid reporting GDBusClient disconnect twice
Claudio Takahasi
2014-09-08
1
-2
/
+12
*
gdbus: Add g_dbus_proxy_set_property_array
Claudio Takahasi
2014-03-24
2
-0
/
+92
*
gdbus: Add g_dbus_client_set_ready_watch()
Claudio Takahasi
2014-03-06
2
-1
/
+20
*
gdbus: Replace g_timeout_add with g_idle_add
Luiz Augusto von Dentz
2014-02-18
1
-4
/
+1
*
gdbus: Fix incorrect DBusConnection reference counting
Anderson Lizardo
2014-02-18
1
-10
/
+4
*
gdbus: Fix memory leak
Anderson Lizardo
2014-02-18
1
-0
/
+2
*
gdbus: Fix trying to remove already removed sources
Bastien Nocera
2013-11-11
1
-0
/
+3
*
gdbus: Remove not needed check for NULL DBusPendingCall
Szymon Janc
2013-10-14
1
-5
/
+0
*
gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_reply
Szymon Janc
2013-10-14
1
-1
/
+10
*
gdbus/client: Use g_dbus_add_properties_watch to track properties
Luiz Augusto von Dentz
2013-09-12
1
-79
/
+56
*
gdbus/client: Use g_dbus_add_signal_watch to track signals
Luiz Augusto von Dentz
2013-09-12
1
-36
/
+37
*
gdbus/client: Use g_dbus_add_service_watch to track services
Luiz Augusto von Dentz
2013-09-12
1
-135
/
+38
*
gdbus/watch: Fix crash when disconnecting from D-Bus
Luiz Augusto von Dentz
2013-09-12
1
-0
/
+2
*
gdbus/watch: Fix aborting when removing D-Bus filter
Luiz Augusto von Dentz
2013-09-12
1
-17
/
+8
*
gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callback
Luiz Augusto von Dentz
2013-09-12
1
-2
/
+6
*
gdbus: Fix emitting PropertiesChanged twice
Luiz Augusto von Dentz
2013-09-10
1
-2
/
+2
*
gdbus: Avoid calling dbus_connection_send*
Luiz Augusto von Dentz
2013-09-10
2
-64
/
+42
*
gdbus: Add g_dbus_send_message_with_reply
Luiz Augusto von Dentz
2013-09-10
2
-0
/
+14
*
gdbus: Fix sending ObjectManager/Properties signals out of order
Luiz Augusto von Dentz
2013-09-10
1
-16
/
+53
*
gdbus: Remove proxies when client disconnects
Henrique Dante de Almeida
2013-06-19
1
-0
/
+4
*
gdbus: Fix using NULL DBusPendingCall when disconnected from D-Bus
Anderson Lizardo
2013-05-08
1
-0
/
+5
*
gdbus: Fix segfault when D-Bus daemon exits
Anderson Lizardo
2013-05-08
1
-0
/
+2
*
gdbus: Fix calling GetManagedObjects twice in a row
Luiz Augusto von Dentz
2013-05-03
1
-7
/
+18
*
gdbus: Fix not calling property_changed callback
Luiz Augusto von Dentz
2013-04-08
1
-13
/
+10
*
gdbus: Use gcc builtin instead of g_atomic
Lucas De Marchi
2013-04-08
1
-6
/
+6
*
gdbus: Always unreference the message in g_dbus_send_message()
Tomasz Bursztyka
2013-02-23
1
-2
/
+3
*
gdbus: Add g_dbus_proxy_set_removed_watch
Denis Kenzior
2013-02-14
2
-0
/
+20
*
gdbus: Fix missing PropertiesChanged signal
Vinicius Costa Gomes
2013-02-14
1
-2
/
+5
*
gdbus: Don't call property changed callback during client init
Marcel Holtmann
2013-02-11
1
-9
/
+10
*
gdbus: Fix unpublished interface signal emission
Johan Hedberg
2013-02-01
1
-0
/
+4
*
gdbus: Check for valid path before handling properties
Marcel Holtmann
2013-01-20
1
-0
/
+6
*
gdbus: Fix memory leak on properties_set()
Anderson Lizardo
2013-01-06
1
-1
/
+6
*
gdbus: Check signature of property value before calling setter
Marcel Holtmann
2013-01-05
1
-0
/
+5
*
gdbus: Don't include just added interfaces in GetManagedObjects
Lucas De Marchi
2013-01-03
1
-1
/
+7
*
gdbus: Simplify generated introspection
Lucas De Marchi
2013-01-03
1
-65
/
+38
*
gdbus: Hold client reference during get name owner reply
Marcel Holtmann
2013-01-02
1
-0
/
+4
[next]