1. 8f0b8b6 Simplify some code with Boost.Operators by Davide Pesavento · 1 year, 4 months ago
  2. 95afc6d fw: increment nOutNacks when sending a Nack from onInterestLoop by Davide Pesavento · 1 year, 5 months ago
  3. ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
  4. 63b3ae8 tools: fix compilation with latest ndn-cxx by Davide Pesavento · 1 year, 9 months ago
  5. 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
  6. d6ea0b1 tests: use std::nullopt 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. 279af1c tests: fix UDP multicast transport tests with IPv6 by Davide Pesavento · 2 years, 4 months ago
  12. d94b7b3 face: reimplement EndpointId with std::variant by Teng Liang · 2 years, 6 months ago
  13. e541d1b build+ci: support macOS on arm64 by Davide Pesavento · 2 years, 4 months ago
  14. 20cafa8 tests: minor code cleanups by Davide Pesavento · 2 years, 5 months ago
  15. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 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. 1ef93d0 fw: add strategy parameters to configure exponential retx suppression by Ashlesh Gawande · 2 years, 9 months ago
  21. deb5427 daemon+tests: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  22. 1b22a8c tests: drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  23. c52cd5e build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
  24. 5006c1d Prepare release 22.02 by Alexander Afanasyev · 2 years, 11 months ago NFD-22.02
  25. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  26. 727b610 table+fw: update ForwardingHint format by Junxiao Shi · 3 years ago
  27. c414ca5 tools: Allow batch command processing by nfdc by Alexander Afanasyev · 3 years, 7 months ago
  28. af3ff5a fw: rename n-silent-timeouts to max-timeouts in AsfStrategy by Saurab Dulal · 3 years, 3 months ago
  29. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  30. a103334 fw: Add default HopLimit to Interest when missing by Philipp Moll · 3 years, 7 months ago
  31. 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
  32. 67ad70f table: prevent duplicates in DeadNonceList by Varun Patil · 3 years, 7 months ago
  33. d412393 table: DeadNonceList code cleanup/modernization by Davide Pesavento · 3 years, 7 months ago
  34. 6a699be tests: use InterestSigner instead of deprecated CommandInterestSigner by Davide Pesavento · 3 years, 7 months ago
  35. 7249fb4 docs+tests: finalize migration to typed naming conventions by Eric Newberry · 3 years, 9 months ago
  36. 358414d fw: remove reliance upon marker name components by Eric Newberry · 3 years, 9 months ago
  37. 2208536 mgmt: fix construction of CertificateRequest in CommandAuthenticatorValidationPolicy by Davide Pesavento · 3 years, 9 months ago
  38. 432be57 fw: use per-upstream suppression in ASF strategy by Saurab Dulal · 4 years ago
  39. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  40. 03a75f6 tests: add test case for retx suppression in multicast strategy by Davide Pesavento · 3 years, 10 months ago
  41. 7922d12 fw: rename BestRouteStrategy2 class to BestRouteStrategy by Davide Pesavento · 3 years, 10 months ago
  42. 5809158 fw: remove best-route strategy version 1 by Davide Pesavento · 3 years, 10 months ago
  43. 29abf4c fw: remove ncc strategy by Davide Pesavento · 3 years, 10 months ago
  44. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  45. 40604e3 fw: Dispatch pending interests on new nexhop in multicast strategy by Alexander Afanasyev · 3 years, 10 months ago
  46. 4400e42 fw: Remove NACKs from multicast strategy by Alexander Afanasyev · 3 years, 10 months ago
  47. 0559047 fw: eliminate Forwarder::dispatchToStrategy() by Davide Pesavento · 3 years, 10 months ago
  48. b21bed8 fw: fix and simplify enumeration logic in Forwarder::onNewNextHop() by Davide Pesavento · 3 years, 11 months ago
  49. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  50. 9ab43e6 ci+docs: CentOS renamed the PowerTools repo to lowercase by Davide Pesavento · 4 years ago
  51. 2135375 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
  52. 3dc9fd0 Prepare release 0.7.1 by Eric Newberry · 4 years, 3 months ago NFD-0.7.1
  53. 2377ada fw: handle dropped packets in strategies by Eric Newberry · 4 years, 3 months ago
  54. b7e72c3 tests: use NullSignature by Davide Pesavento · 4 years, 3 months ago
  55. c1d4837 fw: fix PIT entry rejection in MulticastStrategy on receiving same Interest by Ashlesh Gawande · 4 years, 5 months ago
  56. 5bafd2c tests: fix Face/TestLpFragmenter after Data encoding changes in ndn-cxx by Davide Pesavento · 4 years, 5 months ago
  57. 13d582a face: remove EndpointId from egress APIs in transport by Teng Liang · 4 years, 5 months ago
  58. ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
  59. fdc0645 fw: add test for received Interest with no nonce by Eric Newberry · 4 years, 6 months ago
  60. e1cf4ba table: prevent integer overflow in pit::FaceRecord by Junxiao Shi · 4 years, 6 months ago
  61. 6bead9b fw: Add unsolicited data forwarder counter by Alex Lane · 4 years, 8 months ago
  62. f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 7 months ago
  63. a158370 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  64. 1f237ab tests: avoid use of deprecated default SigningInfo by Eric Newberry · 4 years, 7 months ago
  65. 3a2339a face: Connect faces to the parent (unicast) or associated (multicast) channels by Alexander Afanasyev · 4 years, 7 months ago
  66. 1752159 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 8 months ago
  67. 4995bf9 tools: erase all requested entries from CS in nfdc by Eric Newberry · 4 years, 8 months ago
  68. c29eb7f fw: attach PIT token upon CS hit by Junxiao Shi · 4 years, 9 months ago
  69. 9d283ad fw: process HopLimit by Eric Newberry · 4 years, 9 months ago
  70. b93fb6c ci: set ASan's detect_invalid_pointer_pairs to 2 by Davide Pesavento · 4 years, 9 months ago
  71. cb27d91 common: handle negative unsigneds in config by Eric Newberry · 4 years, 9 months ago
  72. 9cec699 fw: Minor bug fixes for timeout sensitivity and ignored probes in ASF by Alex Lane · 4 years, 10 months ago
  73. d656aff tools: create face during nfdc route add by Eric Newberry · 4 years, 9 months ago
  74. feeb918 face: handle initially non-running Ethernet interfaces by Eric Newberry · 4 years, 9 months ago
  75. 13ff259 mgmt+tools: allow MTU overrides on existing faces by Eric Newberry · 4 years, 10 months ago
  76. cb6551e face: allow GenericLinkService to override MTU by Eric Newberry · 4 years, 10 months ago
  77. 51cf75c fw+table: use Interest::Nonce instead of uint32_t by Davide Pesavento · 4 years, 10 months ago
  78. 32f7eac face: deduplicate received LpPackets with reliability by Eric Newberry · 4 years, 11 months ago
  79. f3ee808 face: support runtime MTU changes on Ethernet faces by Eric Newberry · 5 years ago
  80. cf9e1c7 tests: avoid deprecated boost headers by Davide Pesavento · 5 years ago
  81. 5a89769 Use NDN_CXX_UNREACHABLE where appropriate by Davide Pesavento · 5 years ago
  82. 18c2b29 mgmt: use a separate validator for prefix announcements by Teng Liang · 5 years ago
  83. 2feb459 fw: add processing for afterNewNextHop signal by Ju Pan · 5 years ago
  84. 6598fb0 rib: error out if both localhop_security and auto_prefix_propagate are enabled by Wenkai Zheng · 5 years ago
  85. a499aa2 mgmt: Enable use of direct fetch in RibManager by Zhiyi Zhang · 5 years ago
  86. a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
  87. 380668b face: Make congestion marking less aggressive by Klaus Schneider · 5 years ago
  88. 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
  89. c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
  90. cf1d0c0 fw: Add Random Forwarding Strategy by Klaus Schneider · 5 years ago
  91. a6f637a fw: various code simplifications in AsfStrategy by Davide Pesavento · 5 years ago
  92. df1dc65 rib: change FIB update mocking method by Junxiao Shi · 5 years ago
  93. d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
  94. 7890a9f tests: avoid comparing Interests with operator== by Davide Pesavento · 5 years ago
  95. eb7b7ab fw: use ndn-cxx's RttEstimator in AccessStrategy by Davide Pesavento · 5 years ago
  96. 1402fa1 fw: Use ndn-cxx's RttEstimator in AsfStrategy by Ernest McCracken · 6 years ago
  97. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  98. 9aafc2a Revert "mgmt: add EndpointId for fib dataset" by Ju Pan · 5 years ago
  99. 57113d1 Revert "tools: display EndpointId in 'nfdc fib list'" by Ju Pan · 5 years ago
  100. f190cfa face: use ndn-cxx's RttEstimator in LpReliability by Davide Pesavento · 5 years ago