1. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  2. f4a4c0d dbus: Use randomly generated string as a TestService's service name by hashimoto · 9 years ago
  3. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  4. e5a8dc4 Migrate callers of message_loop_proxy() to task_runner() by skyostil · 9 years ago
  5. 14eb150 dbus: Cancel pending calls when destroying ObjectProxy by hashimoto · 9 years ago
  6. 7f5750d Standardize usage of virtual/override/final specifiers in dbus/. by dcheng · 10 years ago
  7. 76b0cff Exit chrome when dbus-daemon crashes by hashimoto · 10 years ago
  8. 64401d7 Plug some of the leaks in dbus_unittests. by earthdok · 10 years ago
  9. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  10. a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  11. f0b7eac 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 thestig@chromium.org · 11 years ago
  12. dff6b13 dbus: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  13. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  14. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  15. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  16. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  17. 074b1db DBus: Use TaskRunners instead of MessageLoopProxies. by thestig@chromium.org · 11 years ago
  18. 1de76fd Supporting callback for Disconnected signal. by nona@chromium.org · 11 years ago
  19. 9f10a6e dbus: Fix a subtle butterfly-effect bug in handling incoming messages by satorux@chromium.org · 12 years ago
  20. b030551 Change setters of dbus::Message to return false instead of aborting on errors by hashimoto@chromium.org · 12 years ago
  21. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  22. de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 12 years ago
  23. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 12 years ago
  24. b929d75 dbus: verify object path of incoming signals by keybuk@chromium.org · 12 years ago
  25. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  26. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  27. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  28. 2b613f2 Fix flaky tests in EndToEndAsyncTest in dbus_unittests. by satorux@chromium.org · 13 years ago
  29. de6a221 Mark EndToEndAsyncTest.TestSignal as flaky by willchan@chromium.org · 13 years ago
  30. a6fcc09 Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky by arthurhsu@chromium.org · 13 years ago
  31. 241215d chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  32. bab6e64 Revert 111479 - chrome: dbus: support asynchronous method replies by thestig@chromium.org · 13 years ago
  33. ad373bf chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  34. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  35. b175315 dbus: Add ObjectProxy::EmptyResponseCallback(). by satorux@chromium.org · 13 years ago
  36. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  37. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  38. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  39. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  40. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  41. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  42. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  43. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago