1. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  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. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  5. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  6. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  7. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  8. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  9. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (94%) from ndn-cpp/c/encoding/BinaryXMLName.c]
  10. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  11. 6874332 In decodeBinaryXMLName, need to initialize nComponents = 0 by Jeff Thompson · 11 years ago
  12. d6e8fa1 Added attribution to Meki by Jeff Thompson · 11 years ago
  13. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. 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. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  17. 1156ed1 Rename ndn_BinaryXMLDecoder_readDTag to ndn_BinaryXMLDecoder_readElementStartDTag by Jeff Thompson · 11 years ago
  18. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/encoding/BinaryXMLName.c]
  19. 333c446 Added decodeBinaryXMLName by Jeff Thompson · 11 years ago