summaryrefslogtreecommitdiffstats
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix design shortcomings in Message classes.satorux@chromium.org2011-08-246-202/+225
* Reuse existing object proxies and exported objects, if these exist.satorux@chromium.org2011-08-234-16/+118
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-2312-18/+599
* Add AppendArrayOfObjectPaths, which was missing.satorux@chromium.org2011-08-223-0/+36
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-206-75/+168
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-1712-0/+2211
* Fix typos in the message test.satorux@chromium.org2011-08-161-3/+3
* Add utility functions to Message classes.satorux@chromium.org2011-08-103-47/+298
* Fix subtle memory issues detected by valgrind.satorux@chromium.org2011-08-041-4/+22
* Fix linux build breakrsleevi@chromium.org2011-07-301-3/+5
* Implement classes used for manipulating D-Bus messages.satorux@chromium.org2011-07-304-0/+1388
* Add libdbus dependency for Linux.satorux@chromium.org2011-07-221-0/+21