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