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-key.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. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  4. 860b0ae Fix bug in encodeBinaryXmlKeyLocator for checking type. by Jeff Thompson · 11 years ago
  5. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  6. 1cf72e9 If KeyLocator is a KeyName, allow the key name data to be omitted. by Jeff Thompson · 11 years ago
  7. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  8. 63d0269 Renamed KeyLocator keyOrCertificate to keyData by Jeff Thompson · 11 years ago
  9. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  10. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  11. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  12. 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/BinaryXMLKey.c]
  13. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  14. 46c0651 In decodeBinaryXMLKeyLocator, skip over the KeyName by Jeff Thompson · 11 years ago
  15. 9915bdd Added BinaryXMLKey by Jeff Thompson · 11 years ago