1. cf0f3ce fw: move Forwarder::lookupFib to Strategy::lookupFib by Junxiao Shi · 8 years ago
  2. e0fa33b fw: delete deprecated BroadcastStrategy by Junxiao Shi · 8 years ago
  3. fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
  4. 36b2225 fw: additional unsolicited Data policies by Junxiao Shi · 8 years ago
  5. 8ff0a86 tests: don't store shared_ptr<pit::Entry> in StrategyTester by Junxiao Shi · 8 years ago
  6. b9420cf fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions by Junxiao Shi · 8 years ago
  7. 15e98b0 fw: pass const shared_ptr<pit::Entry>& to Strategy triggers by Junxiao Shi · 8 years ago
  8. 352fc82 fw: AccessStrategy test suite avoid deprecated ndn::Face::expressInterest overload by Junxiao Shi · 8 years ago
  9. 9ede5bd tests: TopologyTester avoid deprecated ndn::Face::expressInterest overload by Junxiao Shi · 8 years ago
  10. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  11. dcffdaa fw: decouple Forwarder and FaceTable by Junxiao Shi · 8 years ago
  12. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  13. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  14. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  15. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  16. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  17. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  18. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  19. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  20. 8a4c29e fw: Adaptive SRTT-based Forwarding strategy by Vince Lehman · 8 years ago
  21. 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 8 years ago
  22. d41d607 fw: use UnitTestTimeFixture in Forwarder tests by Junxiao Shi · 8 years ago
  23. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  24. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  25. 8744c97 fw: hasPendingOutRecords considers Nack by Junxiao Shi · 9 years ago
  26. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  27. 39a79be fw: NccStrategy explore potential upstreams by Hila Ben Abraham · 9 years ago
  28. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  29. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  30. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  31. 459cf19 tests: fix build with clang 3.8 by Davide Pesavento · 9 years ago
  32. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  33. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  34. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  35. 52e8540 fw: increase initial suppression interval in BestRouteStrategy2 by Junxiao Shi · 9 years ago
  36. ed89ccc build: enable -Wextra by default by Davide Pesavento · 9 years ago
  37. 6535f1e face: InternalForwarderTransport & InternalClientTransport by Junxiao Shi · 9 years ago
  38. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  39. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  40. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  41. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  42. 965d3a4 fw: AccessStrategy avoid loop back new Interest by Junxiao Shi · 9 years ago
  43. 684fa0f fw: use RetxSuppressionExponential in best-route by Junxiao Shi · 10 years ago
  44. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  45. 73b909a fw: RetxSuppressionExponential by Junxiao Shi · 10 years ago
  46. a788e25 fw: rename RetransmissionSuppression to RetxSuppressionFixed by Junxiao Shi · 10 years ago
  47. 80ee7cb fw: access strategy by Junxiao Shi · 10 years ago
  48. 6316220 fw: fix NccStrategy loop back to sole downstream by Junxiao Shi · 10 years ago
  49. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  50. 192af1f fw: abstract retransmission suppression logic by Junxiao Shi · 10 years ago
  51. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  52. 3cb4fc6 fw: use UnitTestTimeFixture in NCC test case by Junxiao Shi · 10 years ago
  53. 49e11e7 fw: give strategy access to FaceTable by Junxiao Shi · 10 years ago
  54. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  55. 584a569 fw: use UnitTestClock in BestRouteStrategy2 test by Junxiao Shi · 10 years ago
  56. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  57. 75ab6b7 fw: use LimitedIo in FwForwarder/SimpleExchange test case by Junxiao Shi · 10 years ago
  58. 455581d fw: use UnitTestClock in Forwarder persistent loop test case by Junxiao Shi · 10 years ago
  59. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  60. 913806d fw: fix clang compilation error in best-route v2 test case by Junxiao Shi · 10 years ago
  61. 7c7c136 fw: fix best-route v2 strategy test case by Junxiao Shi · 10 years ago
  62. 1f30aac fw: redesign best-route v2 strategy test case by Junxiao Shi · 10 years ago
  63. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  64. 8bfd56d fw: NccStrategy proper detection for new PIT entry by Junxiao Shi · 10 years ago
  65. 1553910 fw: optimize FwNccStrategy/FavorRespondingUpstream test case by Junxiao Shi · 10 years ago
  66. 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
  67. 986b849 fw: Best Route Strategy version 2 by Junxiao Shi · 10 years ago
  68. ad3f1cb fw: when Interest matches CS, set straggler timer on PIT entry by Junxiao Shi · 10 years ago
  69. cbb490a fw: NccStrategy always sets pitEntryEntry->maxInterval by Junxiao Shi · 10 years ago
  70. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  71. 223271b fw: require valid FaceId in outgoing Interest/Data pipelines by Junxiao Shi · 10 years ago
  72. 02e3224 fw: RttEstimator by Junxiao Shi · 10 years ago
  73. da006f5 fw: incoming Data pipeline avoid sending to inFace by Junxiao Shi · 10 years ago
  74. d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 10 years ago
  75. 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
  76. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago