1. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  2. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  3. 30c37ab table: add Cs::erase method by Junxiao Shi · 7 years ago
  4. 057d149 table: enforce NameTree max depth universally by Junxiao Shi · 7 years ago
  5. 3d2049f table: add CS enablement flags by Junxiao Shi · 7 years ago
  6. 3f9234b table: limit prefix length in Measurements by Junxiao Shi · 7 years ago
  7. 4e837f8 table: limit prefix length in StrategyChoice by Junxiao Shi · 7 years ago
  8. 042a331 table: attach PIT entry to NameTree node within depth limit by Junxiao Shi · 7 years ago
  9. f54d030 table: advisory limit of NameTree depth by Junxiao Shi · 7 years ago
  10. 4e1b6ee tests: avoid misaligned memory access in CS test by Junxiao Shi · 7 years ago
  11. bb6146e tests: use ndn::util::Sha256 instead of ndn::crypto by Junxiao Shi · 7 years ago
  12. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  13. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 7 years ago
  14. 1fbdb54 tests: improve Table/TestCs test suite by Junxiao Shi · 8 years ago
  15. 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
  16. 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
  17. 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
  18. 7f566dd table: StrategyChoice no longer supports installed instances by Junxiao Shi · 8 years ago
  19. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  20. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  21. 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
  22. 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
  23. 7ee00fb table: cs::Policy::getPolicyNames by Junxiao Shi · 8 years ago
  24. a274292 table: pit::Entry checks Interest matches entry when updating in/out-record by Junxiao Shi · 8 years ago
  25. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  26. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  27. fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
  28. 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago
  29. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  30. 340d553 table: make name_tree::Node the sole owner of name_tree::Entry by Junxiao Shi · 8 years ago
  31. 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
  32. 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
  33. e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
  34. b660b4c table: refactor NameTree hashtable by Junxiao Shi · 8 years ago
  35. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  36. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  37. 2570f3e table: NameTree code style corrections by Junxiao Shi · 8 years ago
  38. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  39. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  40. 3978c92 table: fix uninitialised memory error in DeadNonceList test suite by Junxiao Shi · 8 years ago
  41. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  42. 2879779 table: fix Pit::find leak of NameTreeEntry by Junxiao Shi · 8 years ago
  43. ff92030 table: fix Pit::erase crash when Interest name contains implicit digest by spirosmastorakis · 8 years ago
  44. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  45. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  46. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  47. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  48. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  49. 8c0500f table: fix Measurements::get(Fib::s_emptyEntry) crash by Junxiao Shi · 9 years ago
  50. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  51. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  52. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  53. 0315269 table: add CS policy LRU by Minsheng Zhang · 9 years ago
  54. cb6e05f table: add CS policy interface by Minsheng Zhang · 10 years ago
  55. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  56. e84044e tests: Fix segfault in TableNameTree test suite when all test logs are enabled by Alexander Afanasyev · 10 years ago
  57. 35b16b1 table: ContentStore recognizes CachingPolicy-NoCache by Junxiao Shi · 10 years ago
  58. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  59. 04cf5a9 Merge branch 'feature-cs' into master by Junxiao Shi · 10 years ago
  60. fc20696 table: ContentStore enumeration by Junxiao Shi · 10 years ago
  61. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  62. b283128 table: use UnitTestTimeFixture in DeadNonceList test suite by Junxiao Shi · 10 years ago
  63. 3535396 table: MeasurementsAccessor findLongestPrefixMatch & findExactMatch by Junxiao Shi · 10 years ago
  64. 767cb33 table: Measurements::findLongestPrefixMatch(pit::Entry) by Junxiao Shi · 10 years ago
  65. b30c7b0 table: accept predicate in Measurements::findLongestPrefixMatch by Junxiao Shi · 10 years ago
  66. c91ebfa table: Allow iteration over CS entries by Alexander Afanasyev · 10 years ago
  67. 750fa1c table: Allow iteration over PIT entries by Alexander Afanasyev · 10 years ago
  68. 39ef261 table: StrategyInfoHost stores multiple StrategyInfo of distinct types by Junxiao Shi · 10 years ago
  69. a938818 table: rewrite ContentStore by Junxiao Shi · 10 years ago
  70. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  71. e368d99 table: simplify Measurements with C++11 features by Junxiao Shi · 10 years ago
  72. 4b2e6cb table: fix Fib::removeNextHopFromAllEntries invalidating NameTree iterator by Junxiao Shi · 10 years ago
  73. 60607c7 table: make NameTree enumeration usable with range-based for by Junxiao Shi · 10 years ago
  74. 2b73ca3 table: make NameTree::findAllMatches usable with range-based for by Junxiao Shi · 10 years ago
  75. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  76. 3651fd7 tests: Marking some cs test cases with expected failures by Alexander Afanasyev · 10 years ago
  77. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  78. 4cf4170 table: Evict unsolicited Data in FIFO order by Alexander Afanasyev · 10 years ago
  79. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  80. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  81. 0e42c57 table: dead Nonce list by Junxiao Shi · 10 years ago
  82. e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
  83. b303324 table: Fix segfault during Fib::removeNextHopFromAllEntries by Alexander Afanasyev · 10 years ago
  84. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  85. 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
  86. 28d586a table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy by Alexander Afanasyev · 10 years ago
  87. 1983804 table: set initial lifetime for Measurements entry by Junxiao Shi · 10 years ago
  88. 4b3fc86 table: Offload the implicit digest calculation to the library by Alexander Afanasyev · 10 years ago
  89. c026d25 tests: Small fixes to eliminate false test failures due to recent changes in the library by Alexander Afanasyev · 10 years ago
  90. 281b916 tables: Adjust pre-allocated CS entry queue on Cs::setLimit call by Alexander Afanasyev · 10 years ago
  91. b5888d2 table: make StrategyChoice enumerable by Junxiao Shi · 10 years ago
  92. 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
  93. 66f91f8 table: PIT entry InRecord/OutRecord getters by Junxiao Shi · 11 years ago
  94. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago