1. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  2. 9a28c3f fw+table: workaround bogus doxygen warnings by Davide Pesavento · 2 years, 7 months ago
  3. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  4. a103334 fw: Add default HopLimit to Interest when missing by Philipp Moll · 3 years, 7 months ago
  5. 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
  6. e08cc4c table: improve logging in DeadNonceList by Davide Pesavento · 3 years, 7 months ago
  7. 0559047 fw: eliminate Forwarder::dispatchToStrategy() by Davide Pesavento · 3 years, 10 months ago
  8. b21bed8 fw: fix and simplify enumeration logic in Forwarder::onNewNextHop() by Davide Pesavento · 3 years, 11 months ago
  9. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  10. 2377ada fw: handle dropped packets in strategies by Eric Newberry · 4 years, 3 months ago
  11. ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
  12. 2feb459 fw: add processing for afterNewNextHop signal by Ju Pan · 5 years ago
  13. a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
  14. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  15. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  16. c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
  17. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  18. 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
  19. 6f09ab6 fw+table: add isSatisfied and dataFreshnessPeriod to PIT entry by Teng Liang · 7 years ago
  20. 6308644 fw: remove onInterestUnsatisfied pipeline stage by Teng Liang · 7 years ago
  21. 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
  22. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  23. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 8 years ago
  24. c5f651f fw: allow strategies to pick outgoing Interest by Junxiao Shi · 8 years ago
  25. cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
  26. fbe8efe fw: UnsolicitedDataPolicy by Junxiao Shi · 8 years ago
  27. b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
  28. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  29. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  30. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  31. f3410d8 fw: use scope_prefix::LOCALHOST in Forwarder by Junxiao Shi · 9 years ago
  32. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  33. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  34. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  35. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  36. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  37. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  38. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  39. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  40. d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 11 years ago
  41. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  42. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  43. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  44. ea48d8b mgmt: StatusServer by Junxiao Shi · 11 years ago
  45. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
  46. 57f0f31 fw: make strategies understand scope by Junxiao Shi · 11 years ago
  47. 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 11 years ago
  48. b289cc1 fw: ForwarderCounters by Junxiao Shi · 11 years ago
  49. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
  50. 2d9bdc8 fw: ClientControlStrategy by Junxiao Shi · 11 years ago
  51. bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
  52. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  53. ad4afd1 table: FIB on NameTree by HangZhang · 11 years ago
  54. 78c84d1 table: PIT on NameTree by Haowei Yuan · 11 years ago
  55. 09498f0 fw: rename "Interest rebuff" to "Interest reject" by Junxiao Shi · 11 years ago
  56. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  57. dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
  58. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  59. 26b730f fw: Added FaceId to Face conversion method by Steve DiBenedetto · 11 years ago
  60. 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago
  61. d3c792f fw: basic forwarding procedure & strategy skeleton by Junxiao Shi · 11 years ago
  62. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  63. 33b7277 fw: Basic Forwarder class definition by Alexander Afanasyev · 11 years ago