1. d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
  2. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  3. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  4. 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
  5. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  6. c0822fa build: switch to C++14 by Davide Pesavento · 6 years ago
  7. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  8. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  9. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  10. 1cb619e docs: fully qualify types documented via doxygen's \class command by Davide Pesavento · 7 years ago
  11. 43bb231 fw: introduce afterReceiveData strategy trigger by Teng Liang · 7 years ago
  12. 30c37ab table: add Cs::erase method by Junxiao Shi · 7 years ago
  13. 057d149 table: enforce NameTree max depth universally by Junxiao Shi · 7 years ago
  14. 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
  15. 6f09ab6 fw+table: add isSatisfied and dataFreshnessPeriod to PIT entry by Teng Liang · 7 years ago
  16. 332783b mgmt: respond with 414 if StrategyChoice prefix is too long by Junxiao Shi · 7 years ago
  17. 7530635 rib: limit route prefix length in rib/register command by Junxiao Shi · 7 years ago
  18. 3d2049f table: add CS enablement flags by Junxiao Shi · 7 years ago
  19. 3f9234b table: limit prefix length in Measurements by Junxiao Shi · 7 years ago
  20. 4e837f8 table: limit prefix length in StrategyChoice by Junxiao Shi · 7 years ago
  21. 847de40 build: Add warning for non-virtual destructor and fix discovered issues by Alexander Afanasyev · 7 years ago
  22. 042a331 table: attach PIT entry to NameTree node within depth limit by Junxiao Shi · 7 years ago
  23. f54d030 table: advisory limit of NameTree depth by Junxiao Shi · 7 years ago
  24. c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  25. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  26. 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
  27. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 7 years ago
  28. 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
  29. 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
  30. 7f566dd table: StrategyChoice no longer supports installed instances by Junxiao Shi · 8 years ago
  31. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  32. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  33. 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
  34. 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
  35. f15058a table: don't share Strategy instance among StrategyChoice entries by Junxiao Shi · 8 years ago
  36. c34d167 fw: refactor Strategy registry by Junxiao Shi · 8 years ago
  37. b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
  38. 7ee00fb table: cs::Policy::getPolicyNames by Junxiao Shi · 8 years ago
  39. 52555b0 table: CS policy registry by Junxiao Shi · 8 years ago
  40. a274292 table: pit::Entry checks Interest matches entry when updating in/out-record by Junxiao Shi · 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. 2af9ca3 table: move CS limit change logging to cs::Policy by Junxiao Shi · 8 years ago
  44. 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago
  45. f5409d4 table: Pit::deleteInOutRecords accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  46. 1c2c6c4 table: silence unused variable warning in release builds by Davide Pesavento · 8 years ago
  47. b30863e table: simplify StrategyChoice iterator with Boost.Range by Junxiao Shi · 8 years ago
  48. 13ad4b7 table: simplify FIB iterator with Boost.Range by Junxiao Shi · 8 years ago
  49. 9f6ca60 table: declare name_tree::Range type by Junxiao Shi · 8 years ago
  50. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  51. 3248205 table: PIT iterator dereferences to const shared_ptr<pit::Entry>& by Junxiao Shi · 8 years ago
  52. 09cf13c table: move PIT iterator to a separate file 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. e7258ff table: cleanupOnFaceRemoval doesn't rely on shared_ptr<name_tree::Entry> anymore by Junxiao Shi · 8 years ago
  55. dd8f661 table: NameTree::findLongestPrefixMatch accepts all table entry types by Junxiao Shi · 8 years ago
  56. 759993b table: delete unnecessary name_tree::Iterator destructor by Junxiao Shi · 8 years ago
  57. 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
  58. f2420fc table: ensure NameTree::lookup(tableEntry) does not return nullptr by Junxiao Shi · 8 years ago
  59. 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
  60. e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
  61. b660b4c table: refactor NameTree hashtable by Junxiao Shi · 8 years ago
  62. 029401f table: refactor NameTree iterator by Junxiao Shi · 8 years ago
  63. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  64. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  65. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  66. 2570f3e table: NameTree code style corrections by Junxiao Shi · 8 years ago
  67. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  68. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  69. ff10da6 table: attach unique_ptr<strategy_choice::Entry> onto NameTree by Junxiao Shi · 8 years ago
  70. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  71. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  72. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  73. 2879779 table: fix Pit::find leak of NameTreeEntry by Junxiao Shi · 8 years ago
  74. b184e53 table: NameTree::getEntry by Junxiao Shi · 8 years ago
  75. ff92030 table: fix Pit::erase crash when Interest name contains implicit digest by spirosmastorakis · 8 years ago
  76. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  77. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  78. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  79. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  80. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  81. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  82. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  83. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  84. 8c0500f table: fix Measurements::get(Fib::s_emptyEntry) crash by Junxiao Shi · 9 years ago
  85. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  86. 9c903e0 table: fix PriorityFifoPolicy memory leak by Minsheng Zhang · 9 years ago
  87. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  88. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  89. 63ab1bb mgmt: Add tables.network_region section in config file to populate NetworkRegionTable by Vince Lehman · 9 years ago
  90. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  91. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  92. 0315269 table: add CS policy LRU by Minsheng Zhang · 9 years ago
  93. 8082993 table: Remove useless boolean in NameTree::const_iterator::operator++ by hwyuan · 9 years ago
  94. cb6e05f table: add CS policy interface by Minsheng Zhang · 10 years ago
  95. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  96. ebaf7b6 table: delete nfd::cs::skip_list::Entry by Junxiao Shi · 10 years ago
  97. 0e97a97 table: Reduce priority of DeadNonceList log messages by Davide Pesavento · 10 years ago
  98. 35b16b1 table: ContentStore recognizes CachingPolicy-NoCache by Junxiao Shi · 10 years ago
  99. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0
  100. 5af9bd3 table: reduce implicit digest computation in ContentStore by Junxiao Shi · 10 years ago