1. e245b05 encoding: don't call memcmp() with null pointer by Davide Pesavento · 7 years ago
  2. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  3. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  4. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  5. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 7 years ago
  6. 10b24be util: deprecate crypto::computeSha256Digest() by Davide Pesavento · 7 years ago
  7. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  8. dd46143 util: remove unnecessary trim/trimLeft/trimRight wrappers by Davide Pesavento · 8 years ago
  9. 010f086 name-component: Component::compare performance improvement by Junxiao Shi · 8 years ago
  10. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  11. df4b24e exclude: ImplicitSha256Digest bugfix by Junxiao Shi · 8 years ago
  12. 96b96af Emulate std::to_string on platforms that do not provide it by Davide Pesavento · 9 years ago
  13. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  14. 8828ca6 util: Improvements of string helpers by Alexander Afanasyev · 9 years ago
  15. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  16. 9bd4d98 data+name: don't uselessly increment totalLength in wireEncode by Davide Pesavento · 9 years ago
  17. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 10 years ago
  18. 2c3cbe4 name: fix Component wireDecode logic error by Qiuhan Ding · 10 years ago
  19. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  20. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  21. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  22. 0f232c5 name: Introducing new name::Component::is* methods by Alexander Afanasyev · 10 years ago
  23. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 10 years ago
  24. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  25. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 10 years ago
  26. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  27. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 11 years ago