1. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  2. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  3. 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]
  4. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  5. edc2225 Added writeOptionalTimeMillisecondsDTagElement, which takes double milliseconds by Jeff Thompson · 11 years ago
  6. 9693d39 Added readOptionalTimeMillisecondsDTagElement by Jeff Thompson · 11 years ago
  7. 5553d99 Rename bigEndianToUnsignedInt to unsignedBigEndianToDouble. by Jeff Thompson · 11 years ago
  8. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  9. 45492a7 Added writeOptionalUnsignedDecimalIntDTagElement by Jeff Thompson · 11 years ago
  10. a8749a5 Added writeOptionalBlobDTagElement by Jeff Thompson · 11 years ago
  11. 033d7fd Added readOptionalBinaryDTagElement by Jeff Thompson · 11 years ago
  12. 5633c30 Added ndn_decodeOptionalBinaryXMLPublisherPublicKeyDigest by Jeff Thompson · 11 years ago
  13. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  14. 5e4a41e In encodeExclude, need return 0, not return. by Jeff Thompson · 11 years ago
  15. f084ec6 Implement interest Exclude. by Jeff Thompson · 11 years ago
  16. 06f824a Implement encodeBinaryXMLInterest. by Jeff Thompson · 11 years ago
  17. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  18. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  19. 2255290 Implement ndn_decodeBinaryXMLInterest (except for Exclude) by Jeff Thompson · 11 years ago
  20. b7f9556 Added Interest by Jeff Thompson · 11 years ago