1. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/c/encoding/binary-xml-decoder.c]
  2. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  3. 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
  4. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. 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. 57be78e Added readOptionalUDataDTagElement 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. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  10. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (99%) from ndn-cpp/c/encoding/BinaryXMLDecoder.c]
  11. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  12. e32dc5d In TimeMilliseconds functions, rename the argument to milliseconds by Jeff Thompson · 11 years ago
  13. 9693d39 Added readOptionalTimeMillisecondsDTagElement by Jeff Thompson · 11 years ago
  14. 5553d99 Rename bigEndianToUnsignedInt to unsignedBigEndianToDouble. by Jeff Thompson · 11 years ago
  15. 033d7fd Added readOptionalBinaryDTagElement by Jeff Thompson · 11 years ago
  16. e5b37a5 Added attribution to Meki. by Jeff Thompson · 11 years ago
  17. 501606e Remove comment. by Jeff Thompson · 11 years ago
  18. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  19. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  20. 5abaaca Added bigEndianToUnsignedInt by Jeff Thompson · 11 years ago
  21. 167ca5a checkpoint after adding readOptionalUnsignedIntegerDTagElement by Jeff Thompson · 11 years ago
  22. 1156ed1 Rename ndn_BinaryXMLDecoder_readDTag to ndn_BinaryXMLDecoder_readElementStartDTag by Jeff Thompson · 11 years ago
  23. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/encoding/BinaryXMLDecoder.c]
  24. 6d17b6e In peekDTag, need to first check for an element close by Jeff Thompson · 11 years ago
  25. 38cbd57 Change decodeTypeAndVal to return an error if the first octet is 0. by Jeff Thompson · 11 years ago
  26. 04c0b6a Fix error strings by Jeff Thompson · 11 years ago
  27. b4ee400 Added readBinaryDTagElement by Jeff Thompson · 11 years ago
  28. 74ab081 Added readElementClose and peekDTag by Jeff Thompson · 11 years ago
  29. 179d050 Added ndn_BinaryXMLDecoder_readDTag by Jeff Thompson · 11 years ago
  30. d6f1328 For compatibility with old C compilers, don't use const in C code. by Jeff Thompson · 11 years ago
  31. f731669 Rename inputLen to inputLength by Jeff Thompson · 11 years ago
  32. 82222e8 Fix code style by Jeff Thompson · 11 years ago
  33. 76317aa Added initial C-based BinaryXMLDecoder by Jeff Thompson · 11 years ago