1. 7838f5f dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectManager by satorux · 9 years ago
  2. ad74306 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  3. 3f868a4 dbus: Add missing destructors to Property and PropertyBase. by derat · 9 years ago
  4. 71aab99 Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 9 years ago
  5. 802d8f1 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  6. a84d25f dbus: expose bus connection unique name by zqiu · 9 years ago
  7. 6d265ec Replace StringPrintf("%d", ...) with IntToString() by ricea · 9 years ago
  8. 0a19be3 Don't attempt to validate invalid DBus-passed file descriptors. by reillyg · 9 years ago
  9. b80ae93 Remove unnecessary message_loop_proxy.h includes by skyostil · 9 years ago
  10. e5a8dc4 Migrate callers of message_loop_proxy() to task_runner() by skyostil · 9 years ago
  11. 8ecec01 Move EndsWith to base namespace. by brettw · 9 years ago
  12. 51bf92a Move StartsWith[ASCII] to base namespace. by brettw · 9 years ago
  13. 41176c5 Make dbus::FileDescriptor a Pass()-movable type. by reillyg · 9 years ago
  14. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  15. 77e73fc Implement invalidation of Dbus properties by jpawlowski · 9 years ago
  16. 54c7c08 Re-land Move ScopedFileDescriptor to dbus/file_descriptor.h by cmasone · 9 years ago
  17. 772269c Revert of Move ScopedFileDescriptor to dbus/file_descriptor.h (patchset #1 id:1 of https://codereview.chromium.org/1090243003/) by spang · 9 years ago
  18. 6c1e1df Move ScopedFileDescriptor to dbus/file_descriptor.h by cmasone · 9 years ago
  19. acb4c7e dbus/values_util_unittest.cc: use sqrt from cmath by Hans Wennborg · 9 years ago
  20. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  21. 48b869d Update {virtual,override} to follow C++11 style in dbus. by nick · 9 years ago
  22. 22cc81a dbus: Use INT64_C macro from stdint.h. by tfarina · 9 years ago
  23. d796bf7 Send DBus signals synchronously if called from the DBusTaskRunner by chirantan · 9 years ago
  24. da49a1a Fix memory leak in dbus::ObjectManager::RemoveInterface by avakulenko · 9 years ago
  25. 14eb150 dbus: Cancel pending calls when destroying ObjectProxy by hashimoto · 9 years ago
  26. b6084f5 Stop deleting ObjectProxy::OnPendingCallIsCompleteData manually by hashimoto · 9 years ago
  27. 95f7172 Enhance the DBus interface for peerd by dtapuska · 9 years ago
  28. d998f17 dbus: Missing signals race by dtapuska · 10 years ago
  29. 7f5750d Standardize usage of virtual/override/final specifiers in dbus/. by dcheng · 10 years ago
  30. bc06db4 Fix some override usage in dbus/ by dmichael · 10 years ago
  31. 76b0cff Exit chrome when dbus-daemon crashes by hashimoto · 10 years ago
  32. 46be6e9 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 10 years ago
  33. fa3ca12 change OVERRIDE to override in dbus/object_manager.h in comment by mostynb · 10 years ago
  34. e3c8baa Replacing the OVERRIDE with override and FINAL with final in /src/dbus by anujk.sharma · 10 years ago
  35. 2887219 Move inline som functions ScopedDBusError into a .cc file by avakulenko · 10 years ago
  36. 1d8962b Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods by avakulenko · 10 years ago
  37. f2e1635 dbus: Introduce util_unittest.cc by armansito · 10 years ago
  38. f436464 dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 10 years ago
  39. 64401d7 Plug some of the leaks in dbus_unittests. by earthdok · 10 years ago
  40. 9f30552 Disable slow SignalSenderVerificationTest.TestSignalRejected by Paweł Hajdan, Jr · 10 years ago
  41. befafc8 Undo a rename of dbus::Message::GetSignature. by benchan · 10 years ago
  42. 464afff Add a GetSignature() method to dbus::MessageReader. by benchan · 10 years ago
  43. c415c48 Reduce DBus ObjectUnknown ERROR to WARNING by stevenjb@chromium.org · 10 years ago
  44. b2e3f8c don't pretend to support dbus on windows in dbus_export.h by mostynb@opera.com · 10 years ago
  45. 4d98e82 dbus: don't add attributes in extern template class specialization by mostynb@opera.com · 10 years ago
  46. 1dc2943 [DBus] Explicitly instantiate dbusProperty variant by tzik@chromium.org · 10 years ago
  47. fa639cc Clean up Chrome OS WARNING spam by stevenjb@chromium.org · 10 years ago
  48. 57fd8b1 Revert of [DBus] Explicitly instantiate dbus::Property variants (https://codereview.chromium.org/354553002/) by tzik@chromium.org · 10 years ago
  49. 561863d [DBus] Explicitly instantiate dbus::Property variants by tzik@chromium.org · 10 years ago
  50. 966a0bb Remove PlatformFile from dbus/file_descriptor by rvargas@chromium.org · 10 years ago
  51. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  52. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  53. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 10 years ago
  54. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 10 years ago
  55. 11e1274 dbus: Add template specialization for Property<vector<uint8> >. by armansito@chromium.org · 10 years ago
  56. 40b05ba dbus: Handle NameOwnerChanged in ObjectManager by keybuk@chromium.org · 10 years ago
  57. 2bf9e5c chromeos: Make dbus::MessageReader memory ownership explicit by derat@chromium.org · 10 years ago
  58. 49e0bc7 dbus: Add comments about the right way to expose methods by satorux@chromium.org · 11 years ago
  59. fb3930a dbus: Always return "not yet handled" for signals by hashimoto@chromium.org · 11 years ago
  60. dd31b05 Run dbus_unittests serially. by phajdan.jr@chromium.org · 11 years ago
  61. 1f044f3 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by brettw@chromium.org · 11 years ago
  62. b53cfb3 Track active references in ShillClientHelper (Take 3) by stevenjb@chromium.org · 11 years ago
  63. 7893821 Revert 227100 "Track active references in ShillClientHelper (Tak..." by stevenjb@chromium.org · 11 years ago
  64. 28452d5 Track active references in ShillClientHelper (Take 2) by stevenjb@chromium.org · 11 years ago
  65. ed26809 dbus: Add ObjectProxy::WaitForServiceToBeAvailable() by hashimoto@chromium.org · 11 years ago
  66. 4f3851c dbus: Stop accessing ObjectProxy::name_owner_changed_callback_ on the D-Bus thread by hashimoto@chromium.org · 11 years ago
  67. ce5c615 dbus: Rewrite ObjectProxy::ConnectToSignal with PostTaskAndReplyWithResult by hashimoto@chromium.org · 11 years ago
  68. 955f648 dbus: Replace PostTaskTo*Thread methods with Get*TaskRunner by hashimoto@chromium.org · 11 years ago
  69. 1bcc0b7 Revert 224179 "Track active references in ShillClientHelper" by kkania@chromium.org · 11 years ago
  70. 92b43c4 Track active references in ShillClientHelper by stevenjb@chromium.org · 11 years ago
  71. 9b1f85d dbus: Suppress NameHasNoOwner errors when connecting to signals by satorux@chromium.org · 11 years ago
  72. 989857e Allow Chromium's DBus service ownership to be stealable by cmasone@chromium.org · 11 years ago
  73. f3b469a c++11 ud suffix fixes for cros dbus files by thakis@chromium.org · 11 years ago
  74. 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
  75. afae899 Make "Ignoring DBusStatistics::AddStat" a DVLOG instead of DLOG(WARNING) by posciak@chromium.org · 11 years ago
  76. 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
  77. 66c0f91 Use a direct include of strings headers, delete some strings forwarding headers. by avi@chromium.org · 11 years ago
  78. 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
  79. ffcdb95 Use a direct include of strings headers in crypto/, dbus/, device/. by avi@chromium.org · 11 years ago
  80. c2482f1 Linux/CrOS: Listen for mtpd service owner change events and communicate with the new service owner. by thestig@chromium.org · 11 years ago
  81. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  82. c5cb859 Update dbus/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  83. 493b0ea DBus: Reverse error suppression logic from r198328. by thestig@chromium.org · 11 years ago
  84. 4a1f956 dbus: adding PostTaskToDBusThreadAndReply by haruki@chromium.org · 11 years ago
  85. 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
  86. 0a2b25e Warn on missing OVERRIDE/virtual everywhere, not just in header files. by rsleevi@chromium.org · 11 years ago
  87. dff6b13 dbus: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  88. 3758ad9 Revert r196352 "dbus: Add FakeBus" by oshima@chromium.org · 11 years ago
  89. c583d75 dbus: Add FakeBus by haruki@chromium.org · 11 years ago
  90. c1944c6 D-Bus: notify properties changed from fakes by keybuk@chromium.org · 11 years ago
  91. 2594a71 D-Bus: allow multiple signal handlers for a signal by keybuk@chromium.org · 11 years ago
  92. 0eed10b Update the remaining include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  93. d8ba24c Adding PrintTo of ObjectPath. by pneubeck@chromium.org · 11 years ago
  94. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  95. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  96. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  97. 0971501 Support D-Bus Object Manager by keybuk@chromium.org · 11 years ago
  98. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 11 years ago
  99. 7881e42 Connect SparseHistogram with the rest of stats system by kaiwang@chromium.org · 11 years ago
  100. 074b1db DBus: Use TaskRunners instead of MessageLoopProxies. by thestig@chromium.org · 11 years ago