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