1. 869b11e util: backport std::to_underlying() by Davide Pesavento · 6 years ago
  2. 6b33040 encoding: treat TLV-TYPE zero as invalid by Davide Pesavento · 6 years ago
  3. e209961 name-component: encode/decode Convention rev2 by Junxiao Shi · 6 years ago
  4. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  5. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  6. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  7. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago[Renamed from src/name-component.cpp]
  8. 4053bd5 name: recognize ParametersSha256DigestComponent by Junxiao Shi · 7 years ago
  9. d2e6063 name-component: recognize plain URI syntax by Junxiao Shi · 7 years ago
  10. 3b101d0 Use std::move in more places by Davide Pesavento · 7 years ago
  11. cf0aff8 name: accommodate typed components in getSuccessor by Junxiao Shi · 7 years ago
  12. 9c9672e name: don't strip whitespace when parsing URI by Junxiao Shi · 7 years ago
  13. cf4ac5b name-component: recognize typed name components by Junxiao Shi · 7 years ago
  14. 38a061d util: introduce escape() and use it in Component::toUri() by Davide Pesavento · 7 years ago
  15. 08378cb name: fix encoding of "+" and "~" in Component::toUri() by Davide Pesavento · 7 years ago
  16. e245b05 encoding: don't call memcmp() with null pointer by Davide Pesavento · 7 years ago
  17. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 8 years ago
  18. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 8 years ago
  19. a84f464 Cleanup iostream includes by Davide Pesavento · 8 years ago
  20. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 8 years ago
  21. 10b24be util: deprecate crypto::computeSha256Digest() by Davide Pesavento · 8 years ago
  22. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  23. dd46143 util: remove unnecessary trim/trimLeft/trimRight wrappers by Davide Pesavento · 8 years ago
  24. 010f086 name-component: Component::compare performance improvement by Junxiao Shi · 9 years ago
  25. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 9 years ago
  26. df4b24e exclude: ImplicitSha256Digest bugfix by Junxiao Shi · 9 years ago
  27. 96b96af Emulate std::to_string on platforms that do not provide it by Davide Pesavento · 10 years ago
  28. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 10 years ago
  29. 8828ca6 util: Improvements of string helpers by Alexander Afanasyev · 10 years ago
  30. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 10 years ago
  31. 9bd4d98 data+name: don't uselessly increment totalLength in wireEncode by Davide Pesavento · 10 years ago
  32. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 10 years ago
  33. 2c3cbe4 name: fix Component wireDecode logic error by Qiuhan Ding · 10 years ago
  34. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  35. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  36. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 11 years ago
  37. 0f232c5 name: Introducing new name::Component::is* methods by Alexander Afanasyev · 10 years ago
  38. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 11 years ago
  39. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 11 years ago
  40. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 11 years ago
  41. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  42. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 11 years ago