| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 1 | -2/+2 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 1 | -2/+2 |
* | Fix flaky tests in EndToEndAsyncTest in dbus_unittests. | satorux@chromium.org | 2011-12-13 | 1 | -4/+5 |
* | Mark EndToEndAsyncTest.TestSignal as flaky | willchan@chromium.org | 2011-12-13 | 1 | -1/+2 |
* | Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky | arthurhsu@chromium.org | 2011-12-08 | 1 | -1/+2 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-30 | 6 | -32/+117 |
* | CrOS: Remove a DCHECK causing test failures in DBus on Aura | jamescook@chromium.org | 2011-11-24 | 1 | -1/+4 |
* | Revert 111479 - chrome: dbus: support asynchronous method replies | thestig@chromium.org | 2011-11-24 | 6 | -117/+32 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-24 | 6 | -32/+117 |
* | dbus: Fix a bug where we were emitting spurious error messages. | satorux@chromium.org | 2011-11-23 | 3 | -13/+42 |
* | Add OVERRIDE to base/, dbus/. | avi@chromium.org | 2011-11-23 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 2 | -8/+5 |
* | dbus: Add ObjectProxy::EmptyResponseCallback(). | satorux@chromium.org | 2011-11-11 | 3 | -4/+42 |
* | dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() | satorux@chromium.org | 2011-11-11 | 2 | -1/+22 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Make sure the dependency on base is exported to components that depend on dbus. | sadrul@chromium.org | 2011-10-30 | 1 | -0/+3 |
* | dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). | satorux@chromium.org | 2011-10-14 | 1 | -2/+1 |
* | Make ExportedObject and ObjectProxy own Bus as scoped_refptr. | satorux@chromium.org | 2011-10-13 | 4 | -2/+12 |
* | dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). | satorux@chromium.org | 2011-10-12 | 2 | -2/+3 |
* | Eliminate a timed wait from ExportedObject::HandleMessage(). | satorux@chromium.org | 2011-10-07 | 4 | -44/+57 |
* | Fix a bug in dbus::Bus::AddFilterFunction(). | satorux@chromium.org | 2011-10-06 | 4 | -20/+70 |
* | Eliminate hacks needed to work around a limitation of base::Bind() | satorux@chromium.org | 2011-10-04 | 4 | -25/+11 |
* | Linux: add two new DBus client library utility functions, to be used by KWallet. | mdm@chromium.org | 2011-09-19 | 3 | -7/+66 |
* | Stop restricting the sender object path for incoming signals. | satorux@chromium.org | 2011-09-14 | 4 | -6/+46 |
* | Use MessageLoopProxy for the origin message loop as well. | satorux@chromium.org | 2011-09-08 | 2 | -11/+31 |
* | Add some histograms to the D-Bus library: | satorux@chromium.org | 2011-09-06 | 5 | -21/+90 |
* | Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. | mdm@chromium.org | 2011-09-06 | 7 | -45/+40 |
* | Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() | satorux@chromium.org | 2011-09-02 | 8 | -70/+92 |
* | Fix typos in the D-Bus library. | satorux@chromium.org | 2011-08-31 | 7 | -17/+17 |
* | Minor cleanups and improvements for the D-Bus library. | satorux@chromium.org | 2011-08-27 | 6 | -15/+35 |
* | Add mock classes for Bus, ObjectProxy, and ExportedObject. | satorux@chromium.org | 2011-08-25 | 11 | -7/+411 |
* | Fix design shortcomings in Message classes. | satorux@chromium.org | 2011-08-24 | 6 | -202/+225 |
* | Reuse existing object proxies and exported objects, if these exist. | satorux@chromium.org | 2011-08-23 | 4 | -16/+118 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 12 | -18/+599 |
* | Add AppendArrayOfObjectPaths, which was missing. | satorux@chromium.org | 2011-08-22 | 3 | -0/+36 |
* | Rework TestService using asynchronos API of ExportedObject. | satorux@chromium.org | 2011-08-20 | 6 | -75/+168 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 12 | -0/+2211 |
* | Fix typos in the message test. | satorux@chromium.org | 2011-08-16 | 1 | -3/+3 |
* | Add utility functions to Message classes. | satorux@chromium.org | 2011-08-10 | 3 | -47/+298 |
* | Fix subtle memory issues detected by valgrind. | satorux@chromium.org | 2011-08-04 | 1 | -4/+22 |
* | Fix linux build break | rsleevi@chromium.org | 2011-07-30 | 1 | -3/+5 |
* | Implement classes used for manipulating D-Bus messages. | satorux@chromium.org | 2011-07-30 | 4 | -0/+1388 |
* | Add libdbus dependency for Linux. | satorux@chromium.org | 2011-07-22 | 1 | -0/+21 |