1. 83ccf4a Make sure the dependency on base is exported to components that depend on dbus. by sadrul@chromium.org · 13 years ago
  2. 63c284f dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). by satorux@chromium.org · 13 years ago
  3. f06eb89 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by satorux@chromium.org · 13 years ago
  4. a3a9793 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by satorux@chromium.org · 13 years ago
  5. c9ebea2 Eliminate a timed wait from ExportedObject::HandleMessage(). by satorux@chromium.org · 13 years ago
  6. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  7. 47d706b Eliminate hacks needed to work around a limitation of base::Bind() by satorux@chromium.org · 13 years ago
  8. 3d2baf0 Linux: add two new DBus client library utility functions, to be used by KWallet. by mdm@chromium.org · 13 years ago
  9. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  10. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  11. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  12. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  13. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  14. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  15. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  16. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  17. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  18. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  19. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  20. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  21. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  22. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago
  23. fb67cde Fix typos in the message test. by satorux@chromium.org · 13 years ago
  24. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago
  25. a566a2c Fix subtle memory issues detected by valgrind. by satorux@chromium.org · 13 years ago
  26. 087421c Fix linux build break by rsleevi@chromium.org · 13 years ago
  27. b684e27 Implement classes used for manipulating D-Bus messages. by satorux@chromium.org · 13 years ago
  28. ac09f9f Add libdbus dependency for Linux. by satorux@chromium.org · 13 years ago