1. 9a04dda docs: write CertificateV2 and SafeBag syntax in ABNF by Junxiao Shi · 5 years ago
  2. cf0baa2 security: add signature verification support in TPM by laqinfan · 5 years ago
  3. 8b0344d examples: fix "CanBePrefix unset" warning and general cleanup by Zhiyi Zhang · 5 years ago
  4. 57a3276 util: use time::nanoseconds in RttEstimator by Davide Pesavento · 5 years ago
  5. c816371 ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 5 years ago
  6. 1bac111 security: make PrivateKey::getKeySize() work in all cases by Davide Pesavento · 5 years ago
  7. ccce0bc mgmt: add EndpointId field to NextHopRecord class by Ju Pan · 5 years ago
  8. 3243c3d util: Add a getter for the smoothed RTT value by Ernest McCracken · 5 years ago
  9. 48f9724 security: add PrivateKey::loadRaw() for HMAC keys by laqinfan · 5 years ago
  10. 4ad933a util: add afterMeasurement signal to RttEstimator by Davide Pesavento · 5 years ago
  11. 77d9e81 security: remove unused KeyClass and AclType enums by Davide Pesavento · 5 years ago
  12. 0fe72ea security: add HMAC support to SignerFilter and VerifierFilter by Laqin Fan · 5 years ago
  13. 2ad2fbe interest: drop Selectors from matching functions by Junxiao Shi · 5 years ago
  14. 3510d29 lp: add missing std::move to Nack constructor by Davide Pesavento · 5 years ago
  15. e37ec7d net: NetworkMonitor: set NETLINK_GET_STRICT_CHK on netlink socket by Davide Pesavento · 5 years ago
  16. 530c10f net: use the correct netlink message payload to request an address dump by Davide Pesavento · 5 years ago
  17. 5223ea8 net: use generic::raw_protocol instead of posix::stream_descriptor for netlink by Davide Pesavento · 5 years ago
  18. c9650e4 net: NetworkMonitor: use an enum to track the interface enumeration phase by Davide Pesavento · 5 years ago
  19. 2ec13eb net: NetworkMonitor: improve handling of NLMSG_DONE by Davide Pesavento · 5 years ago
  20. fcdc873 net: NetworkMonitor: set NETLINK_CAP_ACK on netlink socket by Davide Pesavento · 5 years ago
  21. f1bb38d util: move Scheduler and related classes to ndn::scheduler by Davide Pesavento · 5 years ago
  22. 0d748af Prepare release 0.6.6 by Alexander Afanasyev · 5 years ago ndn-cxx-0.6.6
  23. 0c31537 Fix compilation with Boost 1.70.0 by Davide Pesavento · 5 years ago
  24. 6b33040 encoding: treat TLV-TYPE zero as invalid by Davide Pesavento · 5 years ago
  25. 599ee3f ci: adapt to new repo layout for CentOS boost RPMs by Davide Pesavento · 5 years ago
  26. 78e3549 util: update bundled copies of {any,optional,variant}-lite by Davide Pesavento · 5 years ago
  27. b310efb docs+ndnsec: improve description and parsing of command options, rewrite man pages by Davide Pesavento · 5 years ago
  28. fa995ac docs+tools: improve ndnsec help, error messages, and manual page by Davide Pesavento · 5 years ago
  29. 3891244 interest: improve setApplicationParameters() behavior by Davide Pesavento · 5 years ago
  30. 9c19a39 interest: rename Parameters to ApplicationParameters by Davide Pesavento · 5 years ago
  31. 4bb06bc interest: improve the "CanBePrefix unset" warning by Davide Pesavento · 5 years ago
  32. 46b04a5 docs: improve README.md by Davide Pesavento · 5 years ago
  33. e7b90e5 face: rework list structures by Junxiao Shi · 5 years ago
  34. 5437aa2 tests: fix compilation with Boost 1.69.0 by Davide Pesavento · 5 years ago
  35. 1660d00 security: Add option to disable infrastructure interest in CertificateFetcherDirectFetch by Alexander Afanasyev · 5 years ago
  36. a5f233e util: rename Scheduler::scheduleEvent to schedule by Junxiao Shi · 5 years ago
  37. fd61231 util: add ndn::scheduler namespace alias by Davide Pesavento · 5 years ago
  38. 4fc9080 ci: update Travis-CI configuration by Davide Pesavento · 5 years ago
  39. fc27d3b Fix build with Xcode 10.2 by Davide Pesavento · 5 years ago
  40. 77f1c76 build: do not look for unneeded libraries by Davide Pesavento · 5 years ago
  41. e209961 name-component: encode/decode Convention rev2 by Junxiao Shi · 5 years ago
  42. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 5 years ago
  43. fccb2dc encoding+interest: change Parameters to use non-critical type 36 by Davide Pesavento · 5 years ago
  44. 4fdcb27 face: deprecate Id types in favor of Handles by Junxiao Shi · 5 years ago
  45. da9761f face: don't use memory address as PendingInterestId by Junxiao Shi · 5 years ago
  46. fd67401 util: introduce NDN_THROW by Davide Pesavento · 5 years ago
  47. 8fdae89 build: Propagate DEFINES of dependent libraries to libndn-cxx.pc by Alexander Afanasyev · 5 years ago
  48. d0fef21 common: drop inclusion of unistd.h by Davide Pesavento · 5 years ago
  49. 5c803b9 encoding: improve documentation of Block class by Davide Pesavento · 5 years ago
  50. 459a653 util: update bundled copies of {any,optional,variant}-lite by Davide Pesavento · 5 years ago
  51. b72360f Prepare release 0.6.5 by Alexander Afanasyev · 5 years ago ndn-cxx-0.6.5
  52. 80609d4 face: scoped pending Interest by Junxiao Shi · 5 years ago
  53. 7c5bc1e build: Upgrade waf build system to version 2.0.14 by Alexander Afanasyev · 5 years ago
  54. 07115cc util: reimplement scheduler::EventId with CancelHandle by Junxiao Shi · 5 years ago
  55. 4e0cc6c security: Remove use of ChildSelector in CertificateBundleFetcher by Alexander Afanasyev · 5 years ago
  56. 322e76e Use Boost.Range to simplify some code by Davide Pesavento · 5 years ago
  57. 6b99b6f Add MetadataObject class to encode/decode RDR-style metadata by Chavoosh Ghasemi · 6 years ago
  58. ca48851 tests: delete goodness-of-fit tests from Util/TestRandom by Davide Pesavento · 5 years ago
  59. c53df03 lp: stop accepting NonNegativeInteger as sequence number by Junxiao Shi · 5 years ago
  60. 60aaef0 face: scoped Interest filter by Junxiao Shi · 5 years ago
  61. 8db6152 util: add random::getRandomNumberEngine() to the public API by Davide Pesavento · 5 years ago
  62. ec475a7 face: scoped prefix registration by Junxiao Shi · 5 years ago
  63. c554551 Add git .mailmap by Davide Pesavento · 6 years ago
  64. bfe3139 util: seed the PRNG with more entropy by Davide Pesavento · 6 years ago
  65. 22f7bc3 tests: don't throw if NetworkMonitor lacks CAP_ENUM by Davide Pesavento · 6 years ago
  66. 64ae55d build: ensure /usr/local/include is treated as system include path on FreeBSD by Davide Pesavento · 6 years ago
  67. 534b841 docs: refresh installation instructions and general cleanup by Davide Pesavento · 6 years ago
  68. ebe156c util: fix SegmentFetcher undefined behavior caused by uncanceled pending interest by Ashlesh Gawande · 6 years ago
  69. 19b87de detail: move cf-*-osx.hpp to 'detail' by Junxiao Shi · 6 years ago
  70. 70d76eb transport: move Impl templates into 'detail' by Junxiao Shi · 6 years ago
  71. 1d23ff9 detail: move asio-fwd to 'detail' by Junxiao Shi · 6 years ago
  72. 1e36ceb detail: move packet-base|tag-host.hpp to 'detail' by Junxiao Shi · 6 years ago
  73. d1fc9a7 detail: move common.hpp to 'detail' by Junxiao Shi · 6 years ago
  74. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  75. 2c1d349 docs: display the full include path in doxygen by Davide Pesavento · 6 years ago
  76. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  77. cf8a368 ci: install gcovr via apt by Davide Pesavento · 6 years ago
  78. 946a51c util: stop using ChildSelector in NotificationSubscriber by Junxiao Shi · 6 years ago
  79. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago
  80. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago
  81. 3e3a989 mgmt: Controller cleans up fetchers on destruction by Ashlesh Gawande · 6 years ago
  82. 1bbce6d ims: prevent memory pool size from becoming zero by Ashlesh Gawande · 6 years ago
  83. 17b61b4 util: backport C++17 std::any and std::variant by Davide Pesavento · 6 years ago
  84. 8dfd913 data: remove deprecated {get,set}FinalBlockId() by Davide Pesavento · 6 years ago
  85. 511712d ci: fix another issue with preinstalled homebrew packages on Travis by Davide Pesavento · 6 years ago
  86. dca56ea mgmt: augment ForwarderStatus with counters for satisfied and unsatisfied Interests by Ju Pan · 6 years ago
  87. 679dbb0 util: add stop function to SegmentFetcher by Ashlesh Gawande · 6 years ago
  88. 241df42 encoding: support floating point numbers in TLV-VALUE by Tianxing Ma · 6 years ago
  89. 8b753a2 interest+data: forbid unrecognized TLV before Name by Junxiao Shi · 6 years ago
  90. 7b11246 security: Throw exception when loading on orphaned ValidationPolicyConfig by Alexander Afanasyev · 6 years ago
  91. f714d1b ci: workaround homebrew issues with python and numpy on Travis's macOS 10.12 by Davide Pesavento · 6 years ago
  92. ee77ca0 security: use AES-256 for private key encryption in PKCS #8 export by Davide Pesavento · 6 years ago
  93. 3e39a4d security: use exponential backoff in CertificateFetcherFromNetwork by Ashlesh Gawande · 6 years ago
  94. 13fffa3 security: in tpm::BackEndOsx, unwrap the key before importing it by Davide Pesavento · 6 years ago
  95. 279f366 util: remove deprecated SegmentFetcher::fetch by Ashlesh Gawande · 6 years ago
  96. 2cb33fa net: remove deprecated ndn::ip::address{,V6}FromString by Davide Pesavento · 6 years ago
  97. a3bf431 Prepare release 0.6.3 by Alexander Afanasyev · 6 years ago ndn-cxx-0.6.3
  98. d2c750b util: update bundled copy of optional-lite by Davide Pesavento · 6 years ago
  99. e3ecad7 lp: remove lp::PrefixAnnouncement in favor of ndn::PrefixAnnouncement by Teng Liang · 6 years ago
  100. 8bd3b8a ci: add support for CentOS 7 by Md Ashiqur Rahman · 6 years ago