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