index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbus
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-17
Imported Upstream version 1.24
upstream/1.24
Zhang zhengguang
5
-348
/
+370
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-08
gdbus: Fix not calling property_changed callback
Luiz Augusto von Dentz
1
-13
/
+10
2013-04-08
gdbus: Use gcc builtin instead of g_atomic
Lucas De Marchi
1
-6
/
+6
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-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
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-19
gdbus: Increase the method call timeout to 5 minutes
Marcel Holtmann
1
-1
/
+3
2012-12-19
gdbus: Add helper for sending async error replies
Marcel Holtmann
2
-0
/
+38
2012-12-19
gdbus: Fix race condition with creating duplicate client proxies
Marcel Holtmann
1
-0
/
+23
2012-12-19
gdbus: Fix issue with unref of client while parsing interfaces
Marcel Holtmann
1
-0
/
+8
2012-12-19
gdbus: Fix issue with unref of client in connect handler
Marcel Holtmann
1
-0
/
+8
2012-12-19
gdbus: Add support for D-Bus client method calls
Marcel Holtmann
2
-0
/
+82
2012-12-19
gdbus: Add callback support for handling property changes
Marcel Holtmann
2
-10
/
+31
2012-12-19
gdbus: Handle property changed signals and update property
Marcel Holtmann
1
-31
/
+107
2012-12-19
gdbus: Set property changed filter match rule for each proxy
Marcel Holtmann
1
-40
/
+57
2012-12-19
gdbus: Use a GPtrArray for the match rules
Marcel Holtmann
1
-18
/
+24
2012-12-19
gdbus: Add support for setting D-Bus client basic properties
Marcel Holtmann
2
-0
/
+99
2012-12-19
gdbus: Deep copy of variants also requires a signature
Marcel Holtmann
1
-2
/
+7
2012-12-19
gdbus: Add support for complex D-Bus client properties
Marcel Holtmann
1
-16
/
+46
2012-12-19
gdbus: Add support for D-Bus client properties
Marcel Holtmann
2
-3
/
+126
2012-12-19
gdbus: Add support for D-Bus client proxies
Marcel Holtmann
2
-4
/
+343
2012-12-19
gdbus: Add helper functions for simple D-Bus clients
Marcel Holtmann
2
-0
/
+355
2012-11-30
gdbus: Add g_dbus_add_properties_watch function
Luiz Augusto von Dentz
2
-0
/
+33
2012-11-29
gdbus: Don't automatically attach ObjectManager
Lucas De Marchi
2
-21
/
+36
[next]