History log of /external/bluetooth/bluez/gdbus/mainloop.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af4519a50cb8fc0be3398089aa3a85904453de1d 03-Mar-2011 Grant Erickson <marathon96@gmail.com> gdbus: Unconditionally remove D-Bus timeouts

Address an issue in which the daemon incorrectly handles D-Bus main
loop timeouts by only removing timeouts that are not enabled when
D-Bus requests a timeout removal.
/external/bluetooth/bluez/gdbus/mainloop.c
e7c4557de7b49f0186bcc28dda5a79c4d629e125 02-Jan-2011 Marcel Holtmann <marcel@holtmann.org> gdbus: Update copyright information
/external/bluetooth/bluez/gdbus/mainloop.c
fd6b74727b0baf2d89f448721296149bf2852869 13-Oct-2010 Luiz Augusto von Dentz <luiz.dentz-von@nokia.com> gdbus: fix not handling bus disconnects

We where not dispatching data when a bus disconnects which cause
Disconnected signal to not be processed and thus causing the process to
either not exit or to not trigger callbacks registered with
g_dbus_set_disconnect_function.

To fix this now we always schedule a dispatch which will make sure data
still not processed will make its way to the proper handlers even if
disconnected.
/external/bluetooth/bluez/gdbus/mainloop.c
e6b83be22e3c3c12e499ca626a2c97943bdf24b4 01-Feb-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Fix the case when the requested name is already in use

We weren't setting the dbus error in this situation.
/external/bluetooth/bluez/gdbus/mainloop.c
dd99e73bd8bdc33c9eba55ed57a99f7028984719 27-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Remove unneeded use of status variable
/external/bluetooth/bluez/gdbus/mainloop.c
22d39c8860d15d2ed9a2a170bf46f576ca819e42 27-Jan-2010 Forrest Zhao <forrest.zhao@intel.com> Introduce g_dbus_setup_private() to gdbus

g_dbus_setup_private() is used to setup private DBusConnection
/external/bluetooth/bluez/gdbus/mainloop.c
4da121910a70aa00db2c95a10c0fbcb6bc0ee3dd 03-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Cleanup of D-Bus mainloop integration
/external/bluetooth/bluez/gdbus/mainloop.c
d21f53083c83614a4dbae21b06e7aabfa1a12454 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information of D-Bus helper library
/external/bluetooth/bluez/gdbus/mainloop.c
2ae4af4d42cf1bf8eb6bc8956beaf3741c8be807 29-Dec-2009 Luiz Augusto Von Dentz <luiz.dentz-von@nokia.com> Port gdbus to use g_dbus_add_signal_watch
/external/bluetooth/bluez/gdbus/mainloop.c
0b15d14b98393f6be6de50f0ef1c8c687054ef5d 16-Dec-2009 Daniel Orstadius <daniel.orstadius@gmail.com> Fix D-Bus timeout handling

Timeouts should also be removed in the remove_timeout callback in
addition to the timeout_handler_free function. This is how dbus-glib
does it and it seems to prevent crashes in certain situations.
/external/bluetooth/bluez/gdbus/mainloop.c
45806a9b07eb6bc83cf9ccfd87288e021c702730 27-Oct-2009 Claudio Takahasi <claudio.takahasi@openbossa.org> Fix message handling for autostart.

Current implementation of libdbus Request name is blocking, consequently
the first incomming message that triggered the service autostart is not
being processed properly.
/external/bluetooth/bluez/gdbus/mainloop.c
f19ee3a6dc8a43188fc19ad614b83979749739cb 07-Aug-2009 Marcel Holtmann <marcel@holtmann.org> Fix blocking service watch initial connect handling
/external/bluetooth/bluez/gdbus/mainloop.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/gdbus/mainloop.c
9fb751d2128e128fe1f321f2cc2e018000a542f6 06-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Add missing gdbus function declarations
/external/bluetooth/bluez/gdbus/mainloop.c
be0ba88ce4a4c37821f1ffa46ff6411d278297c1 06-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Change file headers for D-Bus helper library
/external/bluetooth/bluez/gdbus/mainloop.c
dfd3e56a3c9755d7ffaff9c84f47f6d2f717ffab 26-Nov-2008 Marcel Holtmann <marcel@holtmann.org> Add function for checking if a service is present
/external/bluetooth/bluez/gdbus/mainloop.c
606e4a9280bc14f7d495df27572a2ae85a021a91 17-Oct-2008 Marcel Holtmann <marcel@holtmann.org> Fix connection disconnect function
/external/bluetooth/bluez/gdbus/mainloop.c
957b231578f267c158aad42662d8ebbe916aab2d 07-Jun-2008 Marcel Holtmann <marcel@holtmann.org> Don't consider mainloop integration of dbus-glib
/external/bluetooth/bluez/gdbus/mainloop.c
7d1a9d56719aea39ecd38c8dafffee9de898e68b 29-May-2008 Marcel Holtmann <marcel@holtmann.org> Remove GDBusDisconnectFunction type
/external/bluetooth/bluez/gdbus/mainloop.c
aa215d6fa551a3edbd129d4a163210e98357bdd1 08-May-2008 Marcel Holtmann <marcel@holtmann.org> Emulate libgdbus API for mainloop integration
/external/bluetooth/bluez/gdbus/mainloop.c
33191e6275ab82aa4161cdf75b45597e4d1568ec 08-May-2008 Marcel Holtmann <marcel@holtmann.org> Move D-Bus mainloop integration into libgdbus
/external/bluetooth/bluez/gdbus/mainloop.c
5442ba4d63b8f9548e140a47f63046c11819a972 08-May-2008 Marcel Holtmann <marcel@holtmann.org> Add skeleton for libgdbus support
/external/bluetooth/bluez/gdbus/mainloop.c