1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. fb4bdf4 Delete callback for CallMethod always on the origin thread. by Hidehiko Abe · 7 years ago
  3. 333256c dbus: replace NULL with nullptr by Ben Chan · 7 years ago
  4. fb4fdb4 Introduce CallMethodWithErrorResponse(). by Hidehiko Abe · 7 years ago
  5. 4ff0cf4 Move instance management to D-Bus thread. by Hidehiko Abe · 7 years ago
  6. baabdc7 dbus: Use more OnceCallbacks in ObjectProxy by Ryo Hashimoto · 7 years ago
  7. 0102c16 dbus: Let ObjectProxy::CallMethod() take OnceCallback by Ryo Hashimoto · 7 years ago
  8. 1a4a2e5 dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment by hashimoto · 8 years ago
  9. 05e85b3 Improve dbus::ObjectProxy::WaitForServiceToBeAvailable docs. by derat · 8 years ago
  10. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  11. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  12. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  13. a91b3d3 Fix documentation for ObjectProxy::ConnectToSignal() by quiche · 9 years ago
  14. 14eb150 dbus: Cancel pending calls when destroying ObjectProxy by hashimoto · 9 years ago
  15. 46be6e9 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 10 years ago
  16. 1d8962b Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods by avakulenko · 10 years ago
  17. c415c48 Reduce DBus ObjectUnknown ERROR to WARNING by stevenjb@chromium.org · 10 years ago
  18. b53cfb3 Track active references in ShillClientHelper (Take 3) by stevenjb@chromium.org · 11 years ago
  19. 7893821 Revert 227100 "Track active references in ShillClientHelper (Tak..." by stevenjb@chromium.org · 11 years ago
  20. 28452d5 Track active references in ShillClientHelper (Take 2) by stevenjb@chromium.org · 11 years ago
  21. ed26809 dbus: Add ObjectProxy::WaitForServiceToBeAvailable() by hashimoto@chromium.org · 11 years ago
  22. 4f3851c dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus thread by hashimoto@chromium.org · 11 years ago
  23. ce5c615 dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult by hashimoto@chromium.org · 11 years ago
  24. 1bcc0b7 Revert 224179 "Track active references in ShillClientHelper" by kkania@chromium.org · 11 years ago
  25. 92b43c4 Track active references in ShillClientHelper by stevenjb@chromium.org · 11 years ago
  26. 78a7e7b Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  27. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  28. 0eed10b Update the remaining include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  29. d4eedf8 Code cleaning: Uses scoped_ptr<> to express ownership rather than writing ownership in comments. by yuki@chromium.org · 11 years ago
  30. c8d231a Make SignalSenderVerificationTest more robust by haruki@chromium.org · 12 years ago
  31. 7928ea2 dbus: Make it possible to build as shared_library. by tfarina@chromium.org · 12 years ago
  32. c5623ec Add sender verification of D-Bus signals. by haruki@chromium.org · 12 years ago
  33. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  34. 31bb21e dbus: Include method names in error messages for method call failures by satorux@chromium.org · 12 years ago
  35. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  36. dd54a3d chromeos: Fix memory leak in blocking Cryptohome method call by hashimoto@chromium.org · 12 years ago
  37. de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 12 years ago
  38. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  39. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  40. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  41. 35c0eef Allow dbus clients to silence logging when a service is unavailable. by adamk@chromium.org · 12 years ago
  42. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  43. 519c9ac Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media. by thestig@chromium.org · 13 years ago
  44. b175315 dbus: Add ObjectProxy::EmptyResponseCallback(). by satorux@chromium.org · 13 years ago
  45. f06eb89 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by satorux@chromium.org · 13 years ago
  46. 47d706b Eliminate hacks needed to work around a limitation of base::Bind() by satorux@chromium.org · 13 years ago
  47. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  48. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  49. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  50. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  51. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago