1. 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
  2. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  3. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  4. 9c66170 Rename signed fields to signed portion by Jeff Thompson · 11 years ago
  5. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  6. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  7. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  8. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  9. 990599b Added support for ForwardingEntry. by Jeff Thompson · 11 years ago
  10. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  11. c87f39a In WireFormat encodeData and decodeData, added args for signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  12. 2d4698a In ndn_decodeBinaryXmlData, added signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  13. aa02071 In ndn_encodeBinaryXmlData, return signedFieldsBeginOffset and signedFieldsEndOffset by Jeff Thompson · 11 years ago
  14. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  15. 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]
  16. fa181ac Implement static default WireFormat, and initialize to BinaryXmlWireFormat by Jeff Thompson · 11 years ago
  17. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  18. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  19. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  20. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  21. 430a77a Added class BinaryXMLDecoder by Jeff Thompson · 11 years ago
  22. 0adcbea Change BinaryXMLEncoder to extend ndn_BinaryXMLEncoder by Jeff Thompson · 11 years ago
  23. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  24. f084ec6 Implement interest Exclude. by Jeff Thompson · 11 years ago
  25. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  26. 214c7be Implement encodeInterest. by Jeff Thompson · 11 years ago
  27. b0e4fad Use ndn_getErrorString when throwing the exception by Jeff Thompson · 11 years ago
  28. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  29. e2c232d Make ndn_decodeBinaryXMLName take the ndn_BinaryXMLDecoder. by Jeff Thompson · 11 years ago
  30. 7c30eda Added decodeInterest. by Jeff Thompson · 11 years ago
  31. 58d798f Added appendTo. by Jeff Thompson · 11 years ago
  32. a9874fa In encodeName, use insert to append to output. by Jeff Thompson · 11 years ago
  33. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  34. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago
  35. 4c89ad6 Added decodeName. by Jeff Thompson · 11 years ago
  36. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago