1. 5d15ab58 Undo a rename of dbus::Message::GetSignature. by benchan · 11 years ago
  2. d2c6ebe Add a GetSignature() method to dbus::MessageReader. by benchan · 11 years ago
  3. 52796541 Move IsStringUTF8/ASCII to base namespace by [email protected] · 11 years ago
  4. bd6fc2f Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by [email protected] · 11 years ago
  5. b75d4ba Move IsStringASCII/UTF8 to base namespace. by [email protected] · 11 years ago
  6. 38715910e chromeos: Make dbus::MessageReader memory ownership explicit by [email protected] · 11 years ago
  7. 466c986 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by [email protected] · 12 years ago
  8. 69226d7 c++11 ud suffix fixes for cros dbus files by [email protected] · 12 years ago
  9. 2a57ca64 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 [email protected] · 12 years ago
  10. 0d8db08 Use a direct include of strings headers in crypto/, dbus/, device/. by [email protected] · 12 years ago
  11. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  12. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  13. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  14. 9b25d45 Code cleaning: Uses scoped_ptr<> to express ownership rather than writing ownership in comments. by [email protected] · 13 years ago
  15. d8961a2 Linux: fix header includes for system protobuf. by [email protected] · 13 years ago
  16. 73c7151 Expose functionality to tests. by [email protected] · 13 years ago
  17. c418546 Revert 148351 - Make dbus file descriptor check dynamic by [email protected] · 13 years ago
  18. 49cdf6e Make dbus file descriptor check dynamic by [email protected] · 13 years ago
  19. 6df1b959 dbus: Truncate strings in dbus::Message::ToString() if too long by [email protected] · 13 years ago
  20. 43fa5b8 Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath by [email protected] · 13 years ago
  21. ca72ff2 Change setters of dbus::Message to return false instead of aborting on errors by [email protected] · 13 years ago
  22. 8bd4a46d dbus: revamp fd passing support for i/o restrictions by [email protected] · 13 years ago
  23. e146bfc dbus: add support for passing file descriptors by [email protected] · 13 years ago
  24. 7533518e dbus: fix base class of ErrorResponse by [email protected] · 13 years ago
  25. 216ed0b dbus: add ObjectPath type by [email protected] · 14 years ago
  26. 02743b7 Revert 121920 - dbus: add ObjectPath type by [email protected] · 14 years ago
  27. bc1b18e dbus: add ObjectPath type by [email protected] · 14 years ago
  28. 269508f Coverity: Initialize member variables. by [email protected] · 14 years ago
  29. c033c508 Adding support for sending/receiving proto bufs to dbus library. by [email protected] · 14 years ago
  30. 9400ff8 chrome: dbus: add default MessageReader constructor by [email protected] · 14 years ago
  31. 3ed0626 dbus: Fix a bug where we rejected an empty array in PopArrayOfBytes() by [email protected] · 14 years ago
  32. 8bc83fd Linux: add two new DBus client library utility functions, to be used by KWallet. by [email protected] · 14 years ago
  33. 06ead87 Fix design shortcomings in Message classes. by [email protected] · 14 years ago
  34. 3beaaa4e Add support for sending and receiving D-Bus signals. by [email protected] · 14 years ago
  35. 090d8e51 Add AppendArrayOfObjectPaths, which was missing. by [email protected] · 14 years ago
  36. 9cce2d3 Add utility functions to Message classes. by [email protected] · 14 years ago
  37. 52e3f6a Fix subtle memory issues detected by valgrind. by [email protected] · 14 years ago
  38. a9e9149 Implement classes used for manipulating D-Bus messages. by [email protected] · 14 years ago