index
:
delta/bluez.git
baserock/5.37+service-api
baserock/5.37-19-g28fef24
baserock/5.41+service-api
baserock/5.43+service-api
baserock/builds/6f732a8d4f074e4cbc4c1ac3001e883d/35bee4e6e1c5431fac9bab5c648fd88b
baserock/ct143/builds/18545492640241d0ac4a8d048cc6b076/09910848d15848c5b1f66a78f16ae322
baserock/ct143/master
baserock/genivi-baseline
baserock/genivi/baseline
baserock/jannispohlmann/genivi-baseline
baserock/morph
baserock/pedroalvarez/5.37-17-g0879a80
baserock/pedroalvarez/5.37-17-g0879a80-v2
baserock/pedroalvarez/5.37-17-g0879a80-v3
baserock/pedroalvarez/5.41+service-api
baserock/v5.17
baserock/v5.17-patched
master
git.kernel.org: pub/scm/bluetooth/bluez.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbus: Add SPDX License Identifier
Tedd Ho-Jeong An
2020-09-21
6
-84
/
+6
*
gdbus: Make g_dbus_proxy_get_path take const proxy
Luiz Augusto von Dentz
2020-09-14
2
-2
/
+2
*
gdbus: Split validation of object path and interface
Luiz Augusto von Dentz
2018-12-18
1
-2
/
+8
*
gdbus: Make sure the object path and interface are valid
Luiz Augusto von Dentz
2018-12-12
1
-0
/
+4
*
build: Move declaration of _GNU_SOURCE back into individual source files
Marcel Holtmann
2018-12-06
1
-0
/
+1
*
gdbus: Introduce functions appending to dbus message
ERAMOTO Masaya
2018-03-01
2
-38
/
+106
*
gdbus: Fail to send NULL messages
Luiz Augusto von Dentz
2018-01-31
1
-0
/
+3
*
gdbus: Fix replying to messages marked with NOREPLY flag
Luiz Augusto von Dentz
2018-01-31
1
-7
/
+10
*
client: Use g_dbus_proxy_path_lookup()
ERAMOTO Masaya
2018-01-02
1
-1
/
+0
*
gdbus: Introduce g_dbus_proxy_path_lookup()
ERAMOTO Masaya
2018-01-02
2
-0
/
+22
*
gdbus: Make proxy_lookup() global
ERAMOTO Masaya
2018-01-02
2
-6
/
+19
*
gdbus: Fix crash on proxy remove
Szymon Janc
2017-12-20
1
-0
/
+6
*
gdbus: Force service to start if proxy is created while not connected
Luiz Augusto von Dentz
2017-11-28
1
-1
/
+28
*
gdbus: Fix not emiting PropertiesChanged
Luiz Augusto von Dentz
2017-11-21
1
-2
/
+2
*
gdbus: Fix not always appending proxy to the list
Luiz Augusto von Dentz
2017-08-22
1
-3
/
+3
*
gdbus: Fix calling GetAll while GetManagedObjects is pending
Luiz Augusto von Dentz
2017-08-15
1
-37
/
+58
*
gdbus: Fix the ordering of signals
Vinicius Costa Gomes
2016-05-04
2
-2
/
+19
*
gdbus/client: Use g_dbus_send_message if callback is not set
Luiz Augusto von Dentz
2016-03-08
1
-12
/
+14
*
gdbus/client: Always call ready callback
Luiz Augusto von Dentz
2016-01-07
1
-3
/
+3
*
gdbus: Move typedefs for interwork with strict compilers
Grant Erickson
2015-12-09
1
-6
/
+6
*
gdbus: Fix Memory Leak
Saurav Babu
2015-12-04
1
-25
/
+25
*
gdbus: Drop message replies if the sender requested no reply
Philip Withnall
2015-12-04
1
-1
/
+2
*
gdbus: Remove unnecessary empty line
Johan Hedberg
2015-09-19
1
-1
/
+0
*
gdbus: add method for immediate property update
Jakub Pawlowski
2015-09-19
2
-3
/
+23
*
gdbus: Close private connection if setup fails
Luiz Augusto von Dentz
2015-04-12
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-25
1
-2
/
+7
*
gdbus/client: Allow specifying ObjectManager path
Arman Uguray
2015-02-27
2
-6
/
+22
*
gdbus/client: Don't GetManagedObjects w/o handlers
Arman Uguray
2015-02-27
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-08-20
1
-2
/
+8
*
gdbus: Fix crash when calling g_dbus_add_service_watch
Luiz Augusto von Dentz
2014-08-20
1
-1
/
+0
*
Revert "gdbus: Don't include just added interfaces in GetManagedObjects"
Luiz Augusto von Dentz
2014-08-12
1
-7
/
+1
*
gdbus: Fix use after free
Andrei Emeltchenko
2014-08-11
1
-3
/
+8
*
gdbus: Avoid reporting GDBusClient disconnect twice
Claudio Takahasi
2014-04-03
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
[next]