1. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 12 years ago[Renamed from ndn-cpp/c/encoding/binary-xml-publisher-public-key-digest.c]
  2. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 12 years ago
  3. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 12 years ago
  4. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 12 years ago
  5. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 12 years ago
  6. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 12 years ago[Renamed (95%) from ndn-cpp/c/encoding/BinaryXMLPublisherPublicKeyDigest.c]
  7. 52331fa Fix bug in encodeBinaryXmlPublisherPublicKeyDigest: Need return 0. by Jeff Thompson · 12 years ago
  8. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 12 years ago
  9. 5633c30 Added ndn_decodeOptionalBinaryXMLPublisherPublicKeyDigest by Jeff Thompson · 12 years ago
  10. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 12 years ago