1. 3199bd1 Add DBusStatistics and DBusLogSource to log and show dbus stats by stevenjb@chromium.org · 12 years ago
  2. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  3. c8d231a Make SignalSenderVerificationTest more robust by haruki@chromium.org · 12 years ago
  4. 02dc601 Revert "Linux: change protobuf default option to allow building" by nyquist@chromium.org · 12 years ago
  5. 3d6175c Linux: change protobuf default option to allow building by phajdan.jr@chromium.org · 12 years ago
  6. 9173f59 disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChange by scottmg@chromium.org · 12 years ago
  7. 7928ea2 dbus: Make it possible to build as shared_library. by tfarina@chromium.org · 12 years ago
  8. eeaf241 Call dbus_bus_register at the beginning of connection. by nona@chromium.org · 12 years ago
  9. 56cc3fc dbus: Reuse is_set() function from ScopedDBusError API. by tfarina@chromium.org · 12 years ago
  10. c5623ec Add sender verification of D-Bus signals. by haruki@chromium.org · 12 years ago
  11. 80dcd9c DBus: declare property specializations by keybuk@chromium.org · 12 years ago
  12. bfbcc9e dbus: Fix clang warnings about missing virtual and OVERRIDE annotations. by tfarina@chromium.org · 12 years ago
  13. b45e529 bluetooth: Create stub manager, adapter and device. by keybuk@chromium.org · 12 years ago
  14. 9ef1469 Coverity: Initialize member variables. by jhawkins@chromium.org · 12 years ago
  15. b8ebdc6 Expose functionality to tests. by davemoore@chromium.org · 12 years ago
  16. 1253448 Revert 148351 - Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  17. ef04122 Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  18. ce8daf4 Marking BusTest.UnregisterExportedObject as flaky by jochen@chromium.org · 12 years ago
  19. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  20. 56028ac dbus: move logic from Property<> to PropertySet by keybuk@chromium.org · 12 years ago
  21. 02bbd7d Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  22. c77c087 Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState. by kkania@chromium.org · 12 years ago
  23. 361b902 Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago
  24. c664248 dbus: Add test_server.cc used for manual testing. by satorux@chromium.org · 12 years ago
  25. 6a7aa37 dbus: Truncate strings in dbus::Message::ToString() if too long by satorux@chromium.org · 12 years ago
  26. 5fdbcf7 Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath by hashimoto@chromium.org · 12 years ago
  27. 9f10a6e dbus: Fix a subtle butterfly-effect bug in handling incoming messages by satorux@chromium.org · 12 years ago
  28. 09e048a dbus: Fix a crash in dbus_unittests that happens on Ubuntu 11.10 by satorux@chromium.org · 12 years ago
  29. 5e612da dbus: Fix a bunch of memory leaks in dbus_unittests by satorux@chromium.org · 12 years ago
  30. 31bb21e dbus: Include method names in error messages for method call failures by satorux@chromium.org · 12 years ago
  31. b030551 Change setters of dbus::Message to return false instead of aborting on errors by hashimoto@chromium.org · 12 years ago
  32. d216399 RefCounted types should not have public destructors, Linux fixes by rsleevi@chromium.org · 12 years ago
  33. 48d575f dbus: revamp fd passing support for i/o restrictions by sleffler@chromium.org · 12 years ago
  34. 957fc4c DBus: Remove 'return' from void methods. by jhawkins@chromium.org · 12 years ago
  35. 1755434 Add more allow-wait suppressions on cros. by jam@chromium.org · 12 years ago
  36. 6b230ab Add MockObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  37. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  38. 9f638e0 Extends dbus module to accept user specified addresses. by nona@chromium.org · 12 years ago
  39. 22fab40 dbus: add support for passing file descriptors by sleffler@chromium.org · 12 years ago
  40. dd54a3d chromeos: Fix memory leak in blocking Cryptohome method call by hashimoto@chromium.org · 12 years ago
  41. 3a56779 Checked the return values of function calls. by khorimoto@chromium.org · 12 years ago
  42. 756b7e9 Correcting the copy right message for this file by rharrison@chromium.org · 12 years ago
  43. ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 12 years ago
  44. 683dd8c READABILITY for Keybuk by keybuk@chromium.org · 12 years ago
  45. f056b96 dbus: clear array values before reading from variant by keybuk@google.com · 12 years ago
  46. de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 12 years ago
  47. 4158e99 Add a new 'run_all_unittests' target in base by akalin@chromium.org · 12 years ago
  48. 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 12 years ago
  49. 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 12 years ago
  50. d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 12 years ago
  51. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 12 years ago
  52. b21d2b7 dbus: fix base class of ErrorResponse by keybuk@chromium.org · 12 years ago
  53. 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 12 years ago
  54. b929d75 dbus: verify object path of incoming signals by keybuk@chromium.org · 12 years ago
  55. f63debc dbus: slight cleanup to Property code by keybuk@chromium.org · 12 years ago
  56. 5b48ae4 dbus: Property<>.value() should be const by keybuk@chromium.org · 12 years ago
  57. 82e082a dbus: ProperySet destructor must be virtual by keybuk@chromium.org · 12 years ago
  58. 7e0c493 dbus: add Property handling for clients by keybuk@chromium.org · 12 years ago
  59. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  60. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  61. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  62. 69bde42 Coverity: Initialize member variables. by jhawkins@chromium.org · 12 years ago
  63. 35c0eef Allow dbus clients to silence logging when a service is unavailable. by adamk@chromium.org · 12 years ago
  64. 3d53035 Adding support for sending/receiving proto bufs to dbus library. by rharrison@chromium.org · 12 years ago
  65. e34b29e chrome: dbus: add default MessageReader constructor by keybuk@chromium.org · 12 years ago
  66. 2b613f2 Fix flaky tests in EndToEndAsyncTest in dbus_unittests. by satorux@chromium.org · 13 years ago
  67. de6a221 Mark EndToEndAsyncTest.TestSignal as flaky by willchan@chromium.org · 13 years ago
  68. a6fcc09 Mark dbus EndToEndAsyncTest.TestSignalFromRoot flaky by arthurhsu@chromium.org · 13 years ago
  69. 241215d chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  70. 255cd35 CrOS: Remove a DCHECK causing test failures in DBus on Aura by jamescook@chromium.org · 13 years ago
  71. bab6e64 Revert 111479 - chrome: dbus: support asynchronous method replies by thestig@chromium.org · 13 years ago
  72. ad373bf chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  73. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  74. 519c9ac Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media. by thestig@chromium.org · 13 years ago
  75. b175315 dbus: Add ObjectProxy::EmptyResponseCallback(). by satorux@chromium.org · 13 years ago
  76. 39a0d9b dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() by satorux@chromium.org · 13 years ago
  77. 83ccf4a Make sure the dependency on base is exported to components that depend on dbus. by sadrul@chromium.org · 13 years ago
  78. 63c284f dbus: Silence VLOG(1) spam from ObjectProxy::HandleMessage(). by satorux@chromium.org · 13 years ago
  79. f06eb89 Make ExportedObject and ObjectProxy own Bus as scoped_refptr. by satorux@chromium.org · 13 years ago
  80. a3a9793 dbus: Eliminate an irrelevant LOG(ERROR) from Bus::AddMatch(). by satorux@chromium.org · 13 years ago
  81. c9ebea2 Eliminate a timed wait from ExportedObject::HandleMessage(). by satorux@chromium.org · 13 years ago
  82. 66bc4c2 Fix a bug in dbus::Bus::AddFilterFunction(). by satorux@chromium.org · 13 years ago
  83. 47d706b Eliminate hacks needed to work around a limitation of base::Bind() by satorux@chromium.org · 13 years ago
  84. 3d2baf0 Linux: add two new DBus client library utility functions, to be used by KWallet. by mdm@chromium.org · 13 years ago
  85. 7225b7a Stop restricting the sender object path for incoming signals. by satorux@chromium.org · 13 years ago
  86. cff0949 Use MessageLoopProxy for the origin message loop as well. by satorux@chromium.org · 13 years ago
  87. 5a92cf3 Add some histograms to the D-Bus library: by satorux@chromium.org · 13 years ago
  88. 45f2c6a Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. by mdm@chromium.org · 13 years ago
  89. d336d45 Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown() by satorux@chromium.org · 13 years ago
  90. c6ac757 Fix typos in the D-Bus library. by satorux@chromium.org · 13 years ago
  91. 326a6f8 Minor cleanups and improvements for the D-Bus library. by satorux@chromium.org · 13 years ago
  92. f77861f Add mock classes for Bus, ObjectProxy, and ExportedObject. by satorux@chromium.org · 13 years ago
  93. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  94. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  95. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  96. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  97. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  98. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago
  99. fb67cde Fix typos in the message test. by satorux@chromium.org · 13 years ago
  100. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago