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