1. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (93%) from ndn-cpp/encoding/BinaryXMLWireFormat.cpp]
  2. fa181ac Implement static default WireFormat, and initialize to BinaryXmlWireFormat by Jeff Thompson · 11 years ago
  3. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  4. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  5. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  6. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  7. 430a77a Added class BinaryXMLDecoder by Jeff Thompson · 11 years ago
  8. 0adcbea Change BinaryXMLEncoder to extend ndn_BinaryXMLEncoder by Jeff Thompson · 11 years ago
  9. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  10. f084ec6 Implement interest Exclude. by Jeff Thompson · 11 years ago
  11. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  12. 214c7be Implement encodeInterest. by Jeff Thompson · 11 years ago
  13. b0e4fad Use ndn_getErrorString when throwing the exception by Jeff Thompson · 11 years ago
  14. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  15. e2c232d Make ndn_decodeBinaryXMLName take the ndn_BinaryXMLDecoder. by Jeff Thompson · 11 years ago
  16. 7c30eda Added decodeInterest. by Jeff Thompson · 11 years ago
  17. 58d798f Added appendTo. by Jeff Thompson · 11 years ago
  18. a9874fa In encodeName, use insert to append to output. by Jeff Thompson · 11 years ago
  19. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  20. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago
  21. 4c89ad6 Added decodeName. by Jeff Thompson · 11 years ago
  22. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago