Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
06f4107f7480719c2f3e20720289adbfccfb7654
/
ndn-cpp
/
c
/
encoding
/
binary-xml-interest.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
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
38d0e08
Change the ExcludeEntry to use a name component directly.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
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
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (97%) from ndn-cpp/c/encoding/BinaryXMLInterest.c]
f0fea00
Code style: Rename BinaryXML to BinaryXml
by Jeff Thompson
· 11 years ago
edc2225
Added writeOptionalTimeMillisecondsDTagElement, which takes double milliseconds
by Jeff Thompson
· 11 years ago
9693d39
Added readOptionalTimeMillisecondsDTagElement
by Jeff Thompson
· 11 years ago
5553d99
Rename bigEndianToUnsignedInt to unsignedBigEndianToDouble.
by Jeff Thompson
· 11 years ago
5a5e8b7
Rename interestLifetime to interestLifetimeMilliseconds and make it a double
by Jeff Thompson
· 11 years ago
45492a7
Added writeOptionalUnsignedDecimalIntDTagElement
by Jeff Thompson
· 11 years ago
a8749a5
Added writeOptionalBlobDTagElement
by Jeff Thompson
· 11 years ago
033d7fd
Added readOptionalBinaryDTagElement
by Jeff Thompson
· 11 years ago
5633c30
Added ndn_decodeOptionalBinaryXMLPublisherPublicKeyDigest
by Jeff Thompson
· 11 years ago
8238d00
Added separate PublishPublicKeyDigest and use in Interest.
by Jeff Thompson
· 11 years ago
5e4a41e
In encodeExclude, need return 0, not return.
by Jeff Thompson
· 11 years ago
f084ec6
Implement interest Exclude.
by Jeff Thompson
· 11 years ago
06f824a
Implement encodeBinaryXMLInterest.
by Jeff Thompson
· 11 years ago
8b66600
Change all C code to return ndn_Error enum instead of char * error string.
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
2255290
Implement ndn_decodeBinaryXMLInterest (except for Exclude)
by Jeff Thompson
· 11 years ago
b7f9556
Added Interest
by Jeff Thompson
· 11 years ago