1. 0bba81d fw: delete spurious assertion in AccessStrategy by Davide Pesavento · 4 years, 3 months ago
  2. 2377ada fw: handle dropped packets in strategies by Eric Newberry · 4 years, 3 months ago
  3. c1d4837 fw: fix PIT entry rejection in MulticastStrategy on receiving same Interest by Ashlesh Gawande · 4 years, 5 months ago
  4. ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
  5. e1cf4ba table: prevent integer overflow in pit::FaceRecord by Junxiao Shi · 4 years, 6 months ago
  6. 6bead9b fw: Add unsolicited data forwarder counter by Alex Lane · 4 years, 8 months ago
  7. f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 7 months ago
  8. c68b2e8 fw: add HopLimit to strategy documentation by Eric Newberry · 4 years, 9 months ago
  9. c29eb7f fw: attach PIT token upon CS hit by Junxiao Shi · 4 years, 9 months ago
  10. 9d283ad fw: process HopLimit by Eric Newberry · 4 years, 9 months ago
  11. 9cec699 fw: Minor bug fixes for timeout sensitivity and ignored probes in ASF by Alex Lane · 4 years, 10 months ago
  12. 51cf75c fw+table: use Interest::Nonce instead of uint32_t by Davide Pesavento · 4 years, 10 months ago
  13. 8e53127 fw: SelfLearningStrategy: check if PIT out-record exists by Teng Liang · 5 years ago
  14. 2feb459 fw: add processing for afterNewNextHop signal by Ju Pan · 5 years ago
  15. a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
  16. 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
  17. c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
  18. cf1d0c0 fw: Add Random Forwarding Strategy by Klaus Schneider · 5 years ago
  19. a6f637a fw: various code simplifications in AsfStrategy by Davide Pesavento · 5 years ago
  20. eb7b7ab fw: use ndn-cxx's RttEstimator in AccessStrategy by Davide Pesavento · 5 years ago
  21. 1402fa1 fw: Use ndn-cxx's RttEstimator in AsfStrategy by Ernest McCracken · 6 years ago
  22. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  23. 115ea63 fw: on CS miss, pass ingress with EndpointId=0 to strategy by Md Ashiqur Rahman · 5 years ago
  24. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  25. b31206e fw: always create PIT in-records with EndpointId=0 for now by Davide Pesavento · 6 years ago
  26. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  27. a6dec22 fw: properly handle consumer retransmission in AsfStrategy by Saurab Dulal · 6 years ago
  28. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  29. 17c172b fw: AccessStrategy: fix PIT in-record lookup with EndpointId by Davide Pesavento · 6 years ago
  30. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  31. c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
  32. 8a05c7f rib: move RibManager to mgmt by Davide Pesavento · 6 years ago
  33. d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
  34. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  35. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  36. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  37. 39465c2 fw: implement self-learning forwarding strategy by Teng Liang · 6 years ago
  38. 00e32fe fw: delete deprecated ClientControlStrategy by Junxiao Shi · 6 years ago
  39. 6eb1ac9 mgmt: add satisfied and unsatisfied counters for forwarder status management by Ju Pan · 6 years ago
  40. f48d080 rib: reimplement auto prefix propagation based on readvertise by Yanbiao Li · 7 years ago
  41. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  42. c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
  43. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  44. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  45. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  46. 43bb231 fw: introduce afterReceiveData strategy trigger by Teng Liang · 7 years ago
  47. 85a3663 fw: introduce afterContentStoreHit strategy trigger by Teng Liang · 7 years ago
  48. 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
  49. 6f09ab6 fw+table: add isSatisfied and dataFreshnessPeriod to PIT entry by Teng Liang · 7 years ago
  50. 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
  51. 92e4ea5 fw: Add ASF strategy parameters n-silent-timeouts & probing-interval by Ashlesh Gawande · 7 years ago
  52. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  53. 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
  54. f940ae7 fw: use lp::isLessSevere from ndn-cxx by Junxiao Shi · 7 years ago
  55. 06a1eab fw: Forwarder provides CS hit/miss counters by Junxiao Shi · 7 years ago
  56. 9001599 fw: per upstream retx exponential suppression for multicast strategy by Ashlesh Gawande · 7 years ago
  57. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  58. 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
  59. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 8 years ago
  60. f995f38 fw: forward Interest/Data to ad hoc incoming face by Teng Liang · 8 years ago
  61. cad76b6 fw: ASF should check if FaceInfo exists before using it by Ashlesh Gawande · 8 years ago
  62. 185ab29 face: add best-effort link-layer reliability by Eric Newberry · 8 years ago
  63. da89fa5 fw: silence unused variable warning in FaceTable by Junxiao Shi · 8 years ago
  64. 4f5cdcf fw: avoid breaking logic after LINK_TYPE_AD_HOC is introduced by Teng Liang · 8 years ago
  65. 2fe3af0 fw: duplicate Nonce from same face is not loop by Junxiao Shi · 8 years ago
  66. ecdbe5f fw: consumer retansmission in multicast startegy by Ashlesh Gawande · 8 years ago
  67. e38e261 fw: Nack in multicast strategy by Ashlesh Gawande · 8 years ago
  68. 6fd1e7e fw: in FaceTable::add(), move the shared_ptr instead of copying it by Davide Pesavento · 8 years ago
  69. f9858fd fw: strip Link object when Interest reaches producer region by Junxiao Shi · 8 years ago
  70. 9954007 fw: abstract Nack processing out of BestRouteStrategy2 by Junxiao Shi · 8 years ago
  71. 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
  72. 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
  73. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  74. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  75. 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
  76. 037f4ab fw: move STRATEGY_NAME to getStrategyName static function by Junxiao Shi · 8 years ago
  77. f15058a table: don't share Strategy instance among StrategyChoice entries by Junxiao Shi · 8 years ago
  78. c34d167 fw: refactor Strategy registry by Junxiao Shi · 8 years ago
  79. c29c0b0 fw: don't expose UnsolicitedDataPolicy::Registry by Junxiao Shi · 8 years ago
  80. 9db7359 fw: UnsolicitedDataPolicy::getPolicyNames by Junxiao Shi · 8 years ago
  81. 57cda13 fw: delete deprecated Strategy::sendInterest overload and violatesScope by Junxiao Shi · 8 years ago
  82. 2a73f35 fw: localhop scope restriction in ASF strategy by Ashlesh Gawande · 8 years ago
  83. e21b3f3 fw: localhop scope restriction in best-route v1, multicast, ncc strategies by Junxiao Shi · 8 years ago
  84. a7f9a29 fw: localhop scope restriction in AccessStrategy by Junxiao Shi · 8 years ago
  85. 00dc914 fw: localhop scope restriction in BestRouteStrategy2 by Junxiao Shi · 8 years ago
  86. c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
  87. d3ac777 fw: Check out record exists before calculating RTT in ASF by Ashlesh Gawande · 8 years ago
  88. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  89. c69f921 fw: deprecate ClientControlStrategy by Junxiao Shi · 8 years ago
  90. e342e8d fw: honor NextHopFaceId universally by Junxiao Shi · 8 years ago
  91. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  92. 58320f7 fw: UnsolicitedDataPolicy registry by Junxiao Shi · 8 years ago
  93. 88f5f73 fw: change default UnsolicitedDataPolicy to drop-all by Junxiao Shi · 8 years ago
  94. cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
  95. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  96. e0fa33b fw: delete deprecated BroadcastStrategy by Junxiao Shi · 8 years ago
  97. fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
  98. 36b2225 fw: additional unsolicited Data policies by Junxiao Shi · 8 years ago
  99. fbe8efe fw: UnsolicitedDataPolicy by Junxiao Shi · 8 years ago
  100. 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago