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