1. 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
  2. 28d586a table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy by Alexander Afanasyev · 10 years ago
  3. 1983804 table: set initial lifetime for Measurements entry by Junxiao Shi · 10 years ago
  4. 4b3fc86 table: Offload the implicit digest calculation to the library by Alexander Afanasyev · 10 years ago
  5. af6569a core: unify randomization by Junxiao Shi · 10 years ago
  6. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  7. 281b916 tables: Adjust pre-allocated CS entry queue on Cs::setLimit call by Alexander Afanasyev · 10 years ago
  8. b5888d2 table: make StrategyChoice enumerable by Junxiao Shi · 10 years ago
  9. d938a6b fw: Strategy::sendInterest allows changing Nonce by Junxiao Shi · 10 years ago
  10. 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
  11. 66f91f8 table: PIT entry InRecord/OutRecord getters by Junxiao Shi · 10 years ago
  12. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 10 years ago
  13. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 10 years ago
  14. 9c9231b table: Processing of PublisherPublicKeyLocator in CS by Ilya Moiseenko · 10 years ago
  15. f52dac7 table: NameTree optimization by Haowei Yuan · 10 years ago
  16. 11b9f3f table: Correcting type of Cost parameter in fib::Entry::addNextHop by Alexander Afanasyev · 10 years ago
  17. 8881162 table: Calling the correct version of Cs::setData when refreshing CS entry by Alexander Afanasyev · 10 years ago
  18. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 10 years ago
  19. 96b80bb table: Content Store performance fix by Ilya Moiseenko · 10 years ago
  20. 9f7455b fw: avoid setting PIT unsatisfy timer twice by Junxiao Shi · 10 years ago
  21. 30d3599 table: PIT PublisherPublicKeyLocator processing by Junxiao Shi · 10 years ago
  22. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 10 years ago
  23. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 10 years ago
  24. 694bfb6 table: Fixing a bug in Name Tree resize function by Haowei Yuan · 10 years ago
  25. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 10 years ago
  26. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 10 years ago
  27. efea8fe build: Enabling -Werror in debug mode and fixing discovered issues by Alexander Afanasyev · 10 years ago
  28. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 10 years ago
  29. 57f0f31 fw: make strategies understand scope by Junxiao Shi · 10 years ago
  30. 11bd9c2 fw: /localhop scope control on outgoing Interests by Junxiao Shi · 10 years ago
  31. e349ea1 table: clear StrategyInfo during strategy change by Junxiao Shi · 10 years ago
  32. 5d46942 table: FIB enumeration by HangZhang · 10 years ago
  33. f3c0781 fw: refine pipelines, dispatch to strategy by Junxiao Shi · 10 years ago
  34. d030cfc mgmt: fib manager implicit fib entry insertion and deletion by Steve DiBenedetto · 11 years ago
  35. cb4fc83 table: shortcuts between FIB, PIT, Measurements, StrategyChoice by HangZhang · 11 years ago
  36. efceadc fib: implicitly delete empty Entry by Junxiao Shi · 11 years ago
  37. e1079fc table: NameTree enumeration by Haowei Yuan · 11 years ago
  38. 76cf77a table: ContentStore based on skip list by Ilya Moiseenko · 11 years ago
  39. 7bb0151 table: MeasurementsAccessor uses StrategyChoice by Junxiao Shi · 11 years ago
  40. 2d9bdc8 fw: ClientControlStrategy by Junxiao Shi · 11 years ago
  41. bb5105f table: Strategy Choice table by Junxiao Shi · 11 years ago
  42. 4063184 table: NameTree::findLongestPrefixMatch predicate by Junxiao Shi · 11 years ago
  43. c85a23c table: Measurements on NameTree by HangZhang · 11 years ago
  44. ad4afd1 table: FIB on NameTree by HangZhang · 11 years ago
  45. d9ee45c tests: resetGlobalIoService for every test by Junxiao Shi · 11 years ago
  46. 78c84d1 table: PIT on NameTree by Haowei Yuan · 11 years ago
  47. 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago
  48. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  49. a9b8575 table: Name Tree Implementation by HYuan · 11 years ago
  50. dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
  51. 65d0072 table: mock Measurements table by Junxiao Shi · 11 years ago
  52. 408a700 table: set/getStrategyInfo on FIB/PIT entities by Junxiao Shi · 11 years ago
  53. e5e2fce table: StrategyInfo getter/setter by Junxiao Shi · 11 years ago
  54. d5f8793 table: added findExactMatch and remove methods to Fib by Steve DiBenedetto · 11 years ago
  55. d3c792f fw: basic forwarding procedure & strategy skeleton by Junxiao Shi · 11 years ago
  56. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  57. cbba04c table: mock PIT by Junxiao Shi · 11 years ago
  58. fd603ee table: Small stylistic update in CS API by Alexander Afanasyev · 11 years ago
  59. c1e1236 table: Mock implementation of FIB by Junxiao Shi · 11 years ago
  60. c9765df cs: Update interface by Alexander Afanasyev · 11 years ago
  61. b927a3a src: Creating daemon/common.hpp for all generic includes and import of commonly used abstractions to ndn namespace by Alexander Afanasyev · 11 years ago
  62. 0fcb41e cs: Implementing fake CS by Junxiao Shi · 11 years ago