1. 11c3638 build: sync default CXXFLAGS and DEFINES with ndn-cxx by Davide Pesavento · 11 months ago
  2. d45f888 Switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  3. 55492d5 docs: simplify conf.py and fix compatibility with upcoming Sphinx 6.0 by Davide Pesavento · 2 years, 3 months ago
  4. 8663ed1 build: migrate to C++17 by Davide Pesavento · 2 years, 5 months ago
  5. 5f5101a Avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  6. 44ec207 Drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  7. 07684bc Move config.hpp and a few more private headers to a 'detail' subdir by Davide Pesavento · 3 years, 11 months ago
  8. e7dc776 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 4 years ago
  9. 5f408ae build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 5 months ago
  10. d6a0956 logic: fix -Wrange-loop-construct warning with clang 10 by Davide Pesavento · 4 years, 9 months ago
  11. 2741644 logic: remove some leftover code by Davide Pesavento · 5 years ago
  12. a1ad604 src: schedule sync interest on NoRoute NACK by Ashlesh Gawande · 5 years ago
  13. d7de2d4 logic: initialize m_syncReset before using it by Davide Pesavento · 5 years ago
  14. d057cf1 Follow ndn::Scheduler API changes by Davide Pesavento · 6 years ago
  15. 0d837e3 ndn::util::scheduler => ndn::scheduler by Davide Pesavento · 6 years ago
  16. c490212 logic: use ScopedEventId by Junxiao Shi · 6 years ago
  17. 8e4e76d logic+socket: use PendingInterestHandle and RegisteredPrefixHandle by Junxiao Shi · 6 years ago
  18. 9a306fe logic: use properly seeded rng via ndn::random::getRandomNumberEngine by Ashlesh Gawande · 6 years ago
  19. 1d1092d Transition to v0.3 format by Ashlesh Gawande · 6 years ago
  20. 0b3beab logic: Don't shutdown face when destructing Logic instance by Nick Gordon · 7 years ago
  21. bf5bc6c Allow override of the session number (required by NLSR) by Alexander Afanasyev · 7 years ago
  22. fcbf81d logic: Disable use of exclude by Alexander Afanasyev · 7 years ago
  23. 6ee98ff **Breaking change** Use bzip2 compression of sync data payload by Alexander Afanasyev · 7 years ago
  24. 8903629 Add ability to configure maximum packet size for sync data by Alexander Afanasyev · 7 years ago
  25. 90587b8 Avoid ABI differences between debug/optimized modes by Alexander Afanasyev · 7 years ago
  26. 4a9ecd5 logic: handle sending data packets larger than MAX_NDN_PACKET_SIZE by Ashlesh Gawande · 7 years ago
  27. 04e8d49 Mark exclude interest as mustBeFresh by Ashlesh Gawande · 7 years ago
  28. 4e010bc logic: disallow Interest loopback on sync prefix by Junxiao Shi · 7 years ago
  29. 5473abe Use ndn::Buffer::data() instead of buf() by Davide Pesavento · 7 years ago
  30. 08784d4 Fix compilation with latest ndn-cxx by Ashlesh Gawande · 7 years ago
  31. 8ba7d5a logic: do not process exclude interests by Ashlesh Gawande · 7 years ago
  32. 687cf92 Adapt to ndn-cxx security changes by Ashlesh Gawande · 8 years ago
  33. d31d6b1 logic: don't send oversized exclude interests by Ashlesh Gawande · 8 years ago
  34. e9eda8a Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  35. f42aa2c logic: Implemented exclude filter by Sonu Mishra · 8 years ago
  36. 4d3a2e0 logic: Implement Recovery mechanism by Sonu Mishra · 8 years ago
  37. e10acbc logic: Fixed empty digest comparison by Sonu Mishra · 8 years ago
  38. 0dadc57 logic: Enable early refresh by Sonu Mishra · 8 years ago
  39. 36eb3ed Replace logging with one provided by ndn-cxx by Alexander Afanasyev · 8 years ago
  40. 9d5679a src: destruct logic and socket properly by Yingdi Yu · 10 years ago new-reset
  41. 53f5f04 interest-table: normalize naming of member methods. by Yingdi Yu · 10 years ago
  42. fb8c9e0 tests: move integrated tests into unit tests by Qiuhan Ding · 10 years ago
  43. e246b62 socket: allow manipulating multiple nodes in single logic by Qiuhan Ding · 10 years ago
  44. 8c095fd logic: allow manipulating multiple nodes in single logic by Qiuhan Ding · 10 years ago
  45. cd33902 security: Introduce validator by Yingdi Yu · 10 years ago
  46. f7ede41 Fix logic by Yingdi Yu · 10 years ago