1. 39465c2 fw: implement self-learning forwarding strategy by Teng Liang · 6 years ago
  2. 00e32fe fw: delete deprecated ClientControlStrategy by Junxiao Shi · 6 years ago
  3. 6eb1ac9 mgmt: add satisfied and unsatisfied counters for forwarder status management by Ju Pan · 6 years ago
  4. f48d080 rib: reimplement auto prefix propagation based on readvertise by Yanbiao Li · 6 years ago
  5. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  6. c0822fa build: switch to C++14 by Davide Pesavento · 6 years ago
  7. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  8. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  9. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  10. 43bb231 fw: introduce afterReceiveData strategy trigger by Teng Liang · 7 years ago
  11. 85a3663 fw: introduce afterContentStoreHit strategy trigger by Teng Liang · 7 years ago
  12. 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
  13. 6f09ab6 fw+table: add isSatisfied and dataFreshnessPeriod to PIT entry by Teng Liang · 7 years ago
  14. 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
  15. 92e4ea5 fw: Add ASF strategy parameters n-silent-timeouts & probing-interval by Ashlesh Gawande · 7 years ago
  16. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  17. 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
  18. f940ae7 fw: use lp::isLessSevere from ndn-cxx by Junxiao Shi · 7 years ago
  19. 06a1eab fw: Forwarder provides CS hit/miss counters by Junxiao Shi · 7 years ago
  20. 9001599 fw: per upstream retx exponential suppression for multicast strategy by Ashlesh Gawande · 7 years ago
  21. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  22. 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
  23. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 7 years ago
  24. f995f38 fw: forward Interest/Data to ad hoc incoming face by Teng Liang · 8 years ago
  25. cad76b6 fw: ASF should check if FaceInfo exists before using it by Ashlesh Gawande · 8 years ago
  26. 185ab29 face: add best-effort link-layer reliability by Eric Newberry · 8 years ago
  27. da89fa5 fw: silence unused variable warning in FaceTable by Junxiao Shi · 8 years ago
  28. 4f5cdcf fw: avoid breaking logic after LINK_TYPE_AD_HOC is introduced by Teng Liang · 8 years ago
  29. 2fe3af0 fw: duplicate Nonce from same face is not loop by Junxiao Shi · 8 years ago
  30. ecdbe5f fw: consumer retansmission in multicast startegy by Ashlesh Gawande · 8 years ago
  31. e38e261 fw: Nack in multicast strategy by Ashlesh Gawande · 8 years ago
  32. 6fd1e7e fw: in FaceTable::add(), move the shared_ptr instead of copying it by Davide Pesavento · 8 years ago
  33. f9858fd fw: strip Link object when Interest reaches producer region by Junxiao Shi · 8 years ago
  34. 9954007 fw: abstract Nack processing out of BestRouteStrategy2 by Junxiao Shi · 8 years ago
  35. 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
  36. 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
  37. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  38. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  39. 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
  40. 037f4ab fw: move STRATEGY_NAME to getStrategyName static function by Junxiao Shi · 8 years ago
  41. f15058a table: don't share Strategy instance among StrategyChoice entries by Junxiao Shi · 8 years ago
  42. c34d167 fw: refactor Strategy registry by Junxiao Shi · 8 years ago
  43. c29c0b0 fw: don't expose UnsolicitedDataPolicy::Registry by Junxiao Shi · 8 years ago
  44. 9db7359 fw: UnsolicitedDataPolicy::getPolicyNames by Junxiao Shi · 8 years ago
  45. 57cda13 fw: delete deprecated Strategy::sendInterest overload and violatesScope by Junxiao Shi · 8 years ago
  46. 2a73f35 fw: localhop scope restriction in ASF strategy by Ashlesh Gawande · 8 years ago
  47. e21b3f3 fw: localhop scope restriction in best-route v1, multicast, ncc strategies by Junxiao Shi · 8 years ago
  48. a7f9a29 fw: localhop scope restriction in AccessStrategy by Junxiao Shi · 8 years ago
  49. 00dc914 fw: localhop scope restriction in BestRouteStrategy2 by Junxiao Shi · 8 years ago
  50. c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
  51. d3ac777 fw: Check out record exists before calculating RTT in ASF by Ashlesh Gawande · 8 years ago
  52. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  53. c69f921 fw: deprecate ClientControlStrategy by Junxiao Shi · 8 years ago
  54. e342e8d fw: honor NextHopFaceId universally by Junxiao Shi · 8 years ago
  55. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  56. 58320f7 fw: UnsolicitedDataPolicy registry by Junxiao Shi · 8 years ago
  57. 88f5f73 fw: change default UnsolicitedDataPolicy to drop-all by Junxiao Shi · 8 years ago
  58. cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
  59. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  60. e0fa33b fw: delete deprecated BroadcastStrategy by Junxiao Shi · 8 years ago
  61. fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
  62. 36b2225 fw: additional unsolicited Data policies by Junxiao Shi · 8 years ago
  63. fbe8efe fw: UnsolicitedDataPolicy by Junxiao Shi · 8 years ago
  64. 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago
  65. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  66. b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
  67. 15e98b0 fw: pass const shared_ptr<pit::Entry>& to Strategy triggers by Junxiao Shi · 8 years ago
  68. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  69. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  70. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  71. dcffdaa fw: decouple Forwarder and FaceTable by Junxiao Shi · 8 years ago
  72. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  73. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  74. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  75. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  76. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  77. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  78. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  79. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  80. 8a4c29e fw: Adaptive SRTT-based Forwarding strategy by Vince Lehman · 8 years ago
  81. 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 8 years ago
  82. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  83. 8744c97 fw: hasPendingOutRecords considers Nack by Junxiao Shi · 9 years ago
  84. f3410d8 fw: use scope_prefix::LOCALHOST in Forwarder by Junxiao Shi · 9 years ago
  85. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  86. 39a79be fw: NccStrategy explore potential upstreams by Hila Ben Abraham · 9 years ago
  87. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  88. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  89. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  90. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  91. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  92. 52e8540 fw: increase initial suppression interval in BestRouteStrategy2 by Junxiao Shi · 9 years ago
  93. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  94. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  95. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  96. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  97. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  98. faa5c0c fw: Correct log message in onContentStoreHit by Vince Lehman · 9 years ago
  99. 965d3a4 fw: AccessStrategy avoid loop back new Interest by Junxiao Shi · 9 years ago
  100. 7b0f4d1 fw: AccessStrategy extends measurements lifetime by Junxiao Shi · 9 years ago