- 811f6da4 Use WeakPtr to simplify the DBUS Timeout helper. by Wez · 8 years ago
- 6739a693 Rename TaskRunner::RunsTasksOnCurrentThread() in //dbus, //chromeos, //ppapi by peary2 · 8 years ago
- ebc379c Migrate to base::FileDescriptionWatcher in dbus/bus.cc. by fdoray · 8 years ago
- 5dd4fb3 Use the location where FileDescriptorWatcher is created to track the libevent handlers by ssid · 9 years ago
- 2ef7d0ed dbus: Make ObjectManager get objects after service is ready. by derat · 9 years ago
- af82da3 Use ThreadTaskRunnerHandle::Get() in dbus. by fdoray · 9 years ago
- 0faddf48 Migrate WaitableEvent to enum-based constructor in dbus/ by gab · 9 years ago
- 2a19328 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 22437c69 Switch to standard integer types in dbus/. by avi · 10 years ago
- f63bfe5e dbus: expose bus connection unique name by zqiu · 10 years ago
- 0f90aab Remove unnecessary message_loop_proxy.h includes by skyostil · 10 years ago
- 8a033aa Migrate callers of message_loop_proxy() to task_runner() by skyostil · 10 years ago
- 3bb7119c Standardize usage of virtual/override/final specifiers in dbus/. by dcheng · 11 years ago
- e8aa0b4e Exit chrome when dbus-daemon crashes by hashimoto · 11 years ago
- b387031 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 11 years ago
- 1a60a65 Replacing the OVERRIDE with override and FINAL with final in /src/dbus by anujk.sharma · 11 years ago
- ebff093d dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 11 years ago
- ee994138 Track active references in ShillClientHelper (Take 3) by [email protected] · 12 years ago
- 8609be26 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by [email protected] · 12 years ago
- e282490 Allow Chromium's DBus service ownership to be stealable by [email protected] · 12 years ago
- 2a9ec0e Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by [email protected] · 12 years ago
- b43e556 Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by [email protected] · 12 years ago
- c3d4a0d Use a direct include of strings headers, delete some strings forwarding headers. by [email protected] · 12 years ago
- 2a57ca64 Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to write dbus:: everywhere. Remove some other dbus:: usages in the dbus namespace. by [email protected] · 12 years ago
- 049616e Linux/CrOS: Listen for mtpd service owner change events and communicate with the new service owner. by [email protected] · 12 years ago
- 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
- e52df78 Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 8a3a8d6 DBus: Reverse error suppression logic from r198328. by [email protected] · 12 years ago
- 45f23e89 dbus: adding PostTaskToDBusThreadAndReply by [email protected] · 12 years ago
- 1db0b357 Add a method to check if a D-Bus service has an owner. Use it for mtpd. by [email protected] · 12 years ago
- ff33b18e dbus: Use base::MessageLoop. by [email protected] · 12 years ago
- 9cc40cb Support D-Bus Object Manager by [email protected] · 12 years ago
- 200328a DBus: Use TaskRunners instead of MessageLoopProxies. by [email protected] · 13 years ago
- ea54519 Supporting callback for Disconnected signal. by [email protected] · 13 years ago
- ebbffae Remove unnecessary condition. by [email protected] · 13 years ago
- 7c8f3efb Call get_dispatch_status function to handle Disconnected signal. by [email protected] · 13 years ago
- bae0f88 DBus: Bus::AddMatch and RemoveMatch support repeated rules. by [email protected] · 13 years ago
- 38ecdc8 D-Bus: ObjectProxy remove function for Bus object. by [email protected] · 13 years ago
- ea1aaa95 Call dbus_bus_register at the beginning of connection. by [email protected] · 13 years ago
- b4a70c3 dbus: Reuse is_set() function from ScopedDBusError API. by [email protected] · 13 years ago
- e24aa7d dbus: Fix clang warnings about missing virtual and OVERRIDE annotations. by [email protected] · 13 years ago
- 3ca1d59 DBus: Remove 'return' from void methods. by [email protected] · 13 years ago
- 0c65b4e Add more allow-wait suppressions on cros. by [email protected] · 13 years ago
- 7e1942a Extends dbus module to accept user specified addresses. by [email protected] · 13 years ago
- d7361fdc dbus: allow unregistering of exported objects by [email protected] · 13 years ago
- 4b454268 Convert uses of int ms to TimeDelta in dbus. by [email protected] · 13 years ago
- 15e7b16 dbus: remove service name from ExportedObject by [email protected] · 13 years ago
- 216ed0b dbus: add ObjectPath type by [email protected] · 14 years ago
- 02743b7 Revert 121920 - dbus: add ObjectPath type by [email protected] · 14 years ago
- bc1b18e dbus: add ObjectPath type by [email protected] · 14 years ago
- 20bed01 Allow dbus clients to silence logging when a service is unavailable. by [email protected] · 14 years ago
- 47e2a0d CrOS: Remove a DCHECK causing test failures in DBus on Aura by [email protected] · 14 years ago
- 6477a41 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by [email protected] · 14 years ago
- 5cb8eb2 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by [email protected] · 14 years ago
- e184cce Eliminate a timed wait from ExportedObject::HandleMessage(). by [email protected] · 14 years ago
- 12e2599 Fix a bug in dbus::Bus::AddFilterFunction(). by [email protected] · 14 years ago
- b8907a4 Use MessageLoopProxy for the origin message loop as well. by [email protected] · 14 years ago
- a7338989 Add some histograms to the D-Bus library: by [email protected] · 14 years ago
- 56d82c9c Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by [email protected] · 14 years ago
- e20d39fe Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by [email protected] · 14 years ago
- 829f0e4c Fix typos in the D-Bus library. by [email protected] · 14 years ago
- ea78b1e Minor cleanups and improvements for the D-Bus library. by [email protected] · 14 years ago
- 2ef498f Reuse existing object proxies and exported objects, if these exist. by [email protected] · 14 years ago
- 3beaaa4e Add support for sending and receiving D-Bus signals. by [email protected] · 14 years ago
- a5107611 Implement Bus and ObjectProxy classes for our D-Bus library. by [email protected] · 14 years ago