1. 401d1a4 Switch to std::filesystem by Davide Pesavento · 7 days ago master
  2. 972de80 table: add more `noexcept` by Davide Pesavento · 10 months ago
  3. f56cf63 tests: replace Boost.MPL with Mp11 by Davide Pesavento · 11 months ago
  4. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  5. e277f8b tools: switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  6. d7083a5 tests: refactor EthernetFixture by Davide Pesavento · 1 year, 2 months ago
  7. 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
  8. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  9. ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
  10. 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
  11. d6ea0b1 tests: use std::nullopt by Davide Pesavento · 1 year, 10 months ago
  12. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  13. b83d3df mgmt: finalize migration to the new signed Interest format by Davide Pesavento · 2 years, 4 months ago
  14. 6d6f207 mgmt: rename extractRequester() and support signed Interest v0.3 by Davide Pesavento · 2 years, 4 months ago
  15. 20cafa8 tests: minor code cleanups by Davide Pesavento · 2 years, 5 months ago
  16. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  17. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  18. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  19. 4b84a2c tests: expect certificate name in KeyLocator by Junxiao Shi · 2 years, 8 months ago
  20. deb5427 daemon+tests: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  21. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  22. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  23. 6a699be tests: use InterestSigner instead of deprecated CommandInterestSigner by Davide Pesavento · 3 years, 7 months ago
  24. 7249fb4 docs+tests: finalize migration to typed naming conventions by Eric Newberry · 3 years, 9 months ago
  25. 358414d fw: remove reliance upon marker name components by Eric Newberry · 3 years, 9 months ago
  26. 2208536 mgmt: fix construction of CertificateRequest in CommandAuthenticatorValidationPolicy by Davide Pesavento · 3 years, 9 months ago
  27. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  28. 5809158 fw: remove best-route strategy version 1 by Davide Pesavento · 3 years, 10 months ago
  29. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  30. 2135375 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
  31. f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 7 months ago
  32. a158370 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  33. b93fb6c ci: set ASan's detect_invalid_pointer_pairs to 2 by Davide Pesavento · 4 years, 9 months ago
  34. 13ff259 mgmt+tools: allow MTU overrides on existing faces by Eric Newberry · 4 years, 10 months ago
  35. 18c2b29 mgmt: use a separate validator for prefix announcements by Teng Liang · 5 years ago
  36. a499aa2 mgmt: Enable use of direct fetch in RibManager by Zhiyi Zhang · 5 years ago
  37. a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
  38. df1dc65 rib: change FIB update mocking method by Junxiao Shi · 5 years ago
  39. d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
  40. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  41. 9aafc2a Revert "mgmt: add EndpointId for fib dataset" by Ju Pan · 5 years ago
  42. 602c3aa mgmt: add EndpointId for fib dataset by Ju Pan · 6 years ago
  43. 9d72785 tests: set CanBePrefix in daemon tests by Junxiao Shi · 6 years ago
  44. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  45. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  46. 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
  47. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  48. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  49. 1d12d2f tests: IdentityManagementFixture no longer derives from BaseFixture by Davide Pesavento · 6 years ago
  50. fa2aa50 face+tools: fix compilation with Boost 1.69.0 by Davide Pesavento · 6 years ago
  51. 0a71dd3 mgmt+rib: use getScheduler() in RibManager and Readvertise by Davide Pesavento · 6 years ago
  52. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  53. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  54. 8a05c7f rib: move RibManager to mgmt by Davide Pesavento · 6 years ago
  55. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  56. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  57. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  58. d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
  59. 2818132 mgmt: report face MTU in faces/list and faces/query datasets by Davide Pesavento · 6 years ago
  60. 6eb1ac9 mgmt: add satisfied and unsatisfied counters for forwarder status management by Ju Pan · 6 years ago
  61. 7015694 tests: use "daemon" user/group in Test{PrivilegeHelper,GeneralConfigSection} by Davide Pesavento · 6 years ago
  62. 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
  63. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 7 years ago
  64. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  65. bd72431 mgmt: implement cs/erase command by Junxiao Shi · 7 years ago
  66. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  67. 3cf75dc mgmt: prevent potential nullptr dereference in FaceManager by Davide Pesavento · 7 years ago
  68. cfb1a31 mgmt: eliminate FaceManager::setConfigFile() by Davide Pesavento · 7 years ago
  69. 17d1849 face: enable congestion marking by default on supported faces by Eric Newberry · 7 years ago
  70. 26667e1 mgmt: include capacity and enablement flags in cs/info dataset by Junxiao Shi · 7 years ago
  71. c9b5e01 mgmt: implement cs/config command by Junxiao Shi · 7 years ago
  72. 02a0e0f mgmt: limit prefix length in fib/add-nexthop by Junxiao Shi · 7 years ago
  73. 332783b mgmt: respond with 414 if StrategyChoice prefix is too long by Junxiao Shi · 7 years ago
  74. d96744d mgmt: don't crash if no authorizations are configured by Davide Pesavento · 7 years ago
  75. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  76. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  77. f2bfb44 mgmt: CS information dataset (hit/miss counters) by Junxiao Shi · 7 years ago
  78. b5eee20 face: delete deprecated FaceSystem constructor by Davide Pesavento · 7 years ago
  79. ac238f2 tests+tools: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  80. a907980 tests: do not encode invalid SignatureInfo by Junxiao Shi · 7 years ago
  81. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  82. 6028619 face: remove prohibited endpoint set by Junxiao Shi · 7 years ago
  83. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  84. 6837d4f tests: cleanup FaceManager test cases by Davide Pesavento · 7 years ago
  85. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  86. dbb6b3e mgmt: use v2 ValidationPolicy in CommandAuthenticator by Junxiao Shi · 7 years ago
  87. 8a1f170 tests: sign command Interests with CommandInterestSigner by Junxiao Shi · 7 years ago
  88. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 8 years ago
  89. 38c7d9e tests: add bad FaceUri tests in FaceManager/CreateFace by Junxiao Shi · 8 years ago
  90. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  91. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  92. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  93. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  94. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  95. 1586aff mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore by Davide Pesavento · 8 years ago
  96. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  97. 7a294d4 tests+tools: add missing includes by Davide Pesavento · 8 years ago
  98. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  99. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  100. c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago