1. 33c5fbe mgmt: update reference by Davide Pesavento · 3 months ago master
  2. fa76a7e docs: revert to the built-in doxygen theme by Davide Pesavento · 3 months ago
  3. 28530b6 docs: more formatting fixes by Davide Pesavento · 3 months ago
  4. c8ab82e build: don't bother with _LIBCPP_ENABLE_ASSERTIONS by Davide Pesavento · 3 months ago
  5. acfff32 util: avoid NDN_THROW_NESTED in RegexRepeatMatcher by Davide Pesavento · 3 months ago
  6. 487cc9a docs: fix/improve the structure of several documents by Davide Pesavento · 3 months ago
  7. 1474700 docs: change sphinx HTML theme to furo by Davide Pesavento · 3 months ago
  8. f14e4e2 encoding: avoid implicit instantiation of `std::char_traits<unsigned char>` by Davide Pesavento · 4 months ago
  9. 1c92524 ci: upgrade gcovr to the latest version by Davide Pesavento · 4 months ago
  10. 1208aa1 build: fix default flags for Apple clang by Davide Pesavento · 4 months ago
  11. ee3ebeb ci: use uv to install gcovr and sphinx by Davide Pesavento · 4 months ago
  12. 8a8afa2 ci+docs: switch to pkgconf on Linux too by Davide Pesavento · 5 months ago
  13. 968539c mgmt: fix Dispatcher documentation by Davide Pesavento · 5 months ago
  14. 0ba3d3a detail: add missing include by Davide Pesavento · 6 months ago
  15. d384a53 mgmt: use std::bitset in ControlParameters by Davide Pesavento · 7 months ago
  16. 3e3887c lp+mgmt+security: tidy up TLV parsing code in a few classes by Davide Pesavento · 7 months ago
  17. b7f97e6 mgmt: optimize parsing of ControlParameters by Davide Pesavento · 7 months ago
  18. 82d8ed0 mgmt: support rib/announce control command by jaczhi · 7 months ago
  19. e595c76 face+name: remove deprecated functions by Davide Pesavento · 7 months ago
  20. f5bf743 mgmt: expose ControlCommand module and verb by Davide Pesavento · 7 months ago
  21. 0e13ed3 mgmt: rename mgmt::ControlParameters to ControlParametersBase by Davide Pesavento · 7 months ago
  22. cb385e3 mgmt: add new Dispatcher API for control commands by Davide Pesavento · 7 months ago
  23. 54dfc4a mgmt: remove one level of indirection in status dataset processing by Davide Pesavento · 7 months ago
  24. e07923b mgmt: remove one level of indirection in control command processing by Davide Pesavento · 7 months ago
  25. 922329d mgmt: use std::bitset in ControlParametersCommandFormat by Davide Pesavento · 7 months ago
  26. aebf5d7 mgmt: redesign ControlCommand and its usage in nfd::Controller by Davide Pesavento · 7 months ago
  27. 51974f6 Switch to std::filesystem by Davide Pesavento · 7 months ago
  28. e913e3a build: require gcc >= 9.1, recommend gcc >= 10.2 by Davide Pesavento · 8 months ago
  29. 5afb1fb ci+docs: switch to pkgconf on macOS by Davide Pesavento · 8 months ago
  30. 0311642 util: disable unique_resource by Davide Pesavento · 8 months ago
  31. 0751bba Prepare release 0.9.0 by Davide Pesavento · 1 year ago ndn-cxx-0.9.0
  32. 7fffb72 interest: update the documentation of matchesData() by Davide Pesavento · 1 year, 1 month ago
  33. 25d9c9f ndnsec: add a short description to the `--help` output of each command by Davide Pesavento · 1 year, 1 month ago
  34. 9b911e9 security+tools: deprecate TPM unlock functionality by Davide Pesavento · 1 year, 1 month ago
  35. 102f057 docs: ndnsec man pages improvements by Davide Pesavento · 1 year, 1 month ago
  36. 361e168 detail: update bundled copies of scope-lite and span-lite by Davide Pesavento · 1 year, 1 month ago
  37. eb27ca2 ci: add release workflow by Davide Pesavento · 1 year, 1 month ago
  38. cae47aa transport: fix compilation with clang 7 by Davide Pesavento · 1 year, 2 months ago
  39. ed47b29 Revert "build: enable Boost.MultiIndex safe mode in debug builds" by Davide Pesavento · 1 year, 2 months ago
  40. 80f6755 build: enable Boost.MultiIndex safe mode in debug builds by Davide Pesavento · 1 year, 2 months ago
  41. 945d929 net+transport: use std::array by Davide Pesavento · 1 year, 2 months ago
  42. 2be774b build+docs: recommend Xcode 13 or later by Davide Pesavento · 1 year, 2 months ago
  43. c4f8bd1 transport: make error messages more informative by Davide Pesavento · 1 year, 3 months ago
  44. 7a4697d ci: allow attestations in docker workflow by Davide Pesavento · 1 year, 3 months ago
  45. 5eb7a07 docker: switch to ubuntu:24.04 as base image by Davide Pesavento · 1 year, 3 months ago
  46. d6a8644 build: change the fallback version suffix to `+git.{sha}` by Davide Pesavento · 1 year, 3 months ago
  47. 4f3d79d util: unnest nested Options classes by Davide Pesavento · 1 year, 3 months ago
  48. 947a399 util: optional MustBeFresh in SegmentFetcher's initial Interest by Tianyuan Yu · 2 years ago
  49. 8466717 ci: change Docker workflow to run twice a month and on tag pushes by Davide Pesavento · 1 year, 4 months ago
  50. 183164e Add Docker build badge to README.md by Davide Pesavento · 1 year, 4 months ago
  51. 4b3aa4f ci: use shared `named-data/actions` workflow to publish Docker image by Davide Pesavento · 1 year, 4 months ago
  52. c0993b0 ci: publish both build and runtime Docker images by Davide Pesavento · 1 year, 4 months ago
  53. 18ccbb3 Redesign Dockerfile and add .dockerignore by Davide Pesavento · 1 year, 4 months ago
  54. 2d08539 ci+docs: python3-minimal is insufficient by Davide Pesavento · 1 year, 4 months ago
  55. f3e8487 Reorganize license files by Davide Pesavento · 1 year, 5 months ago
  56. 1dbcfbf build: update waf to version 2.0.27 by Davide Pesavento · 1 year, 5 months ago
  57. cbfc364 build: simplify and improve sphinx tool by Davide Pesavento · 1 year, 5 months ago
  58. ac53789 build: rename `sphinx_build.py` to `sphinx.py` by Davide Pesavento · 1 year, 5 months ago
  59. b62f952 build: make sphinx tool compatible with python 3.12 by Davide Pesavento · 1 year, 5 months ago
  60. 7211ea1 build: disable osxkeychain TPM backend by default by Davide Pesavento · 1 year, 5 months ago
  61. 80f3503 ci: revise build configurations by Davide Pesavento · 1 year, 5 months ago
  62. 31bca20 build: rename HAVE_TESTS to WITH_TESTS by Davide Pesavento · 1 year, 5 months ago
  63. 906dde5 build: allow toggling benchmark/integration/unit tests independently by Davide Pesavento · 1 year, 5 months ago
  64. 682b2af build: tell libc++ to avoid including transitive headers by Davide Pesavento · 1 year, 5 months ago
  65. 0ecbec0 Add .editorconfig by Davide Pesavento · 1 year, 6 months ago
  66. 7b540d2 interest: prevent InterestLifetime overflow by Davide Pesavento · 1 year, 6 months ago
  67. 8e047e1 name-component: rename fromEscapedString() to fromUri() by Davide Pesavento · 1 year, 6 months ago
  68. 334516a name: remove unused and redundant `push_back(const T&)` by Davide Pesavento · 1 year, 6 months ago
  69. 5d36a52 name: check TLV type when constructing Name from Block by Davide Pesavento · 1 year, 6 months ago
  70. fdc5b51 detail: fix build with gcc 8 by Davide Pesavento · 1 year, 6 months ago
  71. e371003 ci: minimize installed libboost packages by Davide Pesavento · 1 year, 6 months ago
  72. 4dc4b3c ci: expand lib64 workaround to more Linux distros by Davide Pesavento · 1 year, 6 months ago
  73. 0b6c561 detail: update bundled copies of scope-lite and span-lite by Davide Pesavento · 1 year, 6 months ago
  74. 1326051 tests: use preconditions to skip test cases by Davide Pesavento · 1 year, 6 months ago
  75. 0c52603 tests: use decorators to label test data generators by Davide Pesavento · 1 year, 6 months ago
  76. 3de7c52 Reduce unnecessary inclusions of `detail/common.hpp` by Davide Pesavento · 1 year, 6 months ago
  77. 2e71e98 Use non-static data member initializers in more places by Davide Pesavento · 1 year, 6 months ago
  78. c500393 build: stop defining _DEBUG, rely on NDEBUG instead by Davide Pesavento · 1 year, 7 months ago
  79. 5fdab13 build: enable extra runtime checks in libstdc++/libc++ in debug mode by Davide Pesavento · 1 year, 7 months ago
  80. ecfb217 build: disable -Wenum-constexpr-conversion with clang 18 by Davide Pesavento · 1 year, 7 months ago
  81. de43421 util: add NDN_THROW_NO_STACK by Davide Pesavento · 1 year, 7 months ago
  82. 16203ea transport: change default NFD Unix socket path by Davide Pesavento · 1 year, 7 months ago
  83. b0fe59f transport: minor refactoring by Davide Pesavento · 1 year, 8 months ago
  84. 39af9f8 mgmt+util: remove several deprecated aliases by Davide Pesavento · 1 year, 8 months ago
  85. 19b5528 encoding+util: remove several deprecated functions by Davide Pesavento · 1 year, 8 months ago
  86. 9a8e146 ci: skip examples in code-coverage builds by Davide Pesavento · 1 year, 8 months ago
  87. 6d4a653 ci: add latest tag to docker image by Davide Pesavento · 1 year, 9 months ago
  88. e58bab2 ci: add docker build GitHub Action by Varun Patil · 1 year, 9 months ago
  89. 995c411 Add initial Dockerfile by Junxiao Shi · 1 year, 9 months ago
  90. 49e1e87 Replace Boost.MPL with Mp11 by Davide Pesavento · 1 year, 9 months ago
  91. 2f46d65 Avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 9 months ago
  92. 550d8c9 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 9 months ago
  93. e1005da docs: update list of supported platforms by Davide Pesavento · 1 year, 9 months ago
  94. 6028418 net: NetworkMonitor: ignore AWDL interfaces on macOS by Davide Pesavento · 1 year, 9 months ago
  95. 5686c51 build: decouple handling of boost libs not needed by libndn-cxx by Davide Pesavento · 1 year, 11 months ago
  96. c996742 build: use python f-strings by Davide Pesavento · 1 year, 11 months ago
  97. 90d3a96 encoding: simplify readVarNumber() by Davide Pesavento · 2 years ago
  98. fffdd62 Use Boost.Operators in more places by Davide Pesavento · 1 year, 11 months ago
  99. ce442c4 meta-info: prevent FreshnessPeriod overflow by Junxiao Shi · 2 years ago
  100. ee97139 build: update waf to version 2.0.26 by Davide Pesavento · 2 years ago