1. c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
  2. d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
  3. 7890a9f tests: avoid comparing Interests with operator== by Davide Pesavento · 5 years ago
  4. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  5. 9d72785 tests: set CanBePrefix in daemon tests by Junxiao Shi · 5 years ago
  6. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  7. b31206e fw: always create PIT in-records with EndpointId=0 for now by Davide Pesavento · 6 years ago
  8. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  9. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  10. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  11. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  12. c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
  13. d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
  14. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  15. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  16. 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
  17. 06a1eab fw: Forwarder provides CS hit/miss counters by Junxiao Shi · 7 years ago
  18. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  19. 2fe3af0 fw: duplicate Nonce from same face is not loop by Junxiao Shi · 8 years ago
  20. 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
  21. c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
  22. e342e8d fw: honor NextHopFaceId universally by Junxiao Shi · 8 years ago
  23. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  24. cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
  25. b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
  26. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  27. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  28. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  29. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  30. 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 8 years ago
  31. d41d607 fw: use UnitTestTimeFixture in Forwarder tests by Junxiao Shi · 8 years ago
  32. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  33. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  34. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  35. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  36. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  37. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  38. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  39. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  40. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  41. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed from tests/daemon/fw/forwarder.cpp]
  42. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  43. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  44. 75ab6b7 fw: use LimitedIo in FwForwarder/SimpleExchange test case by Junxiao Shi · 10 years ago
  45. 455581d fw: use UnitTestClock in Forwarder persistent loop test case by Junxiao Shi · 10 years ago
  46. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  47. 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
  48. ad3f1cb fw: when Interest matches CS, set straggler timer on PIT entry by Junxiao Shi · 10 years ago
  49. 223271b fw: require valid FaceId in outgoing Interest/Data pipelines by Junxiao Shi · 10 years ago
  50. da006f5 fw: incoming Data pipeline avoid sending to inFace by Junxiao Shi · 10 years ago
  51. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 10 years ago
  52. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed (99%) from tests/fw/forwarder.cpp]
  53. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  54. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  55. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  56. 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 11 years ago
  57. b289cc1 fw: ForwarderCounters by Junxiao Shi · 11 years ago
  58. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
  59. 76cf77a table: ContentStore based on skip list by Ilya Moiseenko · 11 years ago
  60. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  61. d9ee45c tests: resetGlobalIoService for every test by Junxiao Shi · 11 years ago
  62. 9b27bd2 fw: /localhost scope control on outgoing path by Junxiao Shi · 11 years ago
  63. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  64. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
  65. 93ce75e face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual by Alexander Afanasyev · 11 years ago
  66. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  67. a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 11 years ago
  68. 06887ac fw: set incomingFaceId for incoming packets by Junxiao Shi · 11 years ago
  69. 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago