1. 9b877c3 docker: add HOME environment variable and default config by Varun Patil · 1 year, 1 month ago
  2. 23135a4 Add Dockerfile for nfd-status-http-server by Varun Patil · 1 year, 1 month ago
  3. 6ba08cd Add initial Dockerfile and CI workflow by Varun Patil · 1 year, 1 month ago
  4. e277f8b tools: switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  5. 9a63bf2 face: add missing includes by Davide Pesavento · 1 year, 2 months ago
  6. ef6a528 tests: randomize port used in multicast transport tests by Davide Pesavento · 1 year, 2 months ago
  7. 05bd6c2 docs: update list of supported platforms by Davide Pesavento · 1 year, 2 months ago
  8. a9ec67c tests: expand test coverage of EthernetFactory and UdpFactory by Davide Pesavento · 1 year, 2 months ago
  9. d7083a5 tests: refactor EthernetFixture by Davide Pesavento · 1 year, 2 months ago
  10. c5a9f81 face: more robust handling of multicast face creation errors by Davide Pesavento · 1 year, 2 months ago
  11. 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
  12. c0df94e face: minor code cleanups by Davide Pesavento · 1 year, 3 months ago
  13. 9c36a65 face: handle PcapHelper::Error when applying multicast configuration by awlane · 1 year, 3 months ago
  14. 1e0c88e face: use async_wait operation instead of async_read with null_buffers by Davide Pesavento · 1 year, 3 months ago
  15. 9bf64cc face: use new-style async_accept API by Davide Pesavento · 1 year, 3 months ago
  16. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  17. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  18. a9e1ab2 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 3 months ago
  19. 910232f build: use python f-strings by Davide Pesavento · 1 year, 4 months ago
  20. decaf50 tools: modernize nfd-status-http-server and improve error handling by Davide Pesavento · 1 year, 4 months ago
  21. 8f0b8b6 Simplify some code with Boost.Operators by Davide Pesavento · 1 year, 4 months ago
  22. 11f1fd8 build: update waf to version 2.0.26 by Davide Pesavento · 1 year, 4 months ago
  23. bf2e67f build: enable a few more compiler warnings by Davide Pesavento · 1 year, 5 months ago
  24. 5b15e2f build: decrease level of debug information produced by default by Davide Pesavento · 1 year, 5 months ago
  25. 95afc6d fw: increment nOutNacks when sending a Nack from onInterestLoop by Davide Pesavento · 1 year, 5 months ago
  26. 653eb07 fw: refactor strategy logging and improve ASF probe logging by Alex Lane · 1 year, 5 months ago
  27. 6bf94c0 fw: add Interest nonce to Forwarder logging where appropriate by Alex Lane · 1 year, 7 months ago
  28. 191a7a2 core+daemon: declare all equality operators as hidden friends by Davide Pesavento · 1 year, 7 months ago
  29. ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
  30. 63b3ae8 tools: fix compilation with latest ndn-cxx by Davide Pesavento · 1 year, 9 months ago
  31. 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
  32. d6ea0b1 tests: use std::nullopt by Davide Pesavento · 1 year, 10 months ago
  33. c5e3e7a build: drop official support for Ubuntu 18.04 and macOS 10.15 by Davide Pesavento · 1 year, 10 months ago
  34. bf4c131 docs: update several URLs to point to docs.named-data.net by Davide Pesavento · 1 year, 10 months ago
  35. 39c67f6 build: switch source archive to xz compression by Davide Pesavento · 1 year, 11 months ago
  36. 269b702 ci: adopt reusable workflows from `named-data/actions` by Davide Pesavento · 1 year, 11 months ago
  37. 3bc8e19 Prepare release 22.12 by Davide Pesavento · 2 years ago NFD-22.12
  38. 0b01568 face: put the pcap handle in non-blocking mode by Davide Pesavento · 2 years ago
  39. 6b78a53 build: update waf to version 2.0.24 by Davide Pesavento · 2 years, 1 month ago
  40. a68af81 docs: fix typo in release-notes-22.02.rst by Ikko Ashimine · 2 years, 1 month ago
  41. a42efcb ci: add Xcode 14.1 by Davide Pesavento · 2 years, 1 month ago
  42. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  43. b83d3df mgmt: finalize migration to the new signed Interest format by Davide Pesavento · 2 years, 3 months ago
  44. 6d6f207 mgmt: rename extractRequester() and support signed Interest v0.3 by Davide Pesavento · 2 years, 4 months ago
  45. 9bfdaef build: link with lld if available by Davide Pesavento · 2 years, 3 months ago
  46. 20d94f6 Use `inline` on all namespace-scope constants defined in headers by Davide Pesavento · 2 years, 3 months ago
  47. 36184f6 docs: restore exception handling in conf.py by Davide Pesavento · 2 years, 3 months ago
  48. 6cc9541 docs: simplify conf.py and fix compatibility with upcoming Sphinx 6.0 by Davide Pesavento · 2 years, 3 months ago
  49. 279af1c tests: fix UDP multicast transport tests with IPv6 by Davide Pesavento · 2 years, 4 months ago
  50. d94b7b3 face: reimplement EndpointId with std::variant by Teng Liang · 2 years, 6 months ago
  51. e541d1b build+ci: support macOS on arm64 by Davide Pesavento · 2 years, 4 months ago
  52. 4791fcb ci: refresh GitHub Actions matrix by Davide Pesavento · 2 years, 4 months ago
  53. 72517b5 ci: auto-detect the OS instead of relying on NODE_LABELS by Davide Pesavento · 2 years, 5 months ago
  54. 20cafa8 tests: minor code cleanups by Davide Pesavento · 2 years, 5 months ago
  55. 2150da8 build+docs: support CentOS Stream 9, drop CentOS 8 by Davide Pesavento · 2 years, 6 months ago
  56. 990620a nfdc: merge canonizer.hpp and find-face.hpp into face-helpers.hpp by Davide Pesavento · 2 years, 7 months ago
  57. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  58. 9a28c3f fw+table: workaround bogus doxygen warnings by Davide Pesavento · 2 years, 7 months ago
  59. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  60. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  61. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  62. 4b84a2c tests: expect certificate name in KeyLocator by Junxiao Shi · 2 years, 8 months ago
  63. 6153eaf ci: require gcovr 5.1 for code coverage reports by Davide Pesavento · 2 years, 8 months ago
  64. 1ef93d0 fw: add strategy parameters to configure exponential retx suppression by Ashlesh Gawande · 2 years, 9 months ago
  65. deb5427 daemon+tests: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  66. 1b22a8c tests: drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  67. c52cd5e build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
  68. 5006c1d Prepare release 22.02 by Alexander Afanasyev · 2 years, 11 months ago NFD-22.02
  69. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  70. b98aa3a face: handle error in TCP socket remote_endpoint by Junxiao Shi · 3 years ago
  71. 727b610 table+fw: update ForwardingHint format by Junxiao Shi · 3 years ago
  72. 80111b7 face: adapt to API change in ndn::Transport by Davide Pesavento · 3 years ago
  73. 07da3fe build: update waf to version 2.0.23 by Davide Pesavento · 3 years ago
  74. 5e02c04 docs: Update sample nfd.conf to allow use of v0.3 Signed Interests by Alexander Afanasyev · 3 years ago
  75. c414ca5 tools: Allow batch command processing by nfdc by Alexander Afanasyev · 3 years, 7 months ago
  76. f28a061 ci: add macOS 11 Big Sur by Davide Pesavento · 3 years, 3 months ago
  77. af3ff5a fw: rename n-silent-timeouts to max-timeouts in AsfStrategy by Saurab Dulal · 3 years, 3 months ago
  78. 2c61bad ci: use gcovr 5.0 to generate code coverage reports by Davide Pesavento · 3 years, 4 months ago
  79. 4d030c3 Add CITATION.cff by Davide Pesavento · 3 years, 4 months ago
  80. 13dae35 ci: restrict token permissions and add badges to README.md by Davide Pesavento · 3 years, 5 months ago
  81. 8f0028d ci: add GitHub Actions by Davide Pesavento · 3 years, 5 months ago
  82. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  83. a103334 fw: Add default HopLimit to Interest when missing by Philipp Moll · 3 years, 7 months ago
  84. 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
  85. 7647cc7 table: increase initial and minimum capacity of DeadNonceList by Davide Pesavento · 3 years, 7 months ago
  86. e08cc4c table: improve logging in DeadNonceList by Davide Pesavento · 3 years, 7 months ago
  87. 67ad70f table: prevent duplicates in DeadNonceList by Varun Patil · 3 years, 7 months ago
  88. d69070e ci+docs+tools: stop using deprecated ndnsec commands by Davide Pesavento · 3 years, 7 months ago
  89. d412393 table: DeadNonceList code cleanup/modernization by Davide Pesavento · 3 years, 7 months ago
  90. 6a699be tests: use InterestSigner instead of deprecated CommandInterestSigner by Davide Pesavento · 3 years, 7 months ago
  91. a47cca2 build: make graphviz optional for building documentation by Davide Pesavento · 3 years, 8 months ago
  92. 7249fb4 docs+tests: finalize migration to typed naming conventions by Eric Newberry · 3 years, 9 months ago
  93. 86644d3 mgmt: don't extend the dataset expiration in ForwarderStatusManager by Davide Pesavento · 3 years, 9 months ago
  94. 358414d fw: remove reliance upon marker name components by Eric Newberry · 3 years, 9 months ago
  95. 2208536 mgmt: fix construction of CertificateRequest in CommandAuthenticatorValidationPolicy by Davide Pesavento · 3 years, 9 months ago
  96. 432be57 fw: use per-upstream suppression in ASF strategy by Saurab Dulal · 4 years ago
  97. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  98. 03a75f6 tests: add test case for retx suppression in multicast strategy by Davide Pesavento · 3 years, 10 months ago
  99. 7922d12 fw: rename BestRouteStrategy2 class to BestRouteStrategy by Davide Pesavento · 3 years, 10 months ago
  100. 5809158 fw: remove best-route strategy version 1 by Davide Pesavento · 3 years, 10 months ago