1. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago
  2. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  3. 635f1b0 Interest: added constant for ANSWER_NO_CONTENT_STORE. by Jeff Thompson · 11 years ago
  4. 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
  5. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  6. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  7. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  8. ac9b2c8 Added ndn_Interest_matchesName. by Jeff Thompson · 11 years ago
  9. 3548a96 Added ndn_Exclude_matches. by Jeff Thompson · 11 years ago
  10. 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
  11. 2e0e088 Added ndn_Exclude_compareComponents. by Jeff Thompson · 11 years ago
  12. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  13. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/c/Interest.h]
  14. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  15. b825c63 Fix typo in doc comment. by Jeff Thompson · 11 years ago
  16. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  17. f084ec6 Implement interest Exclude. by Jeff Thompson · 11 years ago
  18. ba70f8c Added enum for ndn_Interest_CHILD_SELECTOR_LEFT, etc. by Jeff Thompson · 11 years ago
  19. f2e5e28 In structures, put minSuffixComponents before maxSuffixComponents by Jeff Thompson · 11 years ago
  20. 462618c In ndn_Interest_init, also initialize publisherPublicKeyDigestLength and nonceLength to 0. by Jeff Thompson · 11 years ago
  21. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  22. 88ab5dd Allow publisherPublicKeyDigestLength and nonceLength to mean "none" by Jeff Thompson · 11 years ago
  23. b7f9556 Added Interest by Jeff Thompson · 11 years ago