1. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  2. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  3. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  4. dcffdaa fw: decouple Forwarder and FaceTable by Junxiao Shi · 8 years ago
  5. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  6. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  7. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  8. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  9. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  10. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  11. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  12. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  13. 8a4c29e fw: Adaptive SRTT-based Forwarding strategy by Vince Lehman · 8 years ago
  14. 891f47b fw: outgoing Interest pipeline prefers newest in-record by Junxiao Shi · 9 years ago
  15. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  16. 8744c97 fw: hasPendingOutRecords considers Nack by Junxiao Shi · 9 years ago
  17. f3410d8 fw: use scope_prefix::LOCALHOST in Forwarder by Junxiao Shi · 9 years ago
  18. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  19. 39a79be fw: NccStrategy explore potential upstreams by Hila Ben Abraham · 9 years ago
  20. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  21. 330136a fw: fix PIT leak from DNL-detected duplicate Nonce by Junxiao Shi · 9 years ago
  22. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  23. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  24. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  25. 52e8540 fw: increase initial suppression interval in BestRouteStrategy2 by Junxiao Shi · 9 years ago
  26. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  27. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  28. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  29. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  30. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  31. faa5c0c fw: Correct log message in onContentStoreHit by Vince Lehman · 9 years ago
  32. 965d3a4 fw: AccessStrategy avoid loop back new Interest by Junxiao Shi · 10 years ago
  33. 7b0f4d1 fw: AccessStrategy extends measurements lifetime by Junxiao Shi · 10 years ago
  34. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  35. 684fa0f fw: use RetxSuppressionExponential in best-route by Junxiao Shi · 10 years ago
  36. faf3eb0 fw: register strategy with macro by Junxiao Shi · 10 years ago
  37. 73b909a fw: RetxSuppressionExponential by Junxiao Shi · 10 years ago
  38. a788e25 fw: rename RetransmissionSuppression to RetxSuppressionFixed by Junxiao Shi · 10 years ago
  39. 66ff098 face: cleanup log messages in all faces and print fail reason by Davide Pesavento · 10 years ago
  40. 80ee7cb fw: access strategy by Junxiao Shi · 10 years ago
  41. 6316220 fw: fix NccStrategy loop back to sole downstream by Junxiao Shi · 10 years ago
  42. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  43. 192af1f fw: abstract retransmission suppression logic by Junxiao Shi · 10 years ago
  44. 3535396 table: MeasurementsAccessor findLongestPrefixMatch & findExactMatch by Junxiao Shi · 10 years ago
  45. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  46. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  47. 39ef261 table: StrategyInfoHost stores multiple StrategyInfo of distinct types by Junxiao Shi · 10 years ago
  48. 49e11e7 fw: give strategy access to FaceTable by Junxiao Shi · 10 years ago
  49. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  50. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  51. e368d99 table: simplify Measurements with C++11 features by Junxiao Shi · 10 years ago
  52. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  53. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  54. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  55. 8bfd56d fw: NccStrategy proper detection for new PIT entry by Junxiao Shi · 10 years ago
  56. e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
  57. 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
  58. 986b849 fw: Best Route Strategy version 2 by Junxiao Shi · 10 years ago
  59. ad3f1cb fw: when Interest matches CS, set straggler timer on PIT entry by Junxiao Shi · 10 years ago
  60. cbb490a fw: NccStrategy always sets pitEntryEntry->maxInterval by Junxiao Shi · 10 years ago
  61. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  62. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  63. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  64. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  65. a57f8b4 fw: set unsatisfy timer in incoming Interest pipeline by Alexander Afanasyev · 10 years ago
  66. 0e173b7 fw: permit setStragglerTimer with unexpired OutRecord by Junxiao Shi · 10 years ago
  67. 223271b fw: require valid FaceId in outgoing Interest/Data pipelines by Junxiao Shi · 10 years ago
  68. 583760b face: Cleaning up onFail EventEmitter after event is fired from Face::fail by Alexander Afanasyev · 11 years ago
  69. af6569a core: unify randomization by Junxiao Shi · 11 years ago
  70. 02e3224 fw: RttEstimator by Junxiao Shi · 11 years ago
  71. da006f5 fw: incoming Data pipeline avoid sending to inFace by Junxiao Shi · 11 years ago
  72. d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 11 years ago
  73. 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
  74. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  75. f52dac7 table: NameTree optimization by Haowei Yuan · 11 years ago
  76. 9f7455b fw: avoid setting PIT unsatisfy timer twice by Junxiao Shi · 11 years ago
  77. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  78. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  79. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 11 years ago
  80. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  81. 1391d61 fw: NccStrategy checks existence of PitEntryInfo by Junxiao Shi · 11 years ago
  82. bc521a5 fw: Prevent re-insertion of faces into FaceTable by Alexander Afanasyev · 11 years ago
  83. e17349a fw: fix isPending condition by Junxiao Shi · 11 years ago
  84. 7b7dfdd tools: Fixing bugs in nfd-status by Alexander Afanasyev · 11 years ago
  85. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  86. bd392bf fw: FaceTable onAdd,onRemove events by Junxiao Shi · 11 years ago
  87. ea48d8b mgmt: StatusServer by Junxiao Shi · 11 years ago
  88. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
  89. 57f0f31 fw: make strategies understand scope by Junxiao Shi · 11 years ago
  90. 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 11 years ago
  91. b289cc1 fw: ForwarderCounters by Junxiao Shi · 11 years ago
  92. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
  93. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago
  94. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 11 years ago
  95. 7bb0151 table: MeasurementsAccessor uses StrategyChoice by Junxiao Shi · 11 years ago
  96. 2d9bdc8 fw: ClientControlStrategy by Junxiao Shi · 11 years ago
  97. bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
  98. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  99. 4063184 table: NameTree::findLongestPrefixMatch predicate by Junxiao Shi · 11 years ago
  100. c85a23c table: Measurements on NameTree by HangZhang · 11 years ago