Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
145e2250735d7053fa775290d5388c59389cfc6b
/
ndn-cpp
/
c
/
encoding
/
binary-xml-encoder.c
214c26f
Added writeUData, writeUDataDTagElement and writeOptionalUDataDTagElement
by Jeff Thompson
· 11 years ago
62d8d8f
In splitAbsDouble, comment that the value is rounded to an integer.
by Jeff Thompson
· 11 years ago
c978a7b
In ndn_BinaryXmlEncoder_init, take a pointer to an existing ndn_DynamicUCharArray.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
b123be6
Fix bug in reverseBufferAndInsertHeader: need to use the passed-in type, not hard-coded UDATA.
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 (99%) from ndn-cpp/c/encoding/BinaryXMLEncoder.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
1cb79eb
Change insertHeader to reverseBufferAndInsertHeader to avoid unnecessary copying
by Jeff Thompson
· 11 years ago
a259cc4
Added writeUnsignedIntBigEndianBlob.
by Jeff Thompson
· 11 years ago
e5b37a5
Added attribution to Meki.
by Jeff Thompson
· 11 years ago
5b696e0
Added writeUnsignedDecimalIntDTagElement
by Jeff Thompson
· 11 years ago
e227689
Added ndn_BinaryXMLEncoder_writeUnsignedDecimalInt
by Jeff Thompson
· 11 years ago
2c1d921
Added writeUnsignedDecimalInt.
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
5a98483
Implement writeElementStartDTag, writeBlobDTagElement, etc.
by Jeff Thompson
· 11 years ago
6cb56f9
Move C code into ndn-cpp/c
by Jeff Thompson
· 11 years ago
[Renamed from ndn-cpp/encoding/BinaryXMLEncoder.c]
433e6da
Implement encodeTypeAndValue
by Jeff Thompson
· 11 years ago
590b869
Added getNEncodingBytes
by Jeff Thompson
· 11 years ago
c896365
Added initial BinaryXMLEncoder
by Jeff Thompson
· 11 years ago