1. b2034db build: link with lld by default on Linux; add Xcode 14.1 to CI matrix by Davide Pesavento · 2 years, 1 month ago
  2. 872f18e docs: simplify conf.py and fix compatibility with upcoming Sphinx 6.0 by Davide Pesavento · 2 years, 3 months ago
  3. 423553e build+ci: support CentOS Stream 9 and macOS/arm64 by Davide Pesavento · 2 years, 4 months ago
  4. 38fd398 build: switch to C++17 by Davide Pesavento · 2 years, 8 months ago
  5. 9802612 Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  6. 7f27ec1 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
  7. 35e9354 tests: drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  8. 81e9876 update ForwardingHint format by Junxiao Shi · 3 years ago
  9. 7243f85 ci: generate detailed code coverage report via gcovr by Davide Pesavento · 3 years, 2 months ago
  10. 90a632b ci: replace Travis with GitHub Actions by Davide Pesavento · 3 years, 3 months ago
  11. 3d01fa3 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 3 years, 3 months ago
  12. 904f370 ci+tests: don't use deprecated ndnsec commands by Davide Pesavento · 3 years, 7 months ago
  13. bc92d5c daemon: avoid including <boost/bind.hpp> by Davide Pesavento · 3 years, 8 months ago
  14. caedf11 daemon: do not try to insert nullptr in a NOT NULL db column by Davide Pesavento · 3 years, 8 months ago
  15. b8adcdf tests: use typed name components by Eric Newberry · 3 years, 9 months ago
  16. c196a16 explicitly set CanBePrefix where needed by Eric Newberry · 4 years, 3 months ago
  17. 948c50c Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago
  18. bdd88c1 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
  19. 4473c7b ci: disable frames in lcov HTML coverage report by Davide Pesavento · 4 years, 5 months ago
  20. 60514ec Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  21. 1bff1b2 Avoid using deprecated ndn-cxx functions by Davide Pesavento · 4 years, 7 months ago
  22. 2b1b5da Rename VERSION to VERSION.info to avoid conflicts with modern STL by Alexander Afanasyev · 4 years, 7 months ago
  23. 560d2b9 ci: update Travis configuration by Davide Pesavento · 4 years, 9 months ago
  24. fee7ee3 build+ci: switch to python3 by Davide Pesavento · 4 years, 9 months ago
  25. d61851f docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  26. 28229df tests: avoid deprecated boost headers by Davide Pesavento · 5 years ago
  27. 1af6ccd Update build scripts by Davide Pesavento · 5 years ago
  28. 3bafe50 ci: update .travis.yml by Davide Pesavento · 5 years ago
  29. 002bb42 Fix memory leaks and enable LeakSanitizer by Davide Pesavento · 6 years ago
  30. 2a3bb84 tests: use DummyClientFace::linkTo() instead of DummyForwarder by Davide Pesavento · 6 years ago
  31. 8001700 ci: update .travis.yml by Davide Pesavento · 6 years ago
  32. c7888e6 build: various updates by Davide Pesavento · 6 years ago
  33. d01c1a4 Change default database path and configuration directory by Davide Pesavento · 6 years ago
  34. 093ce1c daemon: fix lots of zero-as-null-pointer-constant warnings by Davide Pesavento · 6 years ago
  35. 5dcb4c1 Use the official markdown version of the GPLv3 by Davide Pesavento · 6 years ago
  36. 5704fdf Add systemd unit file for ndns-daemon by Davide Pesavento · 6 years ago
  37. 7debce9 daemon: cleanup command-line options parsing and error handling by Davide Pesavento · 6 years ago
  38. 15e51bc Don't include ndn-cxx/common.hpp by Junxiao Shi · 6 years ago
  39. 4a315b3 Fix build with current ndn-cxx and update CI scripts by Davide Pesavento · 6 years ago
  40. 9edaf26 tests: resolve ASan error in ManagementTool tests by Eric Newberry · 7 years ago
  41. 9003483 build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
  42. 405eca9 build: find Boost lib architecture automatically by Eric Newberry · 7 years ago
  43. 6b18e36 docs: only use sphinxcontrib-doxylink on Python 3 by Eric Newberry · 7 years ago
  44. 08d1874 build: Upgrade waf to version 2.0.6 by Alexander Afanasyev · 7 years ago
  45. 55a7cc4 Introduce Denial-of-Existence (DoE) for Nack response. by Yumin Xia · 8 years ago
  46. a3ec755 Add missing include by Davide Pesavento · 7 years ago
  47. fa2bce7 Add certificate fetcher of ndns-appcert and ndns-cert by Yumin Xia · 8 years ago
  48. db8e937 remove redundent branches in iterative-query-controller by Yumin Xia · 8 years ago
  49. 99c821a moving validator files to new validator folder. by Yumin Xia · 8 years ago
  50. d8b75fc add nsCache in iterative-query-controller by Yumin Xia · 8 years ago
  51. d4e8ce5 drop repeating record type generate*Rrset in rrset-factory by Yumin Xia · 8 years ago
  52. 9532933 fix: add-rr should have re-sign default as true by Yumin Xia · 8 years ago
  53. 53f3167 add APPCERT rrset type for application stored certificates in NDNS by Yumin Xia · 8 years ago
  54. 918343d remove useless codes related to CERT_QUERY by Yumin Xia · 8 years ago
  55. 2c509c2 Update validation related codes to security v2 by Yumin Xia · 8 years ago
  56. c5ed63f mgmt: combine ndns-add-rr and ndns-add-rr-from-file to a single command by Yumin Xia · 8 years ago
  57. d091e31 Explicitly use v1 security headers by Alexander Afanasyev · 8 years ago
  58. f4193ea Remove use of deprecated version of Face::expressInterest by Alexander Afanasyev · 8 years ago
  59. 621e73d ci: Fix macOS build with Travis-CI by Alexander Afanasyev · 8 years ago
  60. 9d110ce tests: Restore MangementTool tests by Yumin Xia · 8 years ago
  61. b87b9d9 tests: add RrsetFactory test by Yumin Xia · 8 years ago
  62. acd2133 mgmt: Add addDelegatedRrset to automatically create AUTH records by Yumin Xia · 8 years ago
  63. 3c6b1fd Use standard BLOB,KEY,NACK as contentType instead of customized types by Yumin Xia · 8 years ago
  64. a484ba7 Replace ndnsType with NdnsContentType by Yumin Xia · 8 years ago
  65. 5dd9f2b mgmt+daemon: Make use of RrsetFactory to decouple MangementTool and Rrset by Yumin Xia · 8 years ago
  66. 4e56189 clients: Change iterative-query-controller to use Link by Yumin Xia · 8 years ago
  67. f853ad7 daemon: Add a new class RrsetFactory for generating RR sets by Yumin Xia · 8 years ago
  68. 4da35d1 docs: Update authors information and add missing COPYING by Alexander Afanasyev · 8 years ago
  69. 197590e ci: speed up code-coverage jobs by Eric Newberry · 8 years ago
  70. 6343c5b Remove hints by Yumin Xia · 8 years ago
  71. 1364494 build: Fix location of the compiled tools by Alexander Afanasyev · 8 years ago
  72. fde570c tests+mgmt: Import common unit test code NFD by Alexander Afanasyev · 8 years ago
  73. 984ca9d build: Update build scripts by Alexander Afanasyev · 8 years ago
  74. 8e0c22f ci: set Travis CI Xcode version and update NODE_LABELS to 10.11 by Eric Newberry · 8 years ago
  75. dc2df7c util: use ndn::io::IoEncoding::BASE64 instead of BASE_64 by Junxiao Shi · 8 years ago
  76. 74975e1 mgmt: Fix compilation error with new version of ndn-cxx library by Alexander Afanasyev · 8 years ago
  77. 3baef10 ci: Update Travis CI script to build using Ubuntu 14.04 and OS X 10.9 by Alexander Afanasyev · 8 years ago
  78. 767f35c don't use deprecated block helpers by Junxiao Shi · 8 years ago
  79. bbf7ac8 tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  80. df2e939 docs: Fix doxygen errors by Alexander Afanasyev · 9 years ago
  81. aa46c27 daemon: Support query that explicitly specify version by Alexander Afanasyev · 9 years ago
  82. c7c9900 build+ci: Update default build flags and CI scripts by Alexander Afanasyev · 9 years ago
  83. a81266c tests: Fix failure of NameServer and Validator test suites by Alexander Afanasyev · 10 years ago
  84. 599cd39 build: Update waf to version 1.8.9 (with custom patches) by Alexander Afanasyev · 10 years ago
  85. 01693fd mgmt: ignore ksk when dsk is specified in ManagementTool::createZone by Jiewen Tan · 10 years ago
  86. d1dd86d mgmt: change output format for ID-CERTs by Jiewen Tan · 10 years ago
  87. 6ba3ae0 build: Update waf to version 1.8.8-dev (with custom patches) by Alexander Afanasyev · 10 years ago
  88. 74d745c mgmt: fix ndns-add-rr-from-file indicating input format by Jiewen Tan · 10 years ago
  89. 8cd35ea mgmt: ndns-add-rr-from-file update RR to the latest version by Jiewen Tan · 10 years ago
  90. d2d2182 mgmt: fix ndns-add-rr-from-file segfaults when input file cannot be loaded by Jiewen Tan · 10 years ago
  91. 83b7c2f build: Updating build scripts by Alexander Afanasyev · 10 years ago
  92. 8f5be2a tests: use Signals from DummyClientFace by Junxiao Shi · 10 years ago
  93. 43e59b4 ndns-update: load Response from file directly by Shock Jiang · 10 years ago
  94. bb4e15b tools: Fix issues with ndns-dig by Shock Jiang · 10 years ago
  95. 5d5928c ndns-dig: adapt to the fact that NDN testbed does not have root zone by Shock Jiang · 10 years ago
  96. d6b3bda tests: Improving ManagementTool test suite and fixing discovered bugs by Alexander Afanasyev · 10 years ago
  97. 4ca504c logger: Fixing the bug with redirecting of log output to the standard error by Alexander Afanasyev · 10 years ago
  98. 870b29b mgmt: management tools by Jiewen Tan · 10 years ago
  99. 06cd214 tools: improve user experience by choosing best certificate by Shock Jiang · 10 years ago
  100. e1a81fd tools/ndns-daemon: fix bug that validator cannot fetch certificate by Shock Jiang · 10 years ago