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