summaryrefslogtreecommitdiffstats
path: root/dbus/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in dbus/.avi2015-12-221-1/+3
* dbus: expose bus connection unique namezqiu2015-07-081-0/+4
* Exit chrome when dbus-daemon crasheshashimoto2014-12-091-10/+0
* Remove dbus::ObjectProxy::filter_added_hashimoto2014-12-041-5/+4
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-2/+16
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-091-0/+4
* dbus: Replace PostTaskTo*Thread methods with Get*TaskRunnerhashimoto@chromium.org2013-09-261-26/+6
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-311-1/+20
* Linux/CrOS: Listen for mtpd service owner change events and communicate with ...thestig@chromium.org2013-06-101-2/+53
* dbus: adding PostTaskToDBusThreadAndReplyharuki@chromium.org2013-05-081-0/+7
* Add a method to check if a D-Bus service has an owner. Use it for mtpd.thestig@chromium.org2013-05-041-0/+30
* Support D-Bus Object Managerkeybuk@chromium.org2013-03-251-0/+39
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-23/+26
* Supporting callback for Disconnected signal.nona@chromium.org2013-02-151-0/+14
* Call get_dispatch_status function to handle Disconnected signal.nona@chromium.org2013-02-081-0/+13
* DBus: Bus::AddMatch and RemoveMatch support repeated rules.deymo@chromium.org2013-01-311-4/+8
* D-Bus: ObjectProxy remove function for Bus object.deymo@chromium.org2013-01-291-5/+42
* dbus: Make it possible to build as shared_library.tfarina@chromium.org2012-11-051-2/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Extends dbus module to accept user specified addresses.nona@chromium.org2012-04-191-2/+24
* dbus: allow unregistering of exported objectskeybuk@chromium.org2012-03-141-0/+13
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-111-1/+1
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-8/+31
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-7/+8
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-8/+7
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-7/+8
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-101-4/+13
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-2/+6
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-6/+2
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-2/+6
* dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch().satorux@chromium.org2011-10-121-1/+2
* Eliminate a timed wait from ExportedObject::HandleMessage().satorux@chromium.org2011-10-071-0/+3
* Fix a bug in dbus::Bus::AddFilterFunction().satorux@chromium.org2011-10-061-5/+9
* Use MessageLoopProxy for the origin message loop as well.satorux@chromium.org2011-09-081-1/+1
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-14/+15
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-14/+20
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-311-4/+4
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-271-1/+7
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-251-1/+4
* Reuse existing object proxies and exported objects, if these exist.satorux@chromium.org2011-08-231-8/+34
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-4/+71
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+367