1. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  2. e32dc5d In TimeMilliseconds functions, rename the argument to milliseconds by Jeff Thompson · 11 years ago
  3. 9693d39 Added readOptionalTimeMillisecondsDTagElement by Jeff Thompson · 11 years ago
  4. 5553d99 Rename bigEndianToUnsignedInt to unsignedBigEndianToDouble. by Jeff Thompson · 11 years ago
  5. 033d7fd Added readOptionalBinaryDTagElement by Jeff Thompson · 11 years ago
  6. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  7. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  8. 5abaaca Added bigEndianToUnsignedInt by Jeff Thompson · 11 years ago
  9. 167ca5a checkpoint after adding readOptionalUnsignedIntegerDTagElement by Jeff Thompson · 11 years ago
  10. 1156ed1 Rename ndn_BinaryXMLDecoder_readDTag to ndn_BinaryXMLDecoder_readElementStartDTag by Jeff Thompson · 11 years ago
  11. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/encoding/BinaryXMLDecoder.h]
  12. 38cbd57 Change decodeTypeAndVal to return an error if the first octet is 0. by Jeff Thompson · 11 years ago
  13. b4ee400 Added readBinaryDTagElement by Jeff Thompson · 11 years ago
  14. 74ab081 Added readElementClose and peekDTag by Jeff Thompson · 11 years ago
  15. 179d050 Added ndn_BinaryXMLDecoder_readDTag by Jeff Thompson · 11 years ago
  16. d6f1328 For compatibility with old C compilers, don't use const in C code. by Jeff Thompson · 11 years ago
  17. 6c9b651 Fix code style by Jeff Thompson · 11 years ago
  18. 5d89cb9 Make ndn_BinaryXMLDecoder_init static inline. by Jeff Thompson · 11 years ago
  19. f731669 Rename inputLen to inputLength by Jeff Thompson · 11 years ago
  20. 76317aa Added initial C-based BinaryXMLDecoder by Jeff Thompson · 11 years ago