Sign in
kernel
/
pub
/
scm
/
network
/
ofono
/
mmsd
/
HEAD
f4b8b32
ofono: Read Firmware version (Revision) for Device Management
by Ankit Navik
· 6 years ago
master
f835356
ofono: Read IMEI SV for Device Management
by Ankit Navik
· 6 years ago
c8cf62d
ofono: Read IMEI for Device Management
by Ankit Navik
· 6 years ago
c259df5
wsputil: Fix fall through comment
by Marcel Holtmann
· 8 years ago
1924f59
build: Use AM_CPPFLAGS instead of INCLUDES
by Marcel Holtmann
· 8 years ago
bfdce91
gdbus: Close private connection if setup fails
by Luiz Augusto von Dentz
· 10 years ago
09cea33
gdbus: Fix crash in g_dbus_create_error_valist
by Szymon Janc
· 10 years ago
cb0284f
gdbus: Use g_dbus_create_error_valist internally
by Szymon Janc
· 10 years ago
a1436c8
gdbus: Add g_dbus_get_flags function
by Michael Janssen
· 10 years ago
af5acc9
gdbus: Make GDBusClient work without ObjectManager
by Luiz Augusto von Dentz
· 10 years ago
d0bf7e5
gdbus/client: Allow specifying ObjectManager path
by Arman Uguray
· 10 years ago
1545d48
gdbus/client: Don't GetManagedObjects w/o handlers
by Arman Uguray
· 10 years ago
b93b603
gdbus: Fix not calling disconnect function
by Szymon Janc
· 10 years ago
61c0467
gdbus: Don't refresh objects/props if disconnected
by Arman Uguray
· 10 years ago
06acadd
gdbus: Fix match rule for NameOwnerChanged
by Alban Crequy
· 11 years ago
3112f9b
gdbus: Fix crash when watch is toggled or disconnected
by Luiz Augusto von Dentz
· 11 years ago
7ab29db
gdbus: Fix crash when calling g_dbus_add_service_watch
by Luiz Augusto von Dentz
· 11 years ago
3bfd0ea
Revert "gdbus: Don't include just added interfaces in GetManagedObjects"
by Luiz Augusto von Dentz
· 11 years ago
74f3c3a
gdbus: Fix use after free
by Andrei Emeltchenko
· 11 years ago
29e7eb4
gdbus: Avoid reporting GDBusClient disconnect twice
by Claudio Takahasi
· 11 years ago
396d7f1
gdbus: Add g_dbus_proxy_set_property_array
by Claudio Takahasi
· 11 years ago
1a76aa2
gdbus: Add g_dbus_client_set_ready_watch()
by Claudio Takahasi
· 11 years ago
8598611
gdbus: Replace g_timeout_add with g_idle_add
by Luiz Augusto von Dentz
· 11 years ago
0b2e4b1
gdbus: Fix incorrect DBusConnection reference counting
by Anderson Lizardo
· 11 years ago
aa1aea8
gdbus: Fix memory leak
by Anderson Lizardo
· 11 years ago
827aacc
gdbus: Fix trying to remove already removed sources
by Bastien Nocera
· 11 years ago
51ca79b
gdbus: Remove not needed check for NULL DBusPendingCall
by Szymon Janc
· 12 years ago
c8c3b9f
gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_reply
by Szymon Janc
· 12 years ago
4b80086
gdbus/client: Use g_dbus_add_properties_watch to track properties
by Luiz Augusto von Dentz
· 12 years ago
5edf298
gdbus/client: Use g_dbus_add_signal_watch to track signals
by Luiz Augusto von Dentz
· 12 years ago
39d94b1
gdbus/client: Use g_dbus_add_service_watch to track services
by Luiz Augusto von Dentz
· 12 years ago
6536eac
gdbus/watch: Fix crash when disconnecting from D-Bus
by Luiz Augusto von Dentz
· 12 years ago
3b321a6
gdbus/watch: Fix aborting when removing D-Bus filter
by Luiz Augusto von Dentz
· 12 years ago
5450552
gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callback
by Luiz Augusto von Dentz
· 12 years ago
d2dcaf4
gdbus: Fix emitting PropertiesChanged twice
by Luiz Augusto von Dentz
· 12 years ago
df70ce1
gdbus: Avoid calling dbus_connection_send*
by Luiz Augusto von Dentz
· 12 years ago
93036be
gdbus: Add g_dbus_send_message_with_reply
by Luiz Augusto von Dentz
· 12 years ago
82dfe6a
gdbus: Fix sending ObjectManager/Properties signals out of order
by Luiz Augusto von Dentz
· 12 years ago
c8cd606
gdbus: Remove proxies when client disconnects
by Henrique Dante de Almeida
· 12 years ago
936e7d2
gdbus: Fix using NULL DBusPendingCall when disconnected from D-Bus
by Anderson Lizardo
· 12 years ago
7564e80
gdbus: Fix segfault when D-Bus daemon exits
by Anderson Lizardo
· 12 years ago
2a06210
gdbus: Fix calling GetManagedObjects twice in a row
by Luiz Augusto von Dentz
· 12 years ago
33999f1
gdbus: Use gcc builtin instead of g_atomic
by Lucas De Marchi
· 12 years ago
3d6483c
gdbus: Fix not calling property_changed callback
by Luiz Augusto von Dentz
· 12 years ago
a57b8b7
gdbus: Always unreference the message in g_dbus_send_message()
by Tomasz Bursztyka
· 12 years ago
5c36994
gdbus: Add g_dbus_proxy_set_removed_watch
by Denis Kenzior
· 12 years ago
202252f
gdbus: Fix missing PropertiesChanged signal
by Vinicius Costa Gomes
· 12 years ago
2f40f14
gdbus: Don't call property changed callback during client init
by Marcel Holtmann
· 12 years ago
6ba49d9
gdbus: Fix unpublished interface signal emission
by Johan Hedberg
· 12 years ago
8fe3c28
gdbus: Check for valid path before handling properties
by Marcel Holtmann
· 12 years ago
099ee6e
gdbus: Fix memory leak on properties_set()
by Anderson Lizardo
· 12 years ago
f72ae98
gdbus: Check signature of property value before calling setter
by Marcel Holtmann
· 12 years ago
122c3f6
gdbus: Don't include just added interfaces in GetManagedObjects
by Lucas De Marchi
· 12 years ago
8f70c8d
gdbus: Simplify generated introspection
by Lucas De Marchi
· 12 years ago
6b09b08
gdbus: Hold client reference during get name owner reply
by Marcel Holtmann
· 12 years ago
1ef88ac
gdbus: Call check_signals when sending signals with g_dbus_send_message
by Luiz Augusto von Dentz
· 12 years ago
deb07de
gdbus: Check if the interface being registered is valid
by Luiz Augusto von Dentz
· 12 years ago
65f44e0
gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTAL
by Luiz Augusto von Dentz
· 12 years ago
2d10981
gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL
by Luiz Augusto von Dentz
· 12 years ago
a2bee0b
gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
by Luiz Augusto von Dentz
· 12 years ago
ed20d32
gdbus: Include changed properties only once per signal
by Marcel Holtmann
· 12 years ago
8570ebd
gdbus: Update properties on D-Bus client re-connections
by Marcel Holtmann
· 12 years ago
6d744e7
gdbus: Add function to manually refresh properties
by Marcel Holtmann
· 12 years ago
cbff149
gdbus: Add support for proxy property change notifications
by Marcel Holtmann
· 12 years ago
c5d1d10
gdbus: Fix handling of client connect/disconnect signals
by Marcel Holtmann
· 12 years ago
ede853f
gdbus: Protect standalone proxy creation with client reference
by Marcel Holtmann
· 12 years ago
2c05856
gdbus: Use object manager only if callback functions are set
by Marcel Holtmann
· 12 years ago
addc84a
gdbus: Use client service name and not hardcoded org.bluez
by Marcel Holtmann
· 12 years ago
ca4c04e
gdbus: Add support for creating D-Bus proxies without object manager
by Marcel Holtmann
· 12 years ago
736332b
gdbus: Avoid using g_ptr_array_new_full convenience function
by Marcel Holtmann
· 12 years ago
37e7cbb
build: Compile support for new D-Bus client helpers
by Marcel Holtmann
· 12 years ago
7701e6f
gdbus: Increase the method call timeout to 5 minutes
by Marcel Holtmann
· 12 years ago
da38092
gdbus: Add helper for sending async error replies
by Marcel Holtmann
· 12 years ago
7ab9cec
gdbus: Fix race condition with creating duplicate client proxies
by Marcel Holtmann
· 12 years ago
026e64f
gdbus: Fix issue with unref of client while parsing interfaces
by Marcel Holtmann
· 12 years ago
5df6054
gdbus: Fix issue with unref of client in connect handler
by Marcel Holtmann
· 12 years ago
afd2015
gdbus: Add support for D-Bus client method calls
by Marcel Holtmann
· 12 years ago
75e0824
gdbus: Add callback support for handling property changes
by Marcel Holtmann
· 12 years ago
d1f69d2
gdbus: Handle property changed signals and update property
by Marcel Holtmann
· 12 years ago
09eea85
gdbus: Set property changed filter match rule for each proxy
by Marcel Holtmann
· 12 years ago
54e9bd6
gdbus: Use a GPtrArray for the match rules
by Marcel Holtmann
· 12 years ago
a0cb67f
gdbus: Add support for setting D-Bus client basic properties
by Marcel Holtmann
· 12 years ago
6ab9d83
gdbus: Deep copy of variants also requires a signature
by Marcel Holtmann
· 12 years ago
5cc85e1
gdbus: Add support for complex D-Bus client properties
by Marcel Holtmann
· 12 years ago
ab31056
gdbus: Add support for D-Bus client properties
by Marcel Holtmann
· 12 years ago
5aed91b
gdbus: Add support for D-Bus client proxies
by Marcel Holtmann
· 12 years ago
a9bf871
gdbus: Add helper functions for simple D-Bus clients
by Marcel Holtmann
· 12 years ago
339901f
gdbus: Add g_dbus_add_properties_watch function
by Luiz Augusto von Dentz
· 12 years ago
069b8e2
gdbus: Don't automatically attach ObjectManager
by Lucas De Marchi
· 12 years ago
010c4c4
gdbus: Don't register DBus.Properties with no properties
by Lucas De Marchi
· 12 years ago
8ba17dc
gdbus: Remove not needed NULL pointer checks
by Szymon Janc
· 12 years ago
5731b93
gdbus: Replace leading spaces with tabs
by Syam Sidhardhan
· 12 years ago
d2b2cd2
gdbus: Fix compilation error due to missing #defines
by Syam Sidhardhan
· 12 years ago
ef01295
gdbus: Remove connection from pending_property functions
by Lucas De Marchi
· 13 years ago
01067a9
gdbus: Fix invalid memory access during interface removal
by Johan Hedberg
· 13 years ago
e31d8e2
gdbus: Add g_dbus_get_properties function
by Johan Hedberg
· 13 years ago
74afd7c
gdbus: Add support for invalidated properties
by Johan Hedberg
· 13 years ago
60b1017
gdbus: Fix processing pending properties in remove_interface()
by Johan Hedberg
· 13 years ago
e2e4554
gdbus: Fix up Properties.Set() code path
by Lucas De Marchi
· 13 years ago
8896270
gdbus: Fix invalid memory access while unregistering
by Lucas De Marchi
· 13 years ago
Next »