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