1. 0cd8c4a Update doc comments on setName and setMetaInfo. by Jeff Thompson · 11 years ago
  2. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  3. 20af073 Make Signature an abstract base class and added subclass Sha256WithRsaSignature. Change Data.signature to a pointer to a Signature. by Jeff Thompson · 11 years ago
  4. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  5. 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
  6. 6a51333 In Data.getContent, return Blob. by Jeff Thompson · 11 years ago
  7. 85db6d7 Make MetaInfo.finalBlockID a Name::Component. by Jeff Thompson · 11 years ago
  8. 0899c0f Make Data content_ use a Blob. by Jeff Thompson · 11 years ago
  9. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  10. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  11. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  12. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  13. d877635 Change SignedInfo type to use enum type ndn_ContentType by Jeff Thompson · 11 years ago
  14. 4962c62 Fix bug: getter methods for vectors should return a reference. by Jeff Thompson · 11 years ago
  15. f842d21 Added signature.clear by Jeff Thompson · 11 years ago
  16. 237fbc0 In Signature, getters for vector should return a reference. by Jeff Thompson · 11 years ago
  17. ac1b0ac Added non-const getters for vector members so they can be manipulated directly. by Jeff Thompson · 11 years ago
  18. f5dbd27 Added Data constructor with Name by Jeff Thompson · 11 years ago
  19. 46bd45f Added setter methods. by Jeff Thompson · 11 years ago
  20. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  21. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  22. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  23. f544701 In encode and decode with default WireFormat, use WireFormat::getDefaultWireFormat() by Jeff Thompson · 11 years ago
  24. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (82%) from ndn-cpp/ContentObject.hpp]
  25. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  26. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  27. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  28. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  29. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago