1. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  2. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  3. a84d25f dbus: expose bus connection unique name by zqiu · 9 years ago
  4. 76b0cff Exit chrome when dbus-daemon crashes by hashimoto · 10 years ago
  5. 46be6e9 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 10 years ago
  6. f436464 dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 10 years ago
  7. 49e0bc7 dbus: Add comments about the right way to expose methods by satorux@chromium.org · 11 years ago
  8. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  9. 989857e Allow Chromium's DBus service ownership to be stealable by cmasone@chromium.org · 11 years ago
  10. c2482f1 Linux/CrOS: Listen for mtpd service owner change events and communicate with the new service owner. by thestig@chromium.org · 11 years ago
  11. 4a1f956 dbus: adding PostTaskToDBusThreadAndReply by haruki@chromium.org · 11 years ago
  12. 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
  13. 0971501 Support D-Bus Object Manager by keybuk@chromium.org · 11 years ago
  14. 074b1db DBus: Use TaskRunners instead of MessageLoopProxies. by thestig@chromium.org · 11 years ago
  15. 1de76fd Supporting callback for Disconnected signal. by nona@chromium.org · 11 years ago
  16. 5a44d2b Call get_dispatch_status function to handle Disconnected signal. by nona@chromium.org · 11 years ago
  17. 7894ebf DBus: Bus::AddMatch and RemoveMatch support repeated rules. by deymo@chromium.org · 11 years ago
  18. 6d168a7 D-Bus: ObjectProxy remove function for Bus object. by deymo@chromium.org · 11 years ago
  19. 7928ea2 dbus: Make it possible to build as shared_library. by tfarina@chromium.org · 12 years ago
  20. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  21. 9f638e0 Extends dbus module to accept user specified addresses. by nona@chromium.org · 12 years ago
  22. d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 12 years ago
  23. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 12 years ago
  24. 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 12 years ago
  25. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  26. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  27. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  28. 35c0eef Allow dbus clients to silence logging when a service is unavailable. by adamk@chromium.org · 12 years ago
  29. 241215d chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  30. bab6e64 Revert 111479 - chrome: dbus: support asynchronous method replies by thestig@chromium.org · 13 years ago
  31. ad373bf chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  32. a3a9793 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by satorux@chromium.org · 13 years ago
  33. c9ebea2 Eliminate a timed wait from ExportedObject::HandleMessage(). by satorux@chromium.org · 13 years ago
  34. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  35. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  36. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  37. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  38. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  39. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  40. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  41. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  42. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  43. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago