1. 9f100b3 build: update waf to version 2.0.26 by Davide Pesavento · 1 year, 4 months ago
  2. 97741e7 build: sync default build flags with ndn-cxx by Davide Pesavento · 1 year, 5 months ago
  3. 48dbab6 tests: follow DummyClientFace namespace change by Davide Pesavento · 1 year, 5 months ago
  4. ebc0275 tests: fix compilation with latest ndn-cxx by Davide Pesavento · 1 year, 8 months ago
  5. ed77870 build: align minimum build requirements with ndn-cxx by Davide Pesavento · 1 year, 8 months ago
  6. 2ff1056 build: switch source archive to xz compression by Davide Pesavento · 1 year, 10 months ago
  7. 8560103 ci: adopt reusable workflows from `named-data/actions` by Davide Pesavento · 1 year, 11 months ago
  8. 3fb27eb Prepare release 0.5.5 by Davide Pesavento · 2 years ago 0.5.5
  9. 535b51d build: update waf to version 2.0.24 by Davide Pesavento · 2 years, 1 month ago
  10. cda4489 build: link with lld by default on Linux; add Xcode 14.1 to CI matrix by Davide Pesavento · 2 years, 1 month ago
  11. 044ecc9 docs: restore exception handling in conf.py by Davide Pesavento · 2 years, 3 months ago
  12. 55492d5 docs: simplify conf.py and fix compatibility with upcoming Sphinx 6.0 by Davide Pesavento · 2 years, 3 months ago
  13. 15a7442 build+ci: support macOS on arm64 by Davide Pesavento · 2 years, 4 months ago
  14. 9c4bd6d build: support CentOS Stream 9, make graphviz optional by Davide Pesavento · 2 years, 5 months ago
  15. 54bf15a Update C++ badge in README.md by Davide Pesavento · 2 years, 5 months ago
  16. 8663ed1 build: migrate to C++17 by Davide Pesavento · 2 years, 5 months ago
  17. 5a6292d build: explicitly require libndn-cxx >= 0.8.0 by Davide Pesavento · 2 years, 10 months ago
  18. 5f5101a Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  19. 26a0326 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 2 years, 10 months ago
  20. 44ec207 Drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  21. 22eeb29 ci: replace Travis with GitHub Actions by Davide Pesavento · 3 years, 3 months ago
  22. ad7a61b ci: don't use deprecated ndnsec commands by Davide Pesavento · 3 years, 7 months ago
  23. 96b9a1d docs: Deprecated note in README.md by Philipp Moll · 3 years, 10 months ago
  24. dbac16a Prepare release 0.5.4 by Davide Pesavento · 3 years, 10 months ago 0.5.4
  25. 780e646 ci: compile-check installed headers by Davide Pesavento · 3 years, 11 months ago
  26. 07684bc Move config.hpp and a few more private headers to a 'detail' subdir by Davide Pesavento · 3 years, 11 months ago
  27. e7dc776 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago
  28. 5f408ae build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 5 months ago
  29. cc6f67c Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  30. 675d6fb Rename VERSION to VERSION.info to avoid conflicts with modern STL by Alexander Afanasyev · 4 years, 7 months ago
  31. dbee9bf ci: update Travis configuration by Davide Pesavento · 4 years, 9 months ago
  32. d6a0956 logic: fix -Wrange-loop-construct warning with clang 10 by Davide Pesavento · 4 years, 9 months ago
  33. a0546db build+ci: switch to python3 by Davide Pesavento · 4 years, 9 months ago
  34. e3fe048 docs: restructure and update AUTHORS.md by Eric Newberry · 5 years ago
  35. e275292 build: upgrade waf to version 2.0.19 by Davide Pesavento · 5 years ago
  36. 2741644 logic: remove some leftover code by Davide Pesavento · 5 years ago
  37. dd00076 Prepare release 0.5.3 by Davide Pesavento · 5 years ago 0.5.3
  38. c47774f build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
  39. a1ad604 src: schedule sync interest on NoRoute NACK by Ashlesh Gawande · 5 years ago
  40. dfd704a ci: upgrade Travis config to Ubuntu 18.04 by Davide Pesavento · 5 years ago
  41. d7de2d4 logic: initialize m_syncReset before using it by Davide Pesavento · 5 years ago
  42. 4db56c8 ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 6 years ago
  43. d057cf1 Follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  44. 5c39ba1 ci: enable LeakSanitizer by Davide Pesavento · 6 years ago
  45. 5188f31 ci: update .travis.yml and jenkins scripts by Davide Pesavento · 6 years ago
  46. 0d837e3 ndn::util::scheduler => ndn::scheduler by Davide Pesavento · 6 years ago
  47. c490212 logic: use ScopedEventId by Junxiao Shi · 6 years ago
  48. 8e4e76d logic+socket: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  49. fae9def build: various updates by Davide Pesavento · 6 years ago
  50. 9a306fe logic: use properly seeded rng via ndn::random::getRandomNumberEngine by Ashlesh Gawande · 6 years ago
  51. e19f3f6 Prepare release 0.5.2 by Alexander Afanasyev · 6 years ago 0.5.2
  52. 1d1092d Transition to v0.3 format by Ashlesh Gawande · 6 years ago
  53. 4a9395b build: require gcc >= 5.3 and switch to C++14 by Davide Pesavento · 7 years ago
  54. e374e70 Prepare release 0.5.1 by Alexander Afanasyev · 7 years ago 0.5.1
  55. e87d8e2 build: find Boost lib architecture automatically by Eric Newberry · 7 years ago
  56. db862e0 src: Fix compilation after ndn-cxx marked Component explicit by Ashlesh Gawande · 7 years ago
  57. d74b697 docs: only use sphinxcontrib-doxylink on Python 3 by Eric Newberry · 7 years ago
  58. 0b3beab logic: Don't shutdown face when destructing Logic instance by Nick Gordon · 7 years ago
  59. a3aad84 Remove obsolete parts by Alexander Afanasyev · 7 years ago
  60. 40491df build: update waf to version 2.0.6 by Alexander Afanasyev · 7 years ago
  61. f5fca3a Prepare release 0.5.0 by Alexander Afanasyev · 7 years ago 0.5.0
  62. bf5bc6c Allow override of the session number (required by NLSR) by Alexander Afanasyev · 7 years ago
  63. fcbf81d logic: Disable use of exclude by Alexander Afanasyev · 7 years ago
  64. 6ee98ff **Breaking change** Use bzip2 compression of sync data payload by Alexander Afanasyev · 7 years ago
  65. 8903629 Add ability to configure maximum packet size for sync data by Alexander Afanasyev · 7 years ago
  66. 90587b8 Avoid ABI differences between debug/optimized modes by Alexander Afanasyev · 7 years ago
  67. 4a9ecd5 logic: handle sending data packets larger than MAX_NDN_PACKET_SIZE by Ashlesh Gawande · 7 years ago
  68. aae853c Allow sync interest lifetime to be set from socket by Ashlesh Gawande · 7 years ago
  69. 04e8d49 Mark exclude interest as mustBeFresh by Ashlesh Gawande · 7 years ago
  70. dc88507 docs: mention the contributing guide by Nick Gordon · 7 years ago
  71. 4e010bc logic: disallow Interest loopback on sync prefix by Junxiao Shi · 7 years ago
  72. c2489b4 ci: expand Travis-CI build matrix by Davide Pesavento · 7 years ago 0.4.0
  73. 7ef57e2 build+ci: update scripts by Davide Pesavento · 7 years ago
  74. 9e50021 Prepare release 0.4.0 by Alexander Afanasyev · 7 years ago
  75. f93a145 Update doxygen configuration by Davide Pesavento · 7 years ago
  76. 5473abe Use ndn::Buffer::data() instead of buf() by Davide Pesavento · 7 years ago
  77. 12d5faa build: Add -isystem and set specialized flags as a last configuration step by Alexander Afanasyev · 7 years ago
  78. 08784d4 Fix compilation with latest ndn-cxx by Ashlesh Gawande · 7 years ago
  79. 8dfa63c socket: refresh nonce on timeout by Ashlesh Gawande · 7 years ago
  80. 8ba7d5a logic: do not process exclude interests by Ashlesh Gawande · 7 years ago
  81. 687cf92 Adapt to ndn-cxx security changes by Ashlesh Gawande · 8 years ago
  82. 097bb44 docs: Fix doxgyen build by Ashlesh Gawande · 8 years ago
  83. 8d1347a socket: allow applications to set seq numbers by Ashlesh Gawande · 8 years ago
  84. d31d6b1 logic: don't send oversized exclude interests by Ashlesh Gawande · 8 years ago
  85. e9eda8a Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  86. f42aa2c logic: Implemented exclude filter by Sonu Mishra · 8 years ago
  87. 4d3a2e0 logic: Implement Recovery mechanism by Sonu Mishra · 8 years ago
  88. e10acbc logic: Fixed empty digest comparison by Sonu Mishra · 8 years ago
  89. 0dadc57 logic: Enable early refresh by Sonu Mishra · 8 years ago
  90. 36eb3ed Replace logging with one provided by ndn-cxx by Alexander Afanasyev · 8 years ago
  91. f3192eb build+ci: Upgrade build scripts, enable coverage and sanitizer flags by Alexander Afanasyev · 8 years ago 0.3.0
  92. 60d2588 socket: don't use deprecated ndn::dataBlock by Junxiao Shi · 8 years ago
  93. 0c7f56a tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  94. edaef7c Fix compilation error due to changes in ndn-cxx by Alexander Afanasyev · 10 years ago
  95. ea488fd build: Build ndn-cxx as a shared library by Alexander Afanasyev · 10 years ago
  96. 8fb88f1 build: Fix compilation due to refactoring of EncodingImpl in ndn-cxx library by Alexander Afanasyev · 10 years ago
  97. e042f83 doc: add building instructions for power-constrained platform in README.md by Yingdi Yu · 10 years ago
  98. 372697f build: remove unnecessary dependency on protobuf by Yingdi Yu · 10 years ago
  99. 9d5679a src: destruct logic and socket properly by Yingdi Yu · 10 years ago new-reset
  100. 53f5f04 interest-table: normalize naming of member methods. by Yingdi Yu · 10 years ago