1. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  2. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  3. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  4. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  5. 13ad4b7 table: simplify FIB iterator with Boost.Range by Junxiao Shi · 8 years ago
  6. dd8f661 table: NameTree::findLongestPrefixMatch accepts all table entry types by Junxiao Shi · 8 years ago
  7. 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
  8. f2420fc table: ensure NameTree::lookup(tableEntry) does not return nullptr by Junxiao Shi · 8 years ago
  9. 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
  10. e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
  11. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  12. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  13. b184e53 table: NameTree::getEntry by Junxiao Shi · 8 years ago
  14. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  15. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  16. 09fc3d9 table: Ensure Fib::const_iterator is default and copy constructible by Alexander Afanasyev · 10 years ago
  17. 4b2e6cb table: fix Fib::removeNextHopFromAllEntries invalidating NameTree iterator by Junxiao Shi · 10 years ago
  18. 60607c7 table: make NameTree enumeration usable with range-based for by Junxiao Shi · 10 years ago
  19. 56a21bf table: simplify FIB with C++11 features by Junxiao Shi · 10 years ago
  20. b303324 table: Fix segfault during Fib::removeNextHopFromAllEntries by Alexander Afanasyev · 10 years ago
  21. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  22. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  23. 5d46942 table: FIB enumeration by HangZhang · 11 years ago
  24. cb4fc83 table: shortcuts between FIB, PIT, Measurements, StrategyChoice by HangZhang · 11 years ago
  25. efceadc fib: implicitly delete empty Entry by Junxiao Shi · 11 years ago
  26. e1079fc table: NameTree enumeration by Haowei Yuan · 11 years ago
  27. 4063184 table: NameTree::findLongestPrefixMatch predicate by Junxiao Shi · 11 years ago
  28. ad4afd1 table: FIB on NameTree by HangZhang · 11 years ago
  29. dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
  30. d5f8793 table: added findExactMatch and remove methods to Fib by Steve DiBenedetto · 11 years ago
  31. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  32. c1e1236 table: Mock implementation of FIB by Junxiao Shi · 11 years ago