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. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  4. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  5. 38d0e08 Change the ExcludeEntry to use a name component directly. 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 (97%) from ndn-cpp/c/encoding/BinaryXMLInterest.c]
  10. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  11. edc2225 Added writeOptionalTimeMillisecondsDTagElement, which takes double milliseconds by Jeff Thompson · 11 years ago
  12. 9693d39 Added readOptionalTimeMillisecondsDTagElement by Jeff Thompson · 11 years ago
  13. 5553d99 Rename bigEndianToUnsignedInt to unsignedBigEndianToDouble. by Jeff Thompson · 11 years ago
  14. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  15. 45492a7 Added writeOptionalUnsignedDecimalIntDTagElement by Jeff Thompson · 11 years ago
  16. a8749a5 Added writeOptionalBlobDTagElement by Jeff Thompson · 11 years ago
  17. 033d7fd Added readOptionalBinaryDTagElement by Jeff Thompson · 11 years ago
  18. 5633c30 Added ndn_decodeOptionalBinaryXMLPublisherPublicKeyDigest by Jeff Thompson · 11 years ago
  19. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  20. 5e4a41e In encodeExclude, need return 0, not return. by Jeff Thompson · 11 years ago
  21. f084ec6 Implement interest Exclude. by Jeff Thompson · 11 years ago
  22. 06f824a Implement encodeBinaryXMLInterest. by Jeff Thompson · 11 years ago
  23. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  24. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  25. 2255290 Implement ndn_decodeBinaryXMLInterest (except for Exclude) by Jeff Thompson · 11 years ago
  26. b7f9556 Added Interest by Jeff Thompson · 11 years ago