1. 2b613f2 Fix flaky tests in EndToEndAsyncTest in dbus_unittests. by satorux@chromium.org · 13 years ago
  2. de6a221 Mark EndToEndAsyncTest.TestSignal as flaky by willchan@chromium.org · 13 years ago
  3. a6fcc09 Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky by arthurhsu@chromium.org · 13 years ago
  4. 241215d chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  5. 255cd35 CrOS: Remove a DCHECK causing test failures in DBus on Aura by jamescook@chromium.org · 13 years ago
  6. bab6e64 Revert 111479 - chrome: dbus: support asynchronous method replies by thestig@chromium.org · 13 years ago
  7. ad373bf chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  8. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  9. 519c9ac Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media. by thestig@chromium.org · 13 years ago
  10. b175315 dbus: Add ObjectProxy::EmptyResponseCallback(). by satorux@chromium.org · 13 years ago
  11. 39a0d9b dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() by satorux@chromium.org · 13 years ago
  12. 83ccf4a Make sure the dependency on base is exported to components that depend on dbus. by sadrul@chromium.org · 13 years ago
  13. 63c284f dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). by satorux@chromium.org · 13 years ago
  14. f06eb89 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by satorux@chromium.org · 13 years ago
  15. a3a9793 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by satorux@chromium.org · 13 years ago
  16. c9ebea2 Eliminate a timed wait from ExportedObject::HandleMessage(). by satorux@chromium.org · 13 years ago
  17. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  18. 47d706b Eliminate hacks needed to work around a limitation of base::Bind() by satorux@chromium.org · 13 years ago
  19. 3d2baf0 Linux: add two new DBus client library utility functions, to be used by KWallet. by mdm@chromium.org · 13 years ago
  20. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  21. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  22. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  23. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  24. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  25. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  26. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  27. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  28. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  29. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  30. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  31. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  32. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  33. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago
  34. fb67cde Fix typos in the message test. by satorux@chromium.org · 13 years ago
  35. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago
  36. a566a2c Fix subtle memory issues detected by valgrind. by satorux@chromium.org · 13 years ago
  37. 087421c Fix linux build break by rsleevi@chromium.org · 13 years ago
  38. b684e27 Implement classes used for manipulating D-Bus messages. by satorux@chromium.org · 13 years ago
  39. ac09f9f Add libdbus dependency for Linux. by satorux@chromium.org · 13 years ago