Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
93034539579bccd25ebb3aa78ab9d8776b9ac3cc
/
ndn-cpp
/
c
/
encoding
/
binary-xml-data.c
9303453
Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob.
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
9c66170
Rename signed fields to signed portion
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
145e225
Change type of ndn_MetaInfo.finalBlockID to struct ndn_NameComponent.
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
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
7ed3e27
Implement encoding/decoding SignedInfo content Type.
by Jeff Thompson
· 11 years ago
ae8a6f8
FIx bug in ndn_encodeBinaryXmlData: need to return error for an error, not success.
by Jeff Thompson
· 11 years ago
7329a13
In KeyLocator, added support for KeyName.
by Jeff Thompson
· 11 years ago
2d4698a
In ndn_decodeBinaryXmlData, added signedFieldsBeginOffset and signedFieldsEndOffset.
by Jeff Thompson
· 11 years ago
aa02071
In ndn_encodeBinaryXmlData, return signedFieldsBeginOffset and signedFieldsEndOffset
by Jeff Thompson
· 11 years ago
adaf923
To avoid warnings on some compilers, return NDN_ERROR_success instead of 0.
by Jeff Thompson
· 11 years ago
94ddc27
To avoid warnings on some compilers added extra parens to if ((error = func()))
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
968c197
Fix bug in encodeSignedInfo: Need return 0.
by Jeff Thompson
· 11 years ago
56ec9e2
Major update to rename ContentObject to Data everywhere.
by Jeff Thompson
· 11 years ago
[Renamed (85%) from ndn-cpp/c/encoding/BinaryXMLContentObject.c]
f0fea00
Code style: Rename BinaryXML to BinaryXml
by Jeff Thompson
· 11 years ago
2bcece3
In encodeSignedInfo, implement timestamp
by Jeff Thompson
· 11 years ago
210b92f
Implement timestampMilliseconds
by Jeff Thompson
· 11 years ago
de6fc6a
Implemented encode and decodeBinaryXMLContentObject
by Jeff Thompson
· 11 years ago
4069ce9
Added encode and decode stubs. Need to implement.
by Jeff Thompson
· 11 years ago