summaryrefslogtreecommitdiffstats
path: root/dbus/bus.h
Commit message (Expand)AuthorAgeFilesLines
* 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