1. 6d59197 Data and IdentityCertificate: Make Data::setName virtual so that IdentityCertificate::setName is sure to validate the name. by Jeff Thompson · 11 years ago
  2. 25bfdca Data: add a copy constructor and assignment operator to clone the signature pointer. by Jeff Thompson · 11 years ago
  3. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago
  4. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  5. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  6. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  7. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  8. 3352fc2 Cody style for pointers. by Jeff Thompson · 11 years ago
  9. b7aefa00 Make Data wireEncode and wireDecode set the wireEncoding_, and setter functions clear it. by Jeff Thompson · 11 years ago
  10. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  11. 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
  12. 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
  13. 145e225 Change type of ndn_MetaInfo.finalBlockID to struct ndn_NameComponent. by Jeff Thompson · 11 years ago
  14. 85db6d7 Make MetaInfo.finalBlockID a Name::Component. by Jeff Thompson · 11 years ago
  15. 0899c0f Make Data content_ use a Blob. by Jeff Thompson · 11 years ago
  16. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  17. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  18. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  19. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (75%) from ndn-cpp/ContentObject.cpp]
  20. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  21. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago