1. 9f30552 Disable slow SignalSenderVerificationTest.TestSignalRejected by Paweł Hajdan, Jr · 10 years ago
  2. befafc8 Undo a rename of dbus::Message::GetSignature. by benchan · 10 years ago
  3. 464afff Add a GetSignature() method to dbus::MessageReader. by benchan · 10 years ago
  4. c415c48 Reduce DBus ObjectUnknown ERROR to WARNING by stevenjb@chromium.org · 10 years ago
  5. b2e3f8c don't pretend to support dbus on windows in dbus_export.h by mostynb@opera.com · 10 years ago
  6. 4d98e82 dbus: don't add attributes in extern template class specialization by mostynb@opera.com · 10 years ago
  7. 1dc2943 [DBus] Explicitly instantiate dbusProperty variant by tzik@chromium.org · 10 years ago
  8. fa639cc Clean up Chrome OS WARNING spam by stevenjb@chromium.org · 10 years ago
  9. 57fd8b1 Revert of [DBus] Explicitly instantiate dbus::Property variants (https://codereview.chromium.org/354553002/) by tzik@chromium.org · 10 years ago
  10. 561863d [DBus] Explicitly instantiate dbus::Property variants by tzik@chromium.org · 10 years ago
  11. 966a0bb Remove PlatformFile from dbus/file_descriptor by rvargas@chromium.org · 10 years ago
  12. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  13. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  14. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 10 years ago
  15. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 10 years ago
  16. 11e1274 dbus: Add template specialization for Property<vector<uint8> >. by armansito@chromium.org · 10 years ago
  17. 40b05ba dbus: Handle NameOwnerChanged in ObjectManager by keybuk@chromium.org · 10 years ago
  18. 2bf9e5c chromeos: Make dbus::MessageReader memory ownership explicit by derat@chromium.org · 10 years ago
  19. 49e0bc7 dbus: Add comments about the right way to expose methods by satorux@chromium.org · 11 years ago
  20. fb3930a dbus: Always return "not yet handled" for signals by hashimoto@chromium.org · 11 years ago
  21. dd31b05 Run dbus_unittests serially. by phajdan.jr@chromium.org · 11 years ago
  22. 1f044f3 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by brettw@chromium.org · 11 years ago
  23. b53cfb3 Track active references in ShillClientHelper (Take 3) by stevenjb@chromium.org · 11 years ago
  24. 7893821 Revert 227100 "Track active references in ShillClientHelper (Tak..." by stevenjb@chromium.org · 11 years ago
  25. 28452d5 Track active references in ShillClientHelper (Take 2) by stevenjb@chromium.org · 11 years ago
  26. ed26809 dbus: Add ObjectProxy::WaitForServiceToBeAvailable() by hashimoto@chromium.org · 11 years ago
  27. 4f3851c dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus thread by hashimoto@chromium.org · 11 years ago
  28. ce5c615 dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult by hashimoto@chromium.org · 11 years ago
  29. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  30. 1bcc0b7 Revert 224179 "Track active references in ShillClientHelper" by kkania@chromium.org · 11 years ago
  31. 92b43c4 Track active references in ShillClientHelper by stevenjb@chromium.org · 11 years ago
  32. 9b1f85d dbus: Suppress NameHasNoOwner errors when connecting to signals by satorux@chromium.org · 11 years ago
  33. 989857e Allow Chromium's DBus service ownership to be stealable by cmasone@chromium.org · 11 years ago
  34. f3b469a c++11 ud suffix fixes for cros dbus files by thakis@chromium.org · 11 years ago
  35. 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
  36. afae899 Make "Ignoring DBusStatistics::AddStat" a DVLOG instead of DLOG(WARNING) by posciak@chromium.org · 11 years ago
  37. 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
  38. 66c0f91 Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  39. 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
  40. ffcdb95 Use a direct include of strings headers in crypto/, dbus/, device/. by avi@chromium.org · 11 years ago
  41. c2482f1 Linux/CrOS: Listen for mtpd service owner change events and communicate with the new service owner. by thestig@chromium.org · 11 years ago
  42. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  43. c5cb859 Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  44. 493b0ea DBus: Reverse error suppression logic from r198328. by thestig@chromium.org · 11 years ago
  45. 4a1f956 dbus: adding PostTaskToDBusThreadAndReply by haruki@chromium.org · 11 years ago
  46. 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
  47. 0a2b25e Warn on missing OVERRIDE/virtual everywhere, not just in header files. by rsleevi@chromium.org · 11 years ago
  48. dff6b13 dbus: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  49. 3758ad9 Revert r196352 "dbus: Add FakeBus" by oshima@chromium.org · 11 years ago
  50. c583d75 dbus: Add FakeBus by haruki@chromium.org · 11 years ago
  51. c1944c6 D-Bus: notify properties changed from fakes by keybuk@chromium.org · 11 years ago
  52. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  53. 0eed10b Update the remaining include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  54. d8ba24c Adding PrintTo of ObjectPath. by pneubeck@chromium.org · 11 years ago
  55. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  56. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  57. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  58. 0971501 Support D-Bus Object Manager by keybuk@chromium.org · 11 years ago
  59. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 11 years ago
  60. 7881e42 Connect SparseHistogram with the rest of stats system by kaiwang@chromium.org · 11 years ago
  61. 074b1db DBus: Use TaskRunners instead of MessageLoopProxies. by thestig@chromium.org · 11 years ago
  62. 1de76fd Supporting callback for Disconnected signal. by nona@chromium.org · 11 years ago
  63. cfbd853 Remove unnecessary condition. by nona@chromium.org · 11 years ago
  64. e1acdf8 Cleanup: Remove deprecated base::Value methods from dbus. Use base::Value too. by thestig@chromium.org · 11 years ago
  65. 5a44d2b Call get_dispatch_status function to handle Disconnected signal. by nona@chromium.org · 11 years ago
  66. d4eedf8 Code cleaning: Uses scoped_ptr<> to express ownership rather than writing ownership in comments. by yuki@chromium.org · 11 years ago
  67. ff93c24 Revert "GTTF: Add missing virtual destructors." by phajdan.jr@chromium.org · 11 years ago
  68. e2515c9 GTTF: Add missing virtual destructors. by phajdan.jr@chromium.org · 11 years ago
  69. 7894ebf DBus: Bus::AddMatch and RemoveMatch support repeated rules. by deymo@chromium.org · 11 years ago
  70. 6d168a7 D-Bus: ObjectProxy remove function for Bus object. by deymo@chromium.org · 11 years ago
  71. 03ec248 DBus: Fixes a flaky test case. by deymo@chromium.org · 11 years ago
  72. fa0b323 Make DBusStatistics only run on the main thread and add additional CHECKs to ensure thread safety. by stevenjb@chromium.org · 12 years ago
  73. 6542335 GTTF: No more FLAKY_ . by phajdan.jr@chromium.org · 12 years ago
  74. f7fc565 dbus: Add comments about object ownership by satorux@chromium.org · 12 years ago
  75. 7adf6a3 Disable SignalSenderVerificationTest.TestMultipleObjects by keybuk@chromium.org · 12 years ago
  76. 359c9b6 Allow multiple object proxies to handle NameOwnerChanged by keybuk@chromium.org · 12 years ago
  77. 3b9b820 Revert 169164 - Allow multiple object proxies to handle NameOwnerChanged by lambroslambrou@google.com · 12 years ago
  78. 1e425af Allow multiple object proxies to handle NameOwnerChanged by keybuk@chromium.org · 12 years ago
  79. 8376498 Linux: fix header includes for system protobuf. by phajdan.jr@chromium.org · 12 years ago
  80. 3199bd1 Add DBusStatistics and DBusLogSource to log and show dbus stats by stevenjb@chromium.org · 12 years ago
  81. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  82. c8d231a Make SignalSenderVerificationTest more robust by haruki@chromium.org · 12 years ago
  83. 02dc601 Revert "Linux: change protobuf default option to allow building" by nyquist@chromium.org · 12 years ago
  84. 3d6175c Linux: change protobuf default option to allow building by phajdan.jr@chromium.org · 12 years ago
  85. 9173f59 disable flaky dbus_unittests SignalSenderVerificationTest.TestOwnerChange by scottmg@chromium.org · 12 years ago
  86. 7928ea2 dbus: Make it possible to build as shared_library. by tfarina@chromium.org · 12 years ago
  87. eeaf241 Call dbus_bus_register at the beginning of connection. by nona@chromium.org · 12 years ago
  88. 56cc3fc dbus: Reuse is_set() function from ScopedDBusError API. by tfarina@chromium.org · 12 years ago
  89. c5623ec Add sender verification of D-Bus signals. by haruki@chromium.org · 12 years ago
  90. 80dcd9c DBus: declare property specializations by keybuk@chromium.org · 12 years ago
  91. bfbcc9e dbus: Fix clang warnings about missing virtual and OVERRIDE annotations. by tfarina@chromium.org · 12 years ago
  92. b45e529 bluetooth: Create stub manager, adapter and device. by keybuk@chromium.org · 12 years ago
  93. 9ef1469 Coverity: Initialize member variables. by jhawkins@chromium.org · 12 years ago
  94. b8ebdc6 Expose functionality to tests. by davemoore@chromium.org · 12 years ago
  95. 1253448 Revert 148351 - Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  96. ef04122 Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  97. ce8daf4 Marking BusTest.UnregisterExportedObject as flaky by jochen@chromium.org · 12 years ago
  98. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  99. 56028ac dbus: move logic from Property<> to PropertySet by keybuk@chromium.org · 12 years ago
  100. 02bbd7d Add a CONNECT_REQUESTED state to Network ConnectionState. by stevenjb@google.com · 12 years ago