1. 1d8962b Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods by avakulenko · 10 years ago
  2. f436464 dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 10 years ago
  3. c415c48 Reduce DBus ObjectUnknown ERROR to WARNING by stevenjb@chromium.org · 10 years ago
  4. fb3930a dbus: Always return "not yet handled" for signals by hashimoto@chromium.org · 11 years ago
  5. ed26809 dbus: Add ObjectProxy::WaitForServiceToBeAvailable() by hashimoto@chromium.org · 11 years ago
  6. 4f3851c dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus thread by hashimoto@chromium.org · 11 years ago
  7. ce5c615 dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult by hashimoto@chromium.org · 11 years ago
  8. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  9. 9b1f85d dbus: Suppress NameHasNoOwner errors when connecting to signals by satorux@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. ffcdb95 Use a direct include of strings headers in crypto/, dbus/, device/. by avi@chromium.org · 11 years ago
  12. 493b0ea DBus: Reverse error suppression logic from r198328. by thestig@chromium.org · 11 years ago
  13. 56057f2 Add a method to check if a D-Bus service has an owner. Use it for mtpd. by thestig@chromium.org · 11 years ago
  14. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  15. 0eed10b Update the remaining include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  16. d4eedf8 Code cleaning: Uses scoped_ptr<> to express ownership rather than writing ownership in comments. by yuki@chromium.org · 11 years ago
  17. 359c9b6 Allow multiple object proxies to handle NameOwnerChanged by keybuk@chromium.org · 12 years ago
  18. 3b9b820 Revert 169164 - Allow multiple object proxies to handle NameOwnerChanged by lambroslambrou@google.com · 12 years ago
  19. 1e425af Allow multiple object proxies to handle NameOwnerChanged by keybuk@chromium.org · 12 years ago
  20. 3199bd1 Add DBusStatistics and DBusLogSource to log and show dbus stats by stevenjb@chromium.org · 12 years ago
  21. c8d231a Make SignalSenderVerificationTest more robust by haruki@chromium.org · 12 years ago
  22. c5623ec Add sender verification of D-Bus signals. by haruki@chromium.org · 12 years ago
  23. 02bbd7d Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  24. c77c087 Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState. by kkania@chromium.org · 12 years ago
  25. 361b902 Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  26. 9f10a6e dbus: Fix a subtle butterfly-effect bug in handling incoming messages by satorux@chromium.org · 12 years ago
  27. 31bb21e dbus: Include method names in error messages for method call failures by satorux@chromium.org · 12 years ago
  28. b030551 Change setters of dbus::Message to return false instead of aborting on errors by hashimoto@chromium.org · 12 years ago
  29. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  30. de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 12 years ago
  31. b929d75 dbus: verify object path of incoming signals by keybuk@chromium.org · 12 years ago
  32. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  33. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  34. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  35. 35c0eef Allow dbus clients to silence logging when a service is unavailable. by adamk@chromium.org · 12 years ago
  36. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  37. b175315 dbus: Add ObjectProxy::EmptyResponseCallback(). by satorux@chromium.org · 13 years ago
  38. 63c284f dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). by satorux@chromium.org · 13 years ago
  39. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  40. 47d706b Eliminate hacks needed to work around a limitation of base::Bind() by satorux@chromium.org · 13 years ago
  41. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  42. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  43. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  44. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  45. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  46. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago