1. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  2. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  3. 990599b Added support for ForwardingEntry. by Jeff Thompson · 11 years ago
  4. 72fd81d Fix typo in comment. by Jeff Thompson · 11 years ago
  5. c87f39a In WireFormat encodeData and decodeData, added args for signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  6. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  7. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/encoding/WireFormat.hpp]
  8. 1a1312d Don't use the shared_ptr initialDefaultWireFormat_. Use gotInitialDefaultWireFormat instead. by Jeff Thompson · 11 years ago
  9. 535f21a Make getDefaultWireFormat call newInitialDefaultWireFormat if needed, instead of relying on a static initializer. by Jeff Thompson · 11 years ago
  10. fa181ac Implement static default WireFormat, and initialize to BinaryXmlWireFormat by Jeff Thompson · 11 years ago
  11. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  12. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  13. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  14. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  15. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  16. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  17. 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
  18. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago