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