Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
9cc4be4aebf1916df3db4976e10d035a327ab345
/
ndn-cpp
/
encoding
/
binary-xml-wire-format.hpp
990599b
Added support for ForwardingEntry.
by Jeff Thompson
· 11 years ago
c87f39a
In WireFormat encodeData and decodeData, added args for signedFieldsBeginOffset and signedFieldsEndOffset.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to 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
[Renamed (95%) from ndn-cpp/encoding/BinaryXMLWireFormat.hpp]
fa181ac
Implement static default WireFormat, and initialize to BinaryXmlWireFormat
by Jeff Thompson
· 11 years ago
56ec9e2
Major update to rename ContentObject to Data everywhere.
by Jeff Thompson
· 11 years ago
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
a234d5d
In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire.
by Jeff Thompson
· 11 years ago
5cae5e5
Added support for ContentObject
by Jeff Thompson
· 11 years ago
d345a5b
Use const where possible.
by Jeff Thompson
· 11 years ago
214c7be
Implement encodeInterest.
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
7c30eda
Added decodeInterest.
by Jeff Thompson
· 11 years ago
1f3f517
Implement name encoding.
by Jeff Thompson
· 11 years ago
9884883
Comment out override methods until we implement them.
by Jeff Thompson
· 11 years ago
4238071
Make decode take unsigned char *input, unsigned int inputLength
by Jeff Thompson
· 11 years ago
9c41dfe
Use separate WireFormat class to handle encoding Name, Interest, etc.
by Jeff Thompson
· 11 years ago