1. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  2. b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
  3. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  4. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  5. dcffdaa fw: decouple Forwarder and FaceTable by Junxiao Shi · 8 years ago
  6. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  7. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  8. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  9. 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 8 years ago
  10. f3410d8 fw: use scope_prefix::LOCALHOST in Forwarder by Junxiao Shi · 9 years ago
  11. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  12. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  13. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  14. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  15. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  16. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  17. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  18. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  19. faa5c0c fw: Correct log message in onContentStoreHit by Vince Lehman · 9 years ago
  20. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  21. faf3eb0 fw: register strategy with macro by Junxiao Shi · 10 years ago
  22. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  23. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  24. 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
  25. ad3f1cb fw: when Interest matches CS, set straggler timer on PIT entry by Junxiao Shi · 10 years ago
  26. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  27. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  28. a57f8b4 fw: set unsatisfy timer in incoming Interest pipeline by Alexander Afanasyev · 10 years ago
  29. 0e173b7 fw: permit setStragglerTimer with unexpired OutRecord by Junxiao Shi · 10 years ago
  30. 223271b fw: require valid FaceId in outgoing Interest/Data pipelines by Junxiao Shi · 10 years ago
  31. af6569a core: unify randomization by Junxiao Shi · 10 years ago
  32. da006f5 fw: incoming Data pipeline avoid sending to inFace by Junxiao Shi · 10 years ago
  33. d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 10 years ago
  34. 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
  35. f52dac7 table: NameTree optimization by Haowei Yuan · 11 years ago
  36. 9f7455b fw: avoid setting PIT unsatisfy timer twice by Junxiao Shi · 11 years ago
  37. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  38. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  39. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  40. e17349a fw: fix isPending condition by Junxiao Shi · 11 years ago
  41. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  42. 57f0f31 fw: make strategies understand scope by Junxiao Shi · 11 years ago
  43. 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 11 years ago
  44. b289cc1 fw: ForwarderCounters by Junxiao Shi · 11 years ago
  45. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
  46. bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
  47. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  48. 4063184 table: NameTree::findLongestPrefixMatch predicate by Junxiao Shi · 11 years ago
  49. c85a23c table: Measurements on NameTree by HangZhang · 11 years ago
  50. ad4afd1 table: FIB on NameTree by HangZhang · 11 years ago
  51. 78c84d1 table: PIT on NameTree by Haowei Yuan · 11 years ago
  52. 9b27bd2 fw: /localhost scope control on outgoing path by Junxiao Shi · 11 years ago
  53. 09498f0 fw: rename "Interest rebuff" to "Interest reject" by Junxiao Shi · 11 years ago
  54. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  55. dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
  56. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  57. 06887ac fw: set incomingFaceId for incoming packets by Junxiao Shi · 11 years ago
  58. 26b730f fw: Added FaceId to Face conversion method by Steve DiBenedetto · 11 years ago
  59. 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago
  60. d3c792f fw: basic forwarding procedure & strategy skeleton by Junxiao Shi · 11 years ago
  61. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  62. 33b7277 fw: Basic Forwarder class definition by Alexander Afanasyev · 11 years ago