1. a84d25f dbus: expose bus connection unique name by zqiu · 9 years ago
  2. b80ae93 Remove unnecessary message_loop_proxy.h includes by skyostil · 9 years ago
  3. e5a8dc4 Migrate callers of message_loop_proxy() to task_runner() by skyostil · 9 years ago
  4. 7f5750d Standardize usage of virtual/override/final specifiers in dbus/. by dcheng · 10 years ago
  5. 76b0cff Exit chrome when dbus-daemon crashes by hashimoto · 10 years ago
  6. 46be6e9 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 10 years ago
  7. e3c8baa Replacing the OVERRIDE with override and FINAL with final in /src/dbus by anujk.sharma · 10 years ago
  8. f436464 dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 10 years ago
  9. b53cfb3 Track active references in ShillClientHelper (Take 3) by stevenjb@chromium.org · 11 years ago
  10. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  11. 989857e Allow Chromium's DBus service ownership to be stealable by cmasone@chromium.org · 11 years ago
  12. 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
  13. 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
  14. 66c0f91 Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  15. 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
  16. c2482f1 Linux/CrOS: Listen for mtpd service owner change events and communicate with the new service owner. by thestig@chromium.org · 11 years ago
  17. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  18. c5cb859 Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  19. 493b0ea DBus: Reverse error suppression logic from r198328. by thestig@chromium.org · 11 years ago
  20. 4a1f956 dbus: adding PostTaskToDBusThreadAndReply by haruki@chromium.org · 11 years ago
  21. 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
  22. dff6b13 dbus: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  23. 0971501 Support D-Bus Object Manager by keybuk@chromium.org · 11 years ago
  24. 074b1db DBus: Use TaskRunners instead of MessageLoopProxies. by thestig@chromium.org · 12 years ago
  25. 1de76fd Supporting callback for Disconnected signal. by nona@chromium.org · 12 years ago
  26. cfbd853 Remove unnecessary condition. by nona@chromium.org · 12 years ago
  27. 5a44d2b Call get_dispatch_status function to handle Disconnected signal. by nona@chromium.org · 12 years ago
  28. 7894ebf DBus: Bus::AddMatch and RemoveMatch support repeated rules. by deymo@chromium.org · 12 years ago
  29. 6d168a7 D-Bus: ObjectProxy remove function for Bus object. by deymo@chromium.org · 12 years ago
  30. eeaf241 Call dbus_bus_register at the beginning of connection. by nona@chromium.org · 12 years ago
  31. 56cc3fc dbus: Reuse is_set() function from ScopedDBusError API. by tfarina@chromium.org · 12 years ago
  32. bfbcc9e dbus: Fix clang warnings about missing virtual and OVERRIDE annotations. by tfarina@chromium.org · 12 years ago
  33. 957fc4c DBus: Remove 'return' from void methods. by jhawkins@chromium.org · 12 years ago
  34. 1755434 Add more allow-wait suppressions on cros. by jam@chromium.org · 12 years ago
  35. 9f638e0 Extends dbus module to accept user specified addresses. by nona@chromium.org · 12 years ago
  36. d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 12 years ago
  37. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 13 years ago
  38. 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 13 years ago
  39. bf4649a dbus: add ObjectPath type by keybuk@google.com · 13 years ago
  40. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 13 years ago
  41. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 13 years ago
  42. 35c0eef Allow dbus clients to silence logging when a service is unavailable. by adamk@chromium.org · 13 years ago
  43. 255cd35 CrOS: Remove a DCHECK causing test failures in DBus on Aura by jamescook@chromium.org · 13 years ago
  44. f06eb89 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by satorux@chromium.org · 13 years ago
  45. a3a9793 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by satorux@chromium.org · 13 years ago
  46. c9ebea2 Eliminate a timed wait from ExportedObject::HandleMessage(). by satorux@chromium.org · 13 years ago
  47. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  48. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  49. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  50. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  51. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  52. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  53. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  54. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  55. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  56. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago