| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow Chromium's DBus service ownership to be stealable | cmasone@chromium.org | 2013-07-31 | 1 | -1/+7 |
* | dbus: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Support D-Bus Object Manager | keybuk@chromium.org | 2013-03-25 | 1 | -0/+21 |
* | DBus: Use TaskRunners instead of MessageLoopProxies. | thestig@chromium.org | 2013-02-20 | 1 | -4/+4 |
* | Make SignalSenderVerificationTest more robust | haruki@chromium.org | 2012-11-14 | 1 | -3/+16 |
* | Add sender verification of D-Bus signals. | haruki@chromium.org | 2012-10-29 | 1 | -0/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | dbus: remove service name from ExportedObject | keybuk@chromium.org | 2012-03-10 | 1 | -0/+4 |
* | dbus: add Property handling for clients | keybuk@chromium.org | 2012-02-15 | 1 | -1/+19 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-30 | 1 | -4/+12 |
* | Revert 111479 - chrome: dbus: support asynchronous method replies | thestig@chromium.org | 2011-11-24 | 1 | -12/+4 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-24 | 1 | -4/+12 |
* | Add OVERRIDE to base/, dbus/. | avi@chromium.org | 2011-11-23 | 1 | -1/+1 |
* | Stop restricting the sender object path for incoming signals. | satorux@chromium.org | 2011-09-14 | 1 | -0/+7 |
* | Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. | mdm@chromium.org | 2011-09-06 | 1 | -2/+6 |
* | Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() | satorux@chromium.org | 2011-09-02 | 1 | -12/+4 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -2/+11 |
* | Rework TestService using asynchronos API of ExportedObject. | satorux@chromium.org | 2011-08-20 | 1 | -18/+45 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 1 | -0/+73 |