1. a948a62 Update dbus_statistics to use C++11 more effectively, remove obsolete stl_util use. by avi · 8 years ago
  2. 90fd20c bluetooth: Expose service data from BlueZ by puthik · 8 years ago
  3. 9f6266c dbus: Mock MockObjectProxy::SetNameOwnerChangedCallback(). by derat · 8 years ago
  4. 6550fcf dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  5. 4ad0b68 dbus: Make ObjectManager get objects after service is ready. by derat · 8 years ago
  6. 1a4a2e5 dbus: Rewrite ObjectProxy::CallMethodWithErrorCallback's comment by hashimoto · 8 years ago
  7. 702ec85 Remove GYP files from some smaller toplevel dirs. by brettw · 8 years ago
  8. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  9. dac22fb No dbus::FileDescriptor in DebugDaemonClient by hashimoto · 8 years ago
  10. 5f4ec70 chromeos: Avoid org.neard.Manager D-Bus log spam. by derat · 8 years ago
  11. af1e712 dbus: Use stl utilities from the base namespace by skyostil · 8 years ago
  12. 05e85b3 Improve dbus::ObjectProxy::WaitForServiceToBeAvailable docs. by derat · 8 years ago
  13. d34de9b Use ThreadTaskRunnerHandle::Get() in dbus. by fdoray · 8 years ago
  14. 7219b06 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  15. 340e3eb Remove base/move.h by dcheng · 8 years ago
  16. 7c7fa42 Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ ) by tzik · 8 years ago
  17. d9f786e Remove base/move.h by dcheng · 8 years ago
  18. ef1ad82 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus by dcheng · 8 years ago
  19. d7e26bc Migrate WaitableEvent to enum-based constructor in dbus/ by gab · 8 years ago
  20. 6ad83f3 Change PopDataAsValue to return a std::unique_ptr. by dcheng · 8 years ago
  21. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  22. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  23. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  24. ef0f837 dbus changes: add SetGlobalOutputChannelRemix support by warx · 8 years ago
  25. 5dc27f9 Remove logging::LogAtLevel and rewrite its sole caller. by jbroman · 9 years ago
  26. 07a9c42 dbus: Run dbus_unittests parallelly by hashimoto · 9 years ago
  27. f4a4c0d dbus: Use randomly generated string as a TestService's service name by hashimoto · 9 years ago
  28. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  29. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  30. b42e7e3 Run dbus_unittests serially. by thestig · 9 years ago
  31. 5a983bb Remove the NoAtExitBaseTestSuite anti-pattern. by jam · 9 years ago
  32. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  33. a91b3d3 Fix documentation for ObjectProxy::ConnectToSignal() by quiche · 9 years ago
  34. 80f2716 dbus: add support for synchronous PropertySet::Get by nywang · 9 years ago
  35. f119681 libchrome: add support for synchronous PropertySet::Set to dbus by nywang · 9 years ago
  36. 1bd48b9 IntToString() signedness fixes for //dbus by ricea · 9 years ago
  37. 52b3072 Export various dbus::Property template specializations. by dcheng · 9 years ago
  38. cff3883 Revert of Export various dbus::Property template specializations. (patchset #2 id:20001 of https://codereview.chromium.org/1339763003/ ) by spang · 9 years ago
  39. 929524b Export various dbus::Property template specializations. by Daniel Cheng · 9 years ago
  40. 4847a84 Explicitly set test_proto.proto's syntax. by thakis · 9 years ago
  41. 7838f5f dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectManager by satorux · 9 years ago
  42. ad74306 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  43. 3f868a4 dbus: Add missing destructors to Property and PropertyBase. by derat · 9 years ago
  44. 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
  45. 802d8f1 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  46. a84d25f dbus: expose bus connection unique name by zqiu · 9 years ago
  47. 6d265ec Replace StringPrintf("%d", ...) with IntToString() by ricea · 9 years ago
  48. 0a19be3 Don't attempt to validate invalid DBus-passed file descriptors. by reillyg · 9 years ago
  49. b80ae93 Remove unnecessary message_loop_proxy.h includes by skyostil · 9 years ago
  50. e5a8dc4 Migrate callers of message_loop_proxy() to task_runner() by skyostil · 9 years ago
  51. 8ecec01 Move EndsWith to base namespace. by brettw · 9 years ago
  52. 51bf92a Move StartsWith[ASCII] to base namespace. by brettw · 9 years ago
  53. 41176c5 Make dbus::FileDescriptor a Pass()-movable type. by reillyg · 9 years ago
  54. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  55. 77e73fc Implement invalidation of Dbus properties by jpawlowski · 9 years ago
  56. 54c7c08 Re-land Move ScopedFileDescriptor to dbus/file_descriptor.h by cmasone · 9 years ago
  57. 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
  58. 6c1e1df Move ScopedFileDescriptor to dbus/file_descriptor.h by cmasone · 9 years ago
  59. acb4c7e dbus/values_util_unittest.cc: use sqrt from cmath by Hans Wennborg · 9 years ago
  60. 8b1a88a Removed obsolete float_util.h as VS2013 supports standards well enough. by mateuszs · 9 years ago
  61. 48b869d Update {virtual,override} to follow C++11 style in dbus. by nick · 9 years ago
  62. 22cc81a dbus: Use INT64_C macro from stdint.h. by tfarina · 9 years ago
  63. d796bf7 Send DBus signals synchronously if called from the DBusTaskRunner by chirantan · 9 years ago
  64. da49a1a Fix memory leak in dbus::ObjectManager::RemoveInterface by avakulenko · 9 years ago
  65. 14eb150 dbus: Cancel pending calls when destroying ObjectProxy by hashimoto · 9 years ago
  66. b6084f5 Stop deleting ObjectProxy::OnPendingCallIsCompleteData manually by hashimoto · 9 years ago
  67. 95f7172 Enhance the DBus interface for peerd by dtapuska · 9 years ago
  68. d998f17 dbus: Missing signals race by dtapuska · 10 years ago
  69. 7f5750d Standardize usage of virtual/override/final specifiers in dbus/. by dcheng · 10 years ago
  70. bc06db4 Fix some override usage in dbus/ by dmichael · 10 years ago
  71. 76b0cff Exit chrome when dbus-daemon crashes by hashimoto · 10 years ago
  72. 46be6e9 Remove dbus::ObjectProxy::filter_added_ by hashimoto · 10 years ago
  73. fa3ca12 change OVERRIDE to override in dbus/object_manager.h in comment by mostynb · 10 years ago
  74. e3c8baa Replacing the OVERRIDE with override and FINAL with final in /src/dbus by anujk.sharma · 10 years ago
  75. 2887219 Move inline som functions ScopedDBusError into a .cc file by avakulenko · 10 years ago
  76. 1d8962b Add ObjectProxy::CallMethodAndBlockWithErrorDetails methods by avakulenko · 10 years ago
  77. f2e1635 dbus: Introduce util_unittest.cc by armansito · 10 years ago
  78. f436464 dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. by armansito · 10 years ago
  79. 64401d7 Plug some of the leaks in dbus_unittests. by earthdok · 10 years ago
  80. 9f30552 Disable slow SignalSenderVerificationTest.TestSignalRejected by Paweł Hajdan, Jr · 10 years ago
  81. befafc8 Undo a rename of dbus::Message::GetSignature. by benchan · 10 years ago
  82. 464afff Add a GetSignature() method to dbus::MessageReader. by benchan · 10 years ago
  83. c415c48 Reduce DBus ObjectUnknown ERROR to WARNING by stevenjb@chromium.org · 10 years ago
  84. b2e3f8c don't pretend to support dbus on windows in dbus_export.h by mostynb@opera.com · 10 years ago
  85. 4d98e82 dbus: don't add attributes in extern template class specialization by mostynb@opera.com · 10 years ago
  86. 1dc2943 [DBus] Explicitly instantiate dbusProperty variant by tzik@chromium.org · 10 years ago
  87. fa639cc Clean up Chrome OS WARNING spam by stevenjb@chromium.org · 10 years ago
  88. 57fd8b1 Revert of [DBus] Explicitly instantiate dbus::Property variants (https://codereview.chromium.org/354553002/) by tzik@chromium.org · 10 years ago
  89. 561863d [DBus] Explicitly instantiate dbus::Property variants by tzik@chromium.org · 10 years ago
  90. 966a0bb Remove PlatformFile from dbus/file_descriptor by rvargas@chromium.org · 10 years ago
  91. 39d51b9 dbus/values_util.h: Add functions to append collection type values to message. by armansito@chromium.org · 10 years ago
  92. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  93. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 10 years ago
  94. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 10 years ago
  95. 11e1274 dbus: Add template specialization for Property<vector<uint8> >. by armansito@chromium.org · 10 years ago
  96. 40b05ba dbus: Handle NameOwnerChanged in ObjectManager by keybuk@chromium.org · 10 years ago
  97. 2bf9e5c chromeos: Make dbus::MessageReader memory ownership explicit by derat@chromium.org · 10 years ago
  98. 49e0bc7 dbus: Add comments about the right way to expose methods by satorux@chromium.org · 11 years ago
  99. fb3930a dbus: Always return "not yet handled" for signals by hashimoto@chromium.org · 11 years ago
  100. dd31b05 Run dbus_unittests serially. by phajdan.jr@chromium.org · 11 years ago