1. 76f3652 dbus: Clang format files by Abhishek Bhardwaj · 6 years ago
  2. 9b8647c Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  3. bd836f1 Replace base::DoubleToString with base::NumberToString. by Brett Wilson · 7 years ago
  4. 635e890 Run clang-tidy modernize-use-equals-{delete,default} on //dbus by Chris Watkins · 7 years ago
  5. 30ac237 dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  6. 1f025e6 Use more C++11 code in dbus/. by Hidehiko Abe · 7 years ago
  7. 4afa8ba Remove usage of USE_SYSTEM_PROTOBUF by thomasanderson · 7 years ago
  8. 6550fcf dbus: Remove dbus::FileDescriptor by hashimoto · 8 years ago
  9. dac22fb No dbus::FileDescriptor in DebugDaemonClient by hashimoto · 8 years ago
  10. 30c5a17 Convert //dbus from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  11. ef0f837 dbus changes: add SetGlobalOutputChannelRemix support by warx · 8 years ago
  12. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  13. 0ad0ce0 Switch to standard integer types in dbus/. by avi · 9 years ago
  14. 1bd48b9 IntToString() signedness fixes for //dbus by ricea · 9 years ago
  15. 6d265ec Replace StringPrintf("%d", ...) with IntToString() by ricea · 9 years ago
  16. befafc8 Undo a rename of dbus::Message::GetSignature. by benchan · 10 years ago
  17. 464afff Add a GetSignature() method to dbus::MessageReader. by benchan · 10 years ago
  18. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  19. 9339740 Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by brettw@chromium.org · 10 years ago
  20. 150baa7 Move IsStringASCII/UTF8 to base namespace. by brettw@chromium.org · 10 years ago
  21. 2bf9e5c chromeos: Make dbus::MessageReader memory ownership explicit by derat@chromium.org · 10 years ago
  22. 1f044f3 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by brettw@chromium.org · 11 years ago
  23. f3b469a c++11 ud suffix fixes for cros dbus files by thakis@chromium.org · 11 years ago
  24. 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
  25. ffcdb95 Use a direct include of strings headers in crypto/, dbus/, device/. by avi@chromium.org · 11 years ago
  26. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  27. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  28. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  29. d4eedf8 Code cleaning: Uses scoped_ptr<> to express ownership rather than writing ownership in comments. by yuki@chromium.org · 11 years ago
  30. 8376498 Linux: fix header includes for system protobuf. by phajdan.jr@chromium.org · 12 years ago
  31. b8ebdc6 Expose functionality to tests. by davemoore@chromium.org · 12 years ago
  32. 1253448 Revert 148351 - Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  33. ef04122 Make dbus file descriptor check dynamic by davemoore@chromium.org · 12 years ago
  34. 6a7aa37 dbus: Truncate strings in dbus::Message::ToString() if too long by satorux@chromium.org · 12 years ago
  35. 5fdbcf7 Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath by hashimoto@chromium.org · 12 years ago
  36. b030551 Change setters of dbus::Message to return false instead of aborting on errors by hashimoto@chromium.org · 12 years ago
  37. 48d575f dbus: revamp fd passing support for i/o restrictions by sleffler@chromium.org · 12 years ago
  38. 22fab40 dbus: add support for passing file descriptors by sleffler@chromium.org · 12 years ago
  39. b21d2b7 dbus: fix base class of ErrorResponse by keybuk@chromium.org · 12 years ago
  40. bf4649a dbus: add ObjectPath type by keybuk@google.com · 12 years ago
  41. 88091bc Revert 121920 - dbus: add ObjectPath type by dpapad@chromium.org · 12 years ago
  42. 9e422bd dbus: add ObjectPath type by keybuk@chromium.org · 12 years ago
  43. 69bde42 Coverity: Initialize member variables. by jhawkins@chromium.org · 12 years ago
  44. 3d53035 Adding support for sending/receiving proto bufs to dbus library. by rharrison@chromium.org · 12 years ago
  45. e34b29e chrome: dbus: add default MessageReader constructor by keybuk@chromium.org · 12 years ago
  46. 39a0d9b dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() by satorux@chromium.org · 13 years ago
  47. 3d2baf0 Linux: add two new DBus client library utility functions, to be used by KWallet. by mdm@chromium.org · 13 years ago
  48. ffa83a9 Fix design shortcomings in Message classes. by satorux@chromium.org · 13 years ago
  49. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  50. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  51. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago
  52. a566a2c Fix subtle memory issues detected by valgrind. by satorux@chromium.org · 13 years ago
  53. b684e27 Implement classes used for manipulating D-Bus messages. by satorux@chromium.org · 13 years ago