- d94b7b3 face: reimplement EndpointId with std::variant by Teng Liang · 2 years, 6 months ago
- e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
- b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
- a103334 fw: Add default HopLimit to Interest when missing by Philipp Moll · 3 years, 7 months ago
- 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
- 0559047 fw: eliminate Forwarder::dispatchToStrategy() by Davide Pesavento · 3 years, 10 months ago
- b21bed8 fw: fix and simplify enumeration logic in Forwarder::onNewNextHop() 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
- fdc0645 fw: add test for received Interest with no nonce by Eric Newberry · 4 years, 6 months ago
- 6bead9b fw: Add unsolicited data forwarder counter by Alex Lane · 4 years, 8 months ago
- 9d283ad fw: process HopLimit by Eric Newberry · 4 years, 9 months ago
- a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
- c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
- d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
- 7890a9f tests: avoid comparing Interests with operator== by Davide Pesavento · 5 years ago
- 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
- 9d72785 tests: set CanBePrefix in daemon tests by Junxiao Shi · 6 years ago
- 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
- b31206e fw: always create PIT in-records with EndpointId=0 for now by Davide Pesavento · 6 years ago
- 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
- 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
- cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 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
- d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
- 3ad49db fib: add EndpointId field in NextHop record 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
- 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
- 06a1eab fw: Forwarder provides CS hit/miss counters by Junxiao Shi · 7 years ago
- fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
- 2fe3af0 fw: duplicate Nonce from same face is not loop by Junxiao Shi · 8 years ago
- 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
- c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
- e342e8d fw: honor NextHopFaceId universally by Junxiao Shi · 8 years ago
- cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags 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
- 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
- a49a1ab table: StrategyChoice uses unique_ptr 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
- 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
- 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 9 years ago
- d41d607 fw: use UnitTestTimeFixture in Forwarder tests by Junxiao Shi · 9 years ago
- b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
- 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
- ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
- 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
- cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
- 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
- da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
- 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
- 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
- d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed from tests/daemon/fw/forwarder.cpp]
- 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
- c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
- 75ab6b7 fw: use LimitedIo in FwForwarder/SimpleExchange test case by Junxiao Shi · 10 years ago
- 455581d fw: use UnitTestClock in Forwarder persistent loop test case by Junxiao Shi · 10 years ago
- a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
- 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
- ad3f1cb fw: when Interest matches CS, set straggler timer on PIT entry by Junxiao Shi · 10 years ago
- 223271b fw: require valid FaceId in outgoing Interest/Data pipelines by Junxiao Shi · 10 years ago
- da006f5 fw: incoming Data pipeline avoid sending to inFace by Junxiao Shi · 11 years ago
- f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 11 years ago
- 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed (99%) from tests/fw/forwarder.cpp]
- 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
- 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
- eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
- 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 11 years ago
- b289cc1 fw: ForwarderCounters by Junxiao Shi · 11 years ago
- f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
- 76cf77a table: ContentStore based on skip list by Ilya Moiseenko · 11 years ago
- a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
- d9ee45c tests: resetGlobalIoService for every test by Junxiao Shi · 11 years ago
- 9b27bd2 fw: /localhost scope control on outgoing path by Junxiao Shi · 11 years ago
- c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
- bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
- 93ce75e face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual by Alexander Afanasyev · 11 years ago
- 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
- a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 11 years ago
- 06887ac fw: set incomingFaceId for incoming packets by Junxiao Shi · 11 years ago
- 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago