summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* dbus: allow unregistering of exported objectskeybuk@chromium.org2012-03-143-0/+73
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-115-11/+12
* dbus: fix base class of ErrorResponsekeybuk@chromium.org2012-03-112-3/+4
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-1010-37/+96
* dbus: verify object path of incoming signalskeybuk@chromium.org2012-03-012-12/+49
* dbus: Add keybuk to dbus OWNERS files.satorux@chromium.org2012-02-251-0/+1
* dbus: slight cleanup to Property codekeybuk@chromium.org2012-02-172-18/+11
* dbus: Property<>.value() should be constkeybuk@chromium.org2012-02-171-1/+1
* dbus: ProperySet destructor must be virtualkeybuk@chromium.org2012-02-171-1/+1
* dbus: add Property handling for clientskeybuk@chromium.org2012-02-156-3/+1253
* dbus: add ObjectPath typekeybuk@google.com2012-02-1422-112/+205
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-1422-205/+112
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-1422-112/+205
* dbus: Add dbus/OWNERS.satorux@chromium.org2012-02-141-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-0/+2
* Allow dbus clients to silence logging when a service is unavailable.adamk@chromium.org2012-02-108-23/+106
* Adding support for sending/receiving proto bufs to dbus library.rharrison@chromium.org2012-02-096-1/+103
* chrome: dbus: add default MessageReader constructorkeybuk@chromium.org2012-02-073-24/+28
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* Fix flaky tests in EndToEndAsyncTest in dbus_unittests.satorux@chromium.org2011-12-131-4/+5
* Mark EndToEndAsyncTest.TestSignal as flakywillchan@chromium.org2011-12-131-1/+2
* Mark dbus EndToEndAsyncTest.TestSignalFromRoot flakyarthurhsu@chromium.org2011-12-081-1/+2
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-306-32/+117
* CrOS: Remove a DCHECK causing test failures in DBus on Aurajamescook@chromium.org2011-11-241-1/+4
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-246-117/+32
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-246-32/+117
* dbus: Fix a bug where we were emitting spurious error messages.satorux@chromium.org2011-11-233-13/+42
* Add OVERRIDE to base/, dbus/.avi@chromium.org2011-11-231-1/+1
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-152-8/+5
* dbus: Add ObjectProxy::EmptyResponseCallback().satorux@chromium.org2011-11-113-4/+42
* dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes()satorux@chromium.org2011-11-112-1/+22
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+1
* Make sure the dependency on base is exported to components that depend on dbus.sadrul@chromium.org2011-10-301-0/+3
* dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage().satorux@chromium.org2011-10-141-2/+1
* Make ExportedObject and ObjectProxy own Bus as scoped_refptr.satorux@chromium.org2011-10-134-2/+12
* dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch().satorux@chromium.org2011-10-122-2/+3
* Eliminate a timed wait from ExportedObject::HandleMessage().satorux@chromium.org2011-10-074-44/+57
* Fix a bug in dbus::Bus::AddFilterFunction().satorux@chromium.org2011-10-064-20/+70
* Eliminate hacks needed to work around a limitation of base::Bind()satorux@chromium.org2011-10-044-25/+11
* Linux: add two new DBus client library utility functions, to be used by KWallet.mdm@chromium.org2011-09-193-7/+66
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-144-6/+46
* Use MessageLoopProxy for the origin message loop as well.satorux@chromium.org2011-09-082-11/+31
* Add some histograms to the D-Bus library:satorux@chromium.org2011-09-065-21/+90
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-067-45/+40
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-028-70/+92
* Fix typos in the D-Bus library.satorux@chromium.org2011-08-317-17/+17
* Minor cleanups and improvements for the D-Bus library.satorux@chromium.org2011-08-276-15/+35
* Add mock classes for Bus, ObjectProxy, and ExportedObject.satorux@chromium.org2011-08-2511-7/+411