index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbus
/
object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-09
gdbus: Fix crash in g_dbus_create_error_valist
Szymon Janc
1
-1
/
+4
2015-04-09
gdbus: Use g_dbus_create_error_valist internally
Szymon Janc
1
-4
/
+1
2015-04-07
gdbus: Add g_dbus_get_flags function
Michael Janssen
1
-0
/
+5
2014-09-08
Revert "gdbus: Don't include just added interfaces in GetManagedObjects"
Luiz Augusto von Dentz
1
-7
/
+1
2014-02-18
gdbus: Fix memory leak
Anderson Lizardo
1
-0
/
+2
2013-11-11
gdbus: Fix trying to remove already removed sources
Bastien Nocera
1
-0
/
+3
2013-10-14
gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_reply
Szymon Janc
1
-1
/
+10
2013-09-10
gdbus: Fix emitting PropertiesChanged twice
Luiz Augusto von Dentz
1
-2
/
+2
2013-09-10
gdbus: Avoid calling dbus_connection_send*
Luiz Augusto von Dentz
1
-57
/
+35
2013-09-10
gdbus: Add g_dbus_send_message_with_reply
Luiz Augusto von Dentz
1
-0
/
+11
2013-09-10
gdbus: Fix sending ObjectManager/Properties signals out of order
Luiz Augusto von Dentz
1
-16
/
+53
2013-02-23
gdbus: Always unreference the message in g_dbus_send_message()
Tomasz Bursztyka
1
-2
/
+3
2013-02-14
gdbus: Fix missing PropertiesChanged signal
Vinicius Costa Gomes
1
-2
/
+5
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-05
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
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
1
-17
/
+31
2012-12-30
gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL
Luiz Augusto von Dentz
1
-3
/
+16
2012-12-30
gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
Luiz Augusto von Dentz
1
-0
/
+21
2012-12-30
gdbus: Include changed properties only once per signal
Marcel Holtmann
1
-0
/
+3
2012-12-19
gdbus: Add helper for sending async error replies
Marcel Holtmann
1
-0
/
+32
2012-11-29
gdbus: Don't automatically attach ObjectManager
Lucas De Marchi
1
-21
/
+33
2012-11-29
gdbus: Don't register DBus.Properties with no properties
Lucas De Marchi
1
-3
/
+6
2012-11-26
gdbus: Replace leading spaces with tabs
Syam Sidhardhan
1
-4
/
+4
2012-11-26
gdbus: Fix compilation error due to missing #defines
Syam Sidhardhan
1
-0
/
+8
2012-11-26
gdbus: Remove connection from pending_property functions
Lucas De Marchi
1
-12
/
+12
2012-11-26
gdbus: Fix invalid memory access during interface removal
Johan Hedberg
1
-6
/
+6
2012-11-26
gdbus: Add g_dbus_get_properties function
Johan Hedberg
1
-0
/
+19
2012-11-26
gdbus: Add support for invalidated properties
Johan Hedberg
1
-1
/
+14
2012-11-26
gdbus: Fix processing pending properties in remove_interface()
Johan Hedberg
1
-0
/
+2
2012-11-26
gdbus: Fix up Properties.Set() code path
Lucas De Marchi
1
-3
/
+7
2012-11-26
gdbus: Fix invalid memory access while unregistering
Lucas De Marchi
1
-0
/
+11
2012-11-26
gdbus: Implement PropertiesChanged signal
Lucas De Marchi
1
-2
/
+106
2012-11-26
gdbus: Simplify code for appending properties
Luiz Augusto von Dentz
1
-32
/
+2
2012-11-26
gdbus: Integrates ObjectManager with Properties interface
Luiz Augusto von Dentz
1
-1
/
+27
2012-11-26
gdbus: Only export ObjectManager interface on root path
Luiz Augusto von Dentz
1
-2
/
+15
2012-11-26
gdbus: Group interface changes to reduce the amount of signals emitted
Luiz Augusto von Dentz
1
-154
/
+208
2012-11-26
gdbus: Add support for org.freedesktop.DBus.ObjectManager interface
Luiz Augusto von Dentz
1
-10
/
+237
2012-11-26
gdbus: Add properties into Introspectable interface
Lucas De Marchi
1
-0
/
+19
2012-11-26
gdbus: Implement DBus.Properties.Set method
Lucas De Marchi
1
-1
/
+141
2012-11-26
gdbus: Implement DBus.Properties.GetAll method
Lucas De Marchi
1
-1
/
+55
2012-11-26
gdbus: Implement DBus.Properties.Get method
Lucas De Marchi
1
-1
/
+61
2012-11-26
gdbus: Add skeleton of DBus.Properties interface
Lucas De Marchi
1
-0
/
+46
2012-11-26
gdbus: Use macros to add annotations
Lucas De Marchi
1
-12
/
+28
2012-08-27
gdbus: Fix compilation error if macro "error" is defined
Jaganath Kanakkassery
1
-2
/
+2
[next]