1. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h 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. 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
  4. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  5. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  6. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  7. 8dc775b Added blob.h by Jeff Thompson · 11 years ago
  8. 3af7e79 Added C crypto.c for digestSha256 by Jeff Thompson · 11 years ago
  9. 2f0bd00 Fix bug in ndn_memcmp: need to return the result of memcmp. by Jeff Thompson · 11 years ago
  10. 8e2177b Fix bug in ndn_memcmp: need to call memcmp, not memcpy by Jeff Thompson · 11 years ago
  11. 9254d74 Make ndn_DynamicUCharArray realloc take a self pointer. by Jeff Thompson · 11 years ago
  12. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  13. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  14. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  15. f2349af Use NDN_ERROR_success instead of (ndn_Error)0 by Jeff Thompson · 11 years ago
  16. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  17. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  18. 4554509 Added ndn_realloc by Jeff Thompson · 11 years ago
  19. 7ca936b Fix comment. by Jeff Thompson · 11 years ago
  20. d4a1e16 Added ndn_memcmp by Jeff Thompson · 11 years ago
  21. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  22. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  23. 4f93888 Implement reallocArray. by Jeff Thompson · 11 years ago
  24. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago