1. 164ae3b Avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 2 months ago
  2. 7df36bd build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 3 months ago
  3. 43fafd5 build: switch source archive to xz compression by Davide Pesavento · 1 year, 4 months ago
  4. b5e5765 tests: replace Boost.MPL with Mp11 by Davide Pesavento · 1 year, 4 months ago
  5. d8521aa Prefer `asio::io_context` over `asio::io_service` by Davide Pesavento · 1 year, 4 months ago
  6. 399f4d9 build: more accurate dependencies on Boost libraries by Davide Pesavento · 1 year, 4 months ago
  7. 4cd7801 build: update waf to version 2.0.26 by Davide Pesavento · 1 year, 5 months ago
  8. b496642 Follow namespace change of DummyClientFace, Signal, SegmentFetcher by Davide Pesavento · 1 year, 5 months ago
  9. fea0f09 build: sync default build flags with ndn-cxx by Davide Pesavento · 1 year, 5 months ago
  10. 60b52cf build: align minimum build requirements with ndn-cxx by Davide Pesavento · 1 year, 9 months ago
  11. 0fa5eff ci: adopt reusable workflows from `named-data/actions` by Davide Pesavento · 1 year, 11 months ago
  12. e9b09b8 build: bump ndn-cxx dependency by Davide Pesavento · 2 years ago
  13. 55bedb2 build: update waf to version 2.0.24 by Davide Pesavento · 2 years, 1 month ago
  14. c241475 build: link with lld by default on Linux; add Xcode 14.1 to CI matrix by Davide Pesavento · 2 years, 2 months ago
  15. 1d48453 build+ci: support CentOS Stream 9 and macOS/arm64 by Davide Pesavento · 2 years, 5 months ago
  16. 1190406 Migrate to C++17 and misc code cleanups by Davide Pesavento · 2 years, 9 months ago
  17. 9c0bd8d Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  18. e4b74bd build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
  19. 333e3eb Sync build system and CI scripts with ndn-cxx by Davide Pesavento · 3 years, 3 months ago
  20. 6df6880 ci: sync scripts by Davide Pesavento · 3 years, 7 months ago
  21. 75e8d46 Use InterestSigner instead of the deprecated CommandInterestSigner by Davide Pesavento · 3 years, 8 months ago
  22. 15f67df Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  23. 9bf1a1d tests: fix -Wrange-loop-construct warning with clang 10 by Davide Pesavento · 4 years, 9 months ago
  24. 2e25a27 ci: update Travis configuration by Davide Pesavento · 4 years, 9 months ago
  25. 4a16004 build+ci: switch to python3 by Davide Pesavento · 4 years, 9 months ago
  26. f35aab9 docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  27. 1359cc3 Update build scripts by Davide Pesavento · 5 years ago
  28. b4a7b3f ci: upgrade Travis config to Ubuntu 18.04 by Davide Pesavento · 5 years ago
  29. 3c84316 Fix build with Boost 1.70.0 by Davide Pesavento · 6 years ago
  30. 919f9f2 ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 6 years ago
  31. 5c16cc2 Fix regression of repo not registering prefixes for previously inserted data by Alexander Afanasyev · 6 years ago
  32. 8891c83 Follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  33. 98cb884 ci: enable LeakSanitizer by Davide Pesavento · 6 years ago
  34. 4b76cb4 ci: update .travis.yml by Davide Pesavento · 6 years ago
  35. 9a8d7d8 ndn::EventId => ndn::scheduler::EventId by Davide Pesavento · 6 years ago
  36. c44331e handles: use RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  37. 2790645 Use the official markdown version of the GPLv3 by Davide Pesavento · 6 years ago
  38. df0bd34 Add systemd unit file by Davide Pesavento · 6 years ago
  39. 4162cc5 Change default database path from /var/db to /var/lib by Davide Pesavento · 6 years ago
  40. ed2f476 build: various updates and cleanups by Davide Pesavento · 6 years ago
  41. 31be3f6 tools: normalize exit codes by Davide Pesavento · 6 years ago
  42. c221e36 ndngetfile: vaporize pointless header file by Davide Pesavento · 6 years ago
  43. e18d368 main: use boost::program_options and other cleanups by Davide Pesavento · 6 years ago
  44. 3aa8d2b Remove dependency on Selectors and refactor codebase. by weijia yuan · 7 years ago
  45. 82cf914 Use ndn::mgmt::Dispatcher for repo commands by weijia yuan · 6 years ago
  46. 5a3f101 ci: install gcovr via apt by ashiqopu · 6 years ago
  47. 0c13951 Stop using deprecated Data::{get,set}FinalBlockId() by Davide Pesavento · 6 years ago
  48. 98ff2bc build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
  49. 93eb49b build: find Boost lib architecture automatically by Eric Newberry · 7 years ago
  50. 759214f Fix -Wvexing-parse warnings with clang-6 by Davide Pesavento · 7 years ago
  51. f43a03e build: restore checking of compiler flags by Davide Pesavento · 7 years ago
  52. d606ecf Remove unused skip list implementation by Davide Pesavento · 7 years ago
  53. bb058c0 Auto-register prefixes for inserted data by Alexander Afanasyev · 7 years ago
  54. d45e62b examples: add missing include by Davide Pesavento · 7 years ago
  55. b16edda fix io_service incomplete type compile errors by Eric Newberry · 7 years ago
  56. 8cc7b91 Fix -Wunused-lambda-capture warning with clang-5 by Davide Pesavento · 7 years ago
  57. 2e8147c tools: Properly sign command interests after switching to v2 Keychain by Alexander Afanasyev · 7 years ago
  58. 81203b9 Fix bug with config file processing by Alexander Afanasyev · 7 years ago
  59. 30ab3ff ci: add Xcode 9.0 to Travis-CI build matrix by Davide Pesavento · 7 years ago
  60. 190e4dc read: auto-register prefixes for inserted data by Nick Gordon · 7 years ago
  61. 3c29d63 ci: add clang-5.0 build job to Travis-CI by Davide Pesavento · 7 years ago
  62. 49f3a5f Eliminate dependency on Boost.Random by Davide Pesavento · 7 years ago
  63. b545aac Update build system by Davide Pesavento · 7 years ago
  64. 5d66961 Stop using deprecated Block constructor by Davide Pesavento · 7 years ago
  65. f34a355 build: Synchronize CI scripts with NFD by Alexander Afanasyev · 7 years ago
  66. c0e2658 Finalize switch to v2 security by Alexander Afanasyev · 7 years ago
  67. e180131 build: sync default-compiler-flags.py with NFD by Junxiao Shi · 7 years ago
  68. 2b7b831 handles: consolidate command prefix registrations by Junxiao Shi · 8 years ago
  69. 434fa49 docs: text improvements by Junxiao Shi · 8 years ago
  70. 047a6fb switch to ndn-cxx KeyChain v2 by Junxiao Shi · 8 years ago
  71. 42290b2 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  72. 959c5b9 tools: don't use CommandInterestGenerator in ndnputfile by Junxiao Shi · 8 years ago
  73. d352cce build: Update compiler flags and addressing discovered warnings by Alexander Afanasyev · 9 years ago
  74. 6e81812 repo: fix config max-packets from int to uint64_t by Shuo Chen · 10 years ago
  75. a79c778 storage: switch index data structure from skiplist to std::set by WeiqiShi · 10 years ago
  76. 1e39ddd handles: avoid deprecate Block::fromBuffer overloads by Junxiao Shi · 10 years ago
  77. 595b2bd tests: Fix test cases for ImplictSha256DigestComponent by Alexander Afanasyev · 10 years ago
  78. dd6348a tools: Use binary mode for output writing in ndngetfile by Diarmuid Collins · 10 years ago
  79. d3e9da1 src+tests: Add missing include and mark expected failures of some tests by Alexander Afanasyev · 10 years ago
  80. a8f3c40 build: use C++11 by Wentao Shang · 10 years ago
  81. ca188d7 all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  82. 68f2cf6 repo: data publisher by Weiqi Shi · 10 years ago
  83. 9a22389 repo: visualize contents of the repo by Weiqi Shi · 10 years ago
  84. 5822e34 repo: ndnputfile and ndngetfile by Weiqi Shi · 10 years ago
  85. bd469da repo : docs by Weiqi Shi · 10 years ago
  86. d02b72e build: Do not warn about C99 extensions by Alexander Afanasyev · 10 years ago
  87. a12f528 repo: initialize storage (e.g., rebuild index) by Shuo Chen · 10 years ago
  88. 90d1e88 tool: repo watching prefix by Weiqi Shi · 10 years ago
  89. 098f91c repo: Watching prefix by Weiqi Shi · 10 years ago
  90. b7e8a81 tests: Small refactoring of test cases by Alexander Afanasyev · 10 years ago
  91. f0330d5 storage: Making use of SkipList-based index by Weiqi Shi · 11 years ago
  92. 28a90fb index: SkipList-based index by Weiqi Shi · 11 years ago
  93. bf2248d storage: a better skiplist by Shuo Chen · 11 years ago
  94. c88c87d validator: integrate validator-config for data validation by Shuo Chen · 11 years ago
  95. 028dcd3 validator: integrate validator-config by Shuo Chen · 11 years ago
  96. 9a43f16 storage: skiplist for repo index by Shuo Chen · 11 years ago
  97. 5d9c419 validator: renew config file for validator-config by Shuo Chen · 11 years ago
  98. 91fb4f2 src: Update source code to use new API and fix compilation errors due to missing headers by Wentao Shang · 11 years ago
  99. ca32918 tests/integrated: Basic repo insert, delete and read test case by Shuo Chen · 11 years ago
  100. 39d9807 src: Small source reorganization by Alexander Afanasyev · 11 years ago