1. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  2. 3978c92 table: fix uninitialised memory error in DeadNonceList test suite by Junxiao Shi · 8 years ago
  3. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  4. 2879779 table: fix Pit::find leak of NameTreeEntry by Junxiao Shi · 8 years ago
  5. ff92030 table: fix Pit::erase crash when Interest name contains implicit digest by spirosmastorakis · 8 years ago
  6. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  7. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  8. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  9. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  10. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  11. 8c0500f table: fix Measurements::get(Fib::s_emptyEntry) crash by Junxiao Shi · 9 years ago
  12. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  13. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  14. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  15. 0315269 table: add CS policy LRU by Minsheng Zhang · 9 years ago
  16. cb6e05f table: add CS policy interface by Minsheng Zhang · 10 years ago
  17. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  18. e84044e tests: Fix segfault in TableNameTree test suite when all test logs are enabled by Alexander Afanasyev · 10 years ago
  19. 35b16b1 table: ContentStore recognizes CachingPolicy-NoCache by Junxiao Shi · 10 years ago
  20. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  21. 04cf5a9 Merge branch 'feature-cs' into master by Junxiao Shi · 10 years ago
  22. fc20696 table: ContentStore enumeration by Junxiao Shi · 10 years ago
  23. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  24. b283128 table: use UnitTestTimeFixture in DeadNonceList test suite by Junxiao Shi · 10 years ago
  25. 3535396 table: MeasurementsAccessor findLongestPrefixMatch & findExactMatch by Junxiao Shi · 10 years ago
  26. 767cb33 table: Measurements::findLongestPrefixMatch(pit::Entry) by Junxiao Shi · 10 years ago
  27. b30c7b0 table: accept predicate in Measurements::findLongestPrefixMatch by Junxiao Shi · 10 years ago
  28. c91ebfa table: Allow iteration over CS entries by Alexander Afanasyev · 10 years ago
  29. 750fa1c table: Allow iteration over PIT entries by Alexander Afanasyev · 10 years ago
  30. 39ef261 table: StrategyInfoHost stores multiple StrategyInfo of distinct types by Junxiao Shi · 10 years ago
  31. a938818 table: rewrite ContentStore by Junxiao Shi · 10 years ago
  32. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  33. e368d99 table: simplify Measurements with C++11 features by Junxiao Shi · 10 years ago
  34. 4b2e6cb table: fix Fib::removeNextHopFromAllEntries invalidating NameTree iterator by Junxiao Shi · 10 years ago
  35. 60607c7 table: make NameTree enumeration usable with range-based for by Junxiao Shi · 10 years ago
  36. 2b73ca3 table: make NameTree::findAllMatches usable with range-based for by Junxiao Shi · 10 years ago
  37. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  38. 3651fd7 tests: Marking some cs test cases with expected failures by Alexander Afanasyev · 10 years ago
  39. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  40. 4cf4170 table: Evict unsolicited Data in FIFO order by Alexander Afanasyev · 10 years ago
  41. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  42. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  43. 0e42c57 table: dead Nonce list by Junxiao Shi · 10 years ago
  44. e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
  45. b303324 table: Fix segfault during Fib::removeNextHopFromAllEntries by Alexander Afanasyev · 10 years ago
  46. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  47. 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
  48. 28d586a table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy by Alexander Afanasyev · 10 years ago
  49. 1983804 table: set initial lifetime for Measurements entry by Junxiao Shi · 10 years ago
  50. 4b3fc86 table: Offload the implicit digest calculation to the library by Alexander Afanasyev · 10 years ago
  51. c026d25 tests: Small fixes to eliminate false test failures due to recent changes in the library by Alexander Afanasyev · 10 years ago
  52. 281b916 tables: Adjust pre-allocated CS entry queue on Cs::setLimit call by Alexander Afanasyev · 10 years ago
  53. b5888d2 table: make StrategyChoice enumerable by Junxiao Shi · 10 years ago
  54. 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
  55. 66f91f8 table: PIT entry InRecord/OutRecord getters by Junxiao Shi · 10 years ago
  56. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago