1. 340d553 table: make name_tree::Node the sole owner of name_tree::Entry by Junxiao Shi · 8 years ago
  2. e7258ff table: cleanupOnFaceRemoval doesn't rely on shared_ptr<name_tree::Entry> anymore by Junxiao Shi · 8 years ago
  3. dd8f661 table: NameTree::findLongestPrefixMatch accepts all table entry types by Junxiao Shi · 8 years ago
  4. 759993b table: delete unnecessary name_tree::Iterator destructor by Junxiao Shi · 8 years ago
  5. 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
  6. f2420fc table: ensure NameTree::lookup(tableEntry) does not return nullptr by Junxiao Shi · 8 years ago
  7. 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
  8. e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
  9. b660b4c table: refactor NameTree hashtable by Junxiao Shi · 8 years ago
  10. 029401f table: refactor NameTree iterator by Junxiao Shi · 8 years ago
  11. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  12. 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  13. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  14. 2570f3e table: NameTree code style corrections by Junxiao Shi · 8 years ago
  15. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  16. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  17. ff10da6 table: attach unique_ptr<strategy_choice::Entry> onto NameTree by Junxiao Shi · 8 years ago
  18. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  19. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  20. 05cc50a fw: Forwarder::lookupFib by Junxiao Shi · 8 years ago
  21. 2879779 table: fix Pit::find leak of NameTreeEntry by Junxiao Shi · 8 years ago
  22. b184e53 table: NameTree::getEntry by Junxiao Shi · 8 years ago
  23. ff92030 table: fix Pit::erase crash when Interest name contains implicit digest by spirosmastorakis · 8 years ago
  24. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  25. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  26. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  27. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  28. ffe8bbb table: allow setting CS capacity limit to zero by Minsheng Zhang · 9 years ago
  29. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  30. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  31. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  32. 8c0500f table: fix Measurements::get(Fib::s_emptyEntry) crash by Junxiao Shi · 9 years ago
  33. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  34. 9c903e0 table: fix PriorityFifoPolicy memory leak by Minsheng Zhang · 9 years ago
  35. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  36. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  37. 63ab1bb mgmt: Add tables.network_region section in config file to populate NetworkRegionTable by Vince Lehman · 9 years ago
  38. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  39. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  40. 0315269 table: add CS policy LRU by Minsheng Zhang · 9 years ago
  41. 8082993 table: Remove useless boolean in NameTree::const_iterator::operator++ by hwyuan · 9 years ago
  42. cb6e05f table: add CS policy interface by Minsheng Zhang · 10 years ago
  43. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  44. ebaf7b6 table: delete nfd::cs::skip_list::Entry by Junxiao Shi · 10 years ago
  45. 0e97a97 table: Reduce priority of DeadNonceList log messages by Davide Pesavento · 10 years ago
  46. 35b16b1 table: ContentStore recognizes CachingPolicy-NoCache by Junxiao Shi · 10 years ago
  47. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0
  48. 5af9bd3 table: reduce implicit digest computation in ContentStore by Junxiao Shi · 10 years ago
  49. 04cf5a9 Merge branch 'feature-cs' into master by Junxiao Shi · 10 years ago
  50. fc20696 table: ContentStore enumeration by Junxiao Shi · 10 years ago
  51. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  52. 5640ec8 table: better ContentStore findRightmost algorithm by Junxiao Shi · 10 years ago
  53. 3535396 table: MeasurementsAccessor findLongestPrefixMatch & findExactMatch by Junxiao Shi · 10 years ago
  54. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  55. 767cb33 table: Measurements::findLongestPrefixMatch(pit::Entry) by Junxiao Shi · 10 years ago
  56. b30c7b0 table: accept predicate in Measurements::findLongestPrefixMatch by Junxiao Shi · 10 years ago
  57. c91ebfa table: Allow iteration over CS entries by Alexander Afanasyev · 10 years ago
  58. 8934c42 table: Ensure that Cs::erase removes the item from the cleanup index by Alexander Afanasyev · 10 years ago
  59. 750fa1c table: Allow iteration over PIT entries by Alexander Afanasyev · 10 years ago
  60. 09fc3d9 table: Ensure Fib::const_iterator is default and copy constructible by Alexander Afanasyev · 10 years ago
  61. 39ef261 table: StrategyInfoHost stores multiple StrategyInfo of distinct types by Junxiao Shi · 10 years ago
  62. a938818 table: rewrite ContentStore by Junxiao Shi · 10 years ago
  63. ac7b437 table/face: fix unused variable warnings in NameTree and NDNLP Slicer by Junxiao Shi · 10 years ago
  64. e368d99 table: simplify Measurements with C++11 features by Junxiao Shi · 10 years ago
  65. 5ccd0c2 table: use boost::iterator_range in NameTree by Junxiao Shi · 10 years ago
  66. 4b2e6cb table: fix Fib::removeNextHopFromAllEntries invalidating NameTree iterator by Junxiao Shi · 10 years ago
  67. 60607c7 table: make NameTree enumeration usable with range-based for by Junxiao Shi · 10 years ago
  68. 2bf8d2a table: pit::FaceRecord uses DEFAULT_INTEREST_LIFETIME from ndn-cxx by Junxiao Shi · 10 years ago
  69. 2b73ca3 table: make NameTree::findAllMatches usable with range-based for by Junxiao Shi · 10 years ago
  70. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  71. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  72. 3a8b1b5 table: simplify dead nonce list with C++11 features by Junxiao Shi · 10 years ago
  73. 56a21bf table: simplify FIB with C++11 features by Junxiao Shi · 10 years ago
  74. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  75. 4cf4170 table: Evict unsolicited Data in FIFO order by Alexander Afanasyev · 10 years ago
  76. a110f26 fw: use dead Nonce list in pipelines by Junxiao Shi · 10 years ago
  77. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  78. 0e42c57 table: dead Nonce list by Junxiao Shi · 10 years ago
  79. 60d0638 table: Remove operator== for Exclude, which is now a part of the library by Alexander Afanasyev · 10 years ago
  80. e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
  81. b303324 table: Fix segfault during Fib::removeNextHopFromAllEntries by Alexander Afanasyev · 10 years ago
  82. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  83. 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
  84. 28d586a table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy by Alexander Afanasyev · 10 years ago
  85. 1983804 table: set initial lifetime for Measurements entry by Junxiao Shi · 10 years ago
  86. 4b3fc86 table: Offload the implicit digest calculation to the library by Alexander Afanasyev · 10 years ago
  87. af6569a core: unify randomization by Junxiao Shi · 10 years ago
  88. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  89. 281b916 tables: Adjust pre-allocated CS entry queue on Cs::setLimit call by Alexander Afanasyev · 10 years ago
  90. b5888d2 table: make StrategyChoice enumerable by Junxiao Shi · 10 years ago
  91. d938a6b fw: Strategy::sendInterest allows changing Nonce 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 · 10 years ago
  94. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  95. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  96. 9c9231b table: Processing of PublisherPublicKeyLocator in CS by Ilya Moiseenko · 11 years ago
  97. f52dac7 table: NameTree optimization by Haowei Yuan · 11 years ago
  98. 11b9f3f table: Correcting type of Cost parameter in fib::Entry::addNextHop by Alexander Afanasyev · 11 years ago
  99. 8881162 table: Calling the correct version of Cs::setData when refreshing CS entry by Alexander Afanasyev · 11 years ago
  100. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago