- f1ffba8 Data: Change the cached wireEncoding_ to defaultWireEncoding_ so we only cache an encoding using the default wire format. Change getWireEncoding() to getDefaultWireEncoding(). by Jeff Thompson · 11 years ago
- 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
- 6d59197 Data and IdentityCertificate: Make Data::setName virtual so that IdentityCertificate::setName is sure to validate the name. by Jeff Thompson · 11 years ago
- 25bfdca Data: add a copy constructor and assignment operator to clone the signature pointer. by Jeff Thompson · 11 years ago
- 63631b7 Data: Added version of setContent which takes a Blob. by Jeff Thompson · 11 years ago
- 70d0e46 MetaInfo: added setFinalBlockID that takes a Blob. by Jeff Thompson · 11 years ago
- c69163b security: Change to use IdentityCertificate instead of Certificate where needed. by Jeff Thompson · 11 years ago
- 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[Renamed (97%) from ndn-cpp/data.hpp]
- fd2a7ef documentation: Fix comment in Signature class. by Jeff Thompson · 11 years ago
- 1fe62d4 documentation: In Signature, fix typo in comment. by Jeff Thompson · 11 years ago
- 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
- 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
- b697c5d Added getWireEncoding. by Jeff Thompson · 11 years ago
- 3776d1c Move key.hpp to sha256-with-rsa-signature.hpp. by Jeff Thompson · 11 years ago
- 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
- 3352fc2 Cody style for pointers. by Jeff Thompson · 11 years ago
- b7aefa00 Make Data wireEncode and wireDecode set the wireEncoding_, and setter functions clear it. by Jeff Thompson · 11 years ago
- 0cd8c4a Update doc comments on setName and setMetaInfo. by Jeff Thompson · 11 years ago
- 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
- 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
- c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
- 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
- 6a51333 In Data.getContent, return Blob. by Jeff Thompson · 11 years ago
- 85db6d7 Make MetaInfo.finalBlockID a Name::Component. by Jeff Thompson · 11 years ago
- 0899c0f Make Data content_ use a Blob. by Jeff Thompson · 11 years ago
- a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
- f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
- fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
- 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
- d877635 Change SignedInfo type to use enum type ndn_ContentType by Jeff Thompson · 11 years ago
- 4962c62 Fix bug: getter methods for vectors should return a reference. by Jeff Thompson · 11 years ago
- f842d21 Added signature.clear by Jeff Thompson · 11 years ago
- 237fbc0 In Signature, getters for vector should return a reference. by Jeff Thompson · 11 years ago
- ac1b0ac Added non-const getters for vector members so they can be manipulated directly. by Jeff Thompson · 11 years ago
- f5dbd27 Added Data constructor with Name by Jeff Thompson · 11 years ago
- 46bd45f Added setter methods. by Jeff Thompson · 11 years ago
- a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
- 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
- 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
- f544701 In encode and decode with default WireFormat, use WireFormat::getDefaultWireFormat() by Jeff Thompson · 11 years ago
- 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (82%) from ndn-cpp/ContentObject.hpp]
- b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
- f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
- b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
- 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
- 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago