1. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  2. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  3. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  4. c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
  5. d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
  6. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  7. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  8. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  9. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  10. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  11. 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
  12. 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
  13. 037f4ab fw: move STRATEGY_NAME to getStrategyName static function by Junxiao Shi · 8 years ago
  14. e21b3f3 fw: localhop scope restriction in best-route v1, multicast, ncc strategies by Junxiao Shi · 8 years ago
  15. 00dc914 fw: localhop scope restriction in BestRouteStrategy2 by Junxiao Shi · 8 years ago
  16. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  17. fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
  18. 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago
  19. 15e98b0 fw: pass const shared_ptr<pit::Entry>& to Strategy triggers by Junxiao Shi · 8 years ago
  20. 80f9fcd table: don't use shared_ptr in Measurements by Junxiao Shi · 8 years ago
  21. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  22. 8d84314 fw: eliminate fibEntry in Strategy API by Junxiao Shi · 8 years ago
  23. 4846f37 table: simplify pit::Entry API by Junxiao Shi · 9 years ago
  24. 39a79be fw: NccStrategy explore potential upstreams by Hila Ben Abraham · 9 years ago
  25. fef73e4 table+fw: move forwarding semantics out of PIT entry by Junxiao Shi · 9 years ago
  26. faf3eb0 fw: register strategy with macro by Junxiao Shi · 10 years ago
  27. 6316220 fw: fix NccStrategy loop back to sole downstream by Junxiao Shi · 10 years ago
  28. e368d99 table: simplify Measurements with C++11 features by Junxiao Shi · 10 years ago
  29. 8bfd56d fw: NccStrategy proper detection for new PIT entry by Junxiao Shi · 10 years ago
  30. e93d6a3 table: allow strategy versioning by Junxiao Shi · 10 years ago
  31. 82e7f58 fw: NccStrategy remembers only best face by Junxiao Shi · 10 years ago
  32. cbb490a fw: NccStrategy always sets pitEntryEntry->maxInterval by Junxiao Shi · 10 years ago
  33. ee5a444 table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased by Junxiao Shi · 10 years ago
  34. af6569a core: unify randomization by Junxiao Shi · 11 years ago
  35. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  36. 1391d61 fw: NccStrategy checks existence of PitEntryInfo by Junxiao Shi · 11 years ago
  37. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  38. 57f0f31 fw: make strategies understand scope by Junxiao Shi · 11 years ago
  39. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 11 years ago
  40. bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
  41. 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago