1. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (97%) from ndn-cpp/encoding/binary-xml-wire-format.hpp]
  2. 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
  3. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  4. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  5. 9c66170 Rename signed fields to signed portion by Jeff Thompson · 11 years ago
  6. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  7. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  8. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  9. 990599b Added support for ForwardingEntry. by Jeff Thompson · 11 years ago
  10. c87f39a In WireFormat encodeData and decodeData, added args for signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  11. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  12. 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]
  13. fa181ac Implement static default WireFormat, and initialize to BinaryXmlWireFormat by Jeff Thompson · 11 years ago
  14. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  15. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  16. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  17. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  18. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  19. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  20. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  21. 214c7be Implement encodeInterest. by Jeff Thompson · 11 years ago
  22. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  23. 7c30eda Added decodeInterest. by Jeff Thompson · 11 years ago
  24. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  25. 9884883 Comment out override methods until we implement them. by Jeff Thompson · 11 years ago
  26. 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
  27. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago