Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
5341219a835e2cab6b4493fd164cde281916d3cb
/
ndn-cpp
/
encoding
/
wire-format.cpp
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (97%) from ndn-cpp/encoding/WireFormat.cpp]
1a1312d
Don't use the shared_ptr initialDefaultWireFormat_. Use gotInitialDefaultWireFormat instead.
by Jeff Thompson
· 11 years ago
535f21a
Make getDefaultWireFormat call newInitialDefaultWireFormat if needed, instead of relying on a static initializer.
by Jeff Thompson
· 11 years ago
a2c853c
Don't need to include BinaryXMLWireFormat.hpp
by Jeff Thompson
· 11 years ago
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
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
47eecfc
Change all copyright notices to refer to file COPYING
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