1. 152874a tests: remove temporary directory on setup and teardown by Davide Pesavento · 10 months ago
  2. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  3. 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
  4. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  5. ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
  6. 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
  7. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  8. b83d3df mgmt: finalize migration to the new signed Interest format by Davide Pesavento · 2 years, 3 months ago
  9. 6d6f207 mgmt: rename extractRequester() and support signed Interest v0.3 by Davide Pesavento · 2 years, 4 months ago
  10. 20d94f6 Use `inline` on all namespace-scope constants defined in headers by Davide Pesavento · 2 years, 3 months ago
  11. 20cafa8 tests: minor code cleanups by Davide Pesavento · 2 years, 5 months ago
  12. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  13. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  14. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  15. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  16. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  17. 86644d3 mgmt: don't extend the dataset expiration in ForwarderStatusManager by Davide Pesavento · 3 years, 9 months ago
  18. 2208536 mgmt: fix construction of CertificateRequest in CommandAuthenticatorValidationPolicy by Davide Pesavento · 3 years, 9 months ago
  19. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  20. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  21. a158370 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  22. 13ff259 mgmt+tools: allow MTU overrides on existing faces by Eric Newberry · 4 years, 10 months ago
  23. cb6551e face: allow GenericLinkService to override MTU by Eric Newberry · 4 years, 10 months ago
  24. 5a89769 Use NDN_CXX_UNREACHABLE where appropriate by Davide Pesavento · 5 years ago
  25. 18c2b29 mgmt: use a separate validator for prefix announcements by Teng Liang · 5 years ago
  26. a499aa2 mgmt: Enable use of direct fetch in RibManager by Zhiyi Zhang · 5 years ago
  27. f689c79 mgmt: avoid deprecated KeyLocator::Type enum by Davide Pesavento · 5 years ago
  28. d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
  29. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  30. 9aafc2a Revert "mgmt: add EndpointId for fib dataset" by Ju Pan · 5 years ago
  31. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  32. 17a7001 rib: consolidate RibManager::FaceIdSet into Rib by Junxiao Shi · 6 years ago
  33. 602c3aa mgmt: add EndpointId for fib dataset by Ju Pan · 6 years ago
  34. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  35. 0a71dd3 mgmt+rib: use getScheduler() in RibManager and Readvertise by Davide Pesavento · 6 years ago
  36. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  37. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  38. 8a05c7f rib: move RibManager to mgmt by Davide Pesavento · 6 years ago
  39. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  40. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  41. 2818132 mgmt: report face MTU in faces/list and faces/query datasets by Davide Pesavento · 6 years ago
  42. 6eb1ac9 mgmt: add satisfied and unsatisfied counters for forwarder status management by Ju Pan · 6 years ago
  43. 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
  44. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 7 years ago
  45. c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
  46. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  47. bd72431 mgmt: implement cs/erase command by Junxiao Shi · 7 years ago
  48. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  49. 3cf75dc mgmt: prevent potential nullptr dereference in FaceManager by Davide Pesavento · 7 years ago
  50. cfb1a31 mgmt: eliminate FaceManager::setConfigFile() by Davide Pesavento · 7 years ago
  51. de33245 tools: add congestion marking parameters to nfdc face create by Eric Newberry · 7 years ago
  52. 26667e1 mgmt: include capacity and enablement flags in cs/info dataset by Junxiao Shi · 7 years ago
  53. c9b5e01 mgmt: implement cs/config command by Junxiao Shi · 7 years ago
  54. 02a0e0f mgmt: limit prefix length in fib/add-nexthop by Junxiao Shi · 7 years ago
  55. 332783b mgmt: respond with 414 if StrategyChoice prefix is too long by Junxiao Shi · 7 years ago
  56. d96744d mgmt: don't crash if no authorizations are configured by Davide Pesavento · 7 years ago
  57. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  58. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  59. f2bfb44 mgmt: CS information dataset (hit/miss counters) by Junxiao Shi · 7 years ago
  60. b5eee20 face: delete deprecated FaceSystem constructor by Davide Pesavento · 7 years ago
  61. 84d3adc tools: add reliability option to nfdc face create by Eric Newberry · 7 years ago
  62. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  63. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  64. dbb6b3e mgmt: use v2 ValidationPolicy in CommandAuthenticator by Junxiao Shi · 7 years ago
  65. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 8 years ago
  66. 1cce2a3 mgmt: enable LocalUri in faces/create command response by Junxiao Shi · 8 years ago
  67. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  68. f03d479 mgmt+tools: rename 'datas' to 'data' by Junxiao Shi · 8 years ago
  69. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  70. 1586aff mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore by Davide Pesavento · 8 years ago
  71. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  72. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  73. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  74. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  75. 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
  76. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  77. 65800d2 mgmt: change strategy-choice/set response codes by Junxiao Shi · 8 years ago
  78. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  79. 593887c mgmt: use strategy registry in TablesConfigSection by Junxiao Shi · 8 years ago
  80. b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
  81. 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
  82. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  83. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  84. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  85. d820510 mgmt: ForwarderStatusManager answers only status/general by Junxiao Shi · 8 years ago
  86. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  87. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  88. b5aa7f5 mgmt: add faces/update command by Eric Newberry · 8 years ago
  89. 58320f7 fw: UnsolicitedDataPolicy registry by Junxiao Shi · 8 years ago
  90. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  91. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  92. 2af9ca3 table: move CS limit change logging to cs::Policy by Junxiao Shi · 8 years ago
  93. 0cc125c mgmt: TablesConfigSection constructor accepts Forwarder& by Junxiao Shi · 8 years ago
  94. 3717548 mgmt: delete CommandValidator by Junxiao Shi · 8 years ago
  95. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  96. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  97. d763127 mgmt: CommandAuthenticator by Junxiao Shi · 8 years ago
  98. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  99. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  100. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago