1. c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  2. 340d553 table: make name_tree::Node the sole owner of name_tree::Entry by Junxiao Shi · 8 years ago
  3. e7258ff table: cleanupOnFaceRemoval doesn't rely on shared_ptr<name_tree::Entry> anymore by Junxiao Shi · 8 years ago
  4. dd8f661 table: NameTree::findLongestPrefixMatch accepts all table entry types 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. 2570f3e table: NameTree code style corrections by Junxiao Shi · 8 years ago
  12. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  13. ff10da6 table: attach unique_ptr<strategy_choice::Entry> onto NameTree by Junxiao Shi · 8 years ago
  14. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  15. b184e53 table: NameTree::getEntry by Junxiao Shi · 8 years ago
  16. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  17. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  18. 8082993 table: Remove useless boolean in NameTree::const_iterator::operator++ by hwyuan · 9 years ago
  19. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  20. 09fc3d9 table: Ensure Fib::const_iterator is default and copy constructible by Alexander Afanasyev · 10 years ago
  21. ac7b437 table/face: fix unused variable warnings in NameTree and NDNLP Slicer by Junxiao Shi · 10 years ago
  22. 5ccd0c2 table: use boost::iterator_range in NameTree by Junxiao Shi · 10 years ago
  23. 60607c7 table: make NameTree enumeration usable with range-based for by Junxiao Shi · 10 years ago
  24. 2b73ca3 table: make NameTree::findAllMatches usable with range-based for by Junxiao Shi · 10 years ago
  25. f52dac7 table: NameTree optimization by Haowei Yuan · 11 years ago
  26. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  27. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  28. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 11 years ago
  29. 694bfb6 table: Fixing a bug in Name Tree resize function by Haowei Yuan · 11 years ago
  30. cb4fc83 table: shortcuts between FIB, PIT, Measurements, StrategyChoice by HangZhang · 11 years ago
  31. efceadc fib: implicitly delete empty Entry by Junxiao Shi · 11 years ago
  32. e1079fc table: NameTree enumeration by Haowei Yuan · 11 years ago
  33. 4063184 table: NameTree::findLongestPrefixMatch predicate by Junxiao Shi · 11 years ago
  34. a9b8575 table: Name Tree Implementation by HYuan · 11 years ago