- 195b78a fw: delegate sending Nack-Duplicate to forwarding strategy by Mark Theeranantachai · 11 months ago
- 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
- 653eb07 fw: refactor strategy logging and improve ASF probe logging by Alex Lane · 1 year, 5 months ago
- aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
- a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
- e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
- a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
- b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
- 1ef93d0 fw: add strategy parameters to configure exponential retx suppression by Ashlesh Gawande · 2 years, 9 months ago
- 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
- b21bed8 fw: fix and simplify enumeration logic in Forwarder::onNewNextHop() by Davide Pesavento · 3 years, 11 months ago
- 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
- 2377ada fw: handle dropped packets in strategies by Eric Newberry · 4 years, 3 months ago
- ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
- c68b2e8 fw: add HopLimit to strategy documentation by Eric Newberry · 4 years, 9 months ago
- 2feb459 fw: add processing for afterNewNextHop signal by Ju Pan · 5 years ago
- a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
- 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
- 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
- c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
- 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
- 43bb231 fw: introduce afterReceiveData strategy trigger by Teng Liang · 7 years ago
- 85a3663 fw: introduce afterContentStoreHit strategy trigger by Teng Liang · 7 years ago
- 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
- 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
- 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
- 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
- 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
- 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
- 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
- 037f4ab fw: move STRATEGY_NAME to getStrategyName static function by Junxiao Shi · 8 years ago
- c34d167 fw: refactor Strategy registry by Junxiao Shi · 8 years ago
- 57cda13 fw: delete deprecated Strategy::sendInterest overload and violatesScope by Junxiao Shi · 8 years ago
- 00dc914 fw: localhop scope restriction in BestRouteStrategy2 by Junxiao Shi · 8 years ago
- c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
- cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
- b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
- 15e98b0 fw: pass const shared_ptr<pit::Entry>& to Strategy triggers by Junxiao Shi · 8 years ago
- ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
- 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
- a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
- 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
- b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
- 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
- faf3eb0 fw: register strategy with macro by Junxiao Shi · 10 years ago
- 49e11e7 fw: give strategy access to FaceTable by Junxiao Shi · 10 years ago
- e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
- 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
- d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 11 years ago
- 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
- 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
- 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 11 years ago
- 2d9bdc8 fw: ClientControlStrategy by Junxiao Shi · 11 years ago
- bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
- 09498f0 fw: rename "Interest rebuff" to "Interest reject" by Junxiao Shi · 11 years ago
- dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
- 727ed29 fw: broadcast strategy by Junxiao Shi · 11 years ago
- 22be22c fw: Strategy::beforeSatisfyPendingInterest trigger by Junxiao Shi · 11 years ago
- 679e927 fw: Strategy base class by Junxiao Shi · 11 years ago
- 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago
- d3c792f fw: basic forwarding procedure & strategy skeleton by Junxiao Shi · 11 years ago