| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow Chromium's DBus service ownership to be stealable | cmasone@chromium.org | 2013-07-31 | 1 | -1/+20 |
* | Linux/CrOS: Listen for mtpd service owner change events and communicate with ... | thestig@chromium.org | 2013-06-10 | 1 | -2/+53 |
* | dbus: adding PostTaskToDBusThreadAndReply | haruki@chromium.org | 2013-05-08 | 1 | -0/+7 |
* | Add a method to check if a D-Bus service has an owner. Use it for mtpd. | thestig@chromium.org | 2013-05-04 | 1 | -0/+30 |
* | Support D-Bus Object Manager | keybuk@chromium.org | 2013-03-25 | 1 | -0/+39 |
* | DBus: Use TaskRunners instead of MessageLoopProxies. | thestig@chromium.org | 2013-02-20 | 1 | -23/+26 |
* | Supporting callback for Disconnected signal. | nona@chromium.org | 2013-02-15 | 1 | -0/+14 |
* | Call get_dispatch_status function to handle Disconnected signal. | nona@chromium.org | 2013-02-08 | 1 | -0/+13 |
* | DBus: Bus::AddMatch and RemoveMatch support repeated rules. | deymo@chromium.org | 2013-01-31 | 1 | -4/+8 |
* | D-Bus: ObjectProxy remove function for Bus object. | deymo@chromium.org | 2013-01-29 | 1 | -5/+42 |
* | dbus: Make it possible to build as shared_library. | tfarina@chromium.org | 2012-11-05 | 1 | -2/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Extends dbus module to accept user specified addresses. | nona@chromium.org | 2012-04-19 | 1 | -2/+24 |
* | dbus: allow unregistering of exported objects | keybuk@chromium.org | 2012-03-14 | 1 | -0/+13 |
* | Convert uses of int ms to TimeDelta in dbus. | tedvessenes@gmail.com | 2012-03-11 | 1 | -1/+1 |
* | dbus: remove service name from ExportedObject | keybuk@chromium.org | 2012-03-10 | 1 | -8/+31 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 1 | -7/+8 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 1 | -8/+7 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 1 | -7/+8 |
* | Allow dbus clients to silence logging when a service is unavailable. | adamk@chromium.org | 2012-02-10 | 1 | -4/+13 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-30 | 1 | -2/+6 |
* | Revert 111479 - chrome: dbus: support asynchronous method replies | thestig@chromium.org | 2011-11-24 | 1 | -6/+2 |
* | chrome: dbus: support asynchronous method replies | vlaviano@chromium.org | 2011-11-24 | 1 | -2/+6 |
* | dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). | satorux@chromium.org | 2011-10-12 | 1 | -1/+2 |
* | Eliminate a timed wait from ExportedObject::HandleMessage(). | satorux@chromium.org | 2011-10-07 | 1 | -0/+3 |
* | Fix a bug in dbus::Bus::AddFilterFunction(). | satorux@chromium.org | 2011-10-06 | 1 | -5/+9 |
* | Use MessageLoopProxy for the origin message loop as well. | satorux@chromium.org | 2011-09-08 | 1 | -1/+1 |
* | Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. | mdm@chromium.org | 2011-09-06 | 1 | -14/+15 |
* | Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() | satorux@chromium.org | 2011-09-02 | 1 | -14/+20 |
* | Fix typos in the D-Bus library. | satorux@chromium.org | 2011-08-31 | 1 | -4/+4 |
* | Minor cleanups and improvements for the D-Bus library. | satorux@chromium.org | 2011-08-27 | 1 | -1/+7 |
* | Add mock classes for Bus, ObjectProxy, and ExportedObject. | satorux@chromium.org | 2011-08-25 | 1 | -1/+4 |
* | Reuse existing object proxies and exported objects, if these exist. | satorux@chromium.org | 2011-08-23 | 1 | -8/+34 |
* | Add support for sending and receiving D-Bus signals. | satorux@chromium.org | 2011-08-23 | 1 | -4/+71 |
* | Implement Bus and ObjectProxy classes for our D-Bus library. | satorux@chromium.org | 2011-08-17 | 1 | -0/+367 |