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