1. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  2. 1d12d2f tests: IdentityManagementFixture no longer derives from BaseFixture by Davide Pesavento · 6 years ago
  3. fa2aa50 face+tools: fix compilation with Boost 1.69.0 by Davide Pesavento · 6 years ago
  4. 0a71dd3 mgmt+rib: use getScheduler() in RibManager and Readvertise by Davide Pesavento · 6 years ago
  5. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  6. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  7. 8a05c7f rib: move RibManager to mgmt by Davide Pesavento · 6 years ago
  8. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  9. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  10. 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
  11. d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
  12. 2818132 mgmt: report face MTU in faces/list and faces/query datasets by Davide Pesavento · 6 years ago
  13. 6eb1ac9 mgmt: add satisfied and unsatisfied counters for forwarder status management by Ju Pan · 6 years ago
  14. 7015694 tests: use "daemon" user/group in Test{PrivilegeHelper,GeneralConfigSection} by Davide Pesavento · 6 years ago
  15. 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
  16. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 6 years ago
  17. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  18. bd72431 mgmt: implement cs/erase command by Junxiao Shi · 7 years ago
  19. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  20. 3cf75dc mgmt: prevent potential nullptr dereference in FaceManager by Davide Pesavento · 7 years ago
  21. cfb1a31 mgmt: eliminate FaceManager::setConfigFile() by Davide Pesavento · 7 years ago
  22. 17d1849 face: enable congestion marking by default on supported faces by Eric Newberry · 7 years ago
  23. 26667e1 mgmt: include capacity and enablement flags in cs/info dataset by Junxiao Shi · 7 years ago
  24. c9b5e01 mgmt: implement cs/config command by Junxiao Shi · 7 years ago
  25. 02a0e0f mgmt: limit prefix length in fib/add-nexthop by Junxiao Shi · 7 years ago
  26. 332783b mgmt: respond with 414 if StrategyChoice prefix is too long by Junxiao Shi · 7 years ago
  27. d96744d mgmt: don't crash if no authorizations are configured by Davide Pesavento · 7 years ago
  28. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  29. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  30. f2bfb44 mgmt: CS information dataset (hit/miss counters) by Junxiao Shi · 7 years ago
  31. b5eee20 face: delete deprecated FaceSystem constructor by Davide Pesavento · 7 years ago
  32. ac238f2 tests+tools: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  33. a907980 tests: do not encode invalid SignatureInfo by Junxiao Shi · 7 years ago
  34. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  35. 6028619 face: remove prohibited endpoint set by Junxiao Shi · 7 years ago
  36. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  37. 6837d4f tests: cleanup FaceManager test cases by Davide Pesavento · 7 years ago
  38. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  39. dbb6b3e mgmt: use v2 ValidationPolicy in CommandAuthenticator by Junxiao Shi · 7 years ago
  40. 8a1f170 tests: sign command Interests with CommandInterestSigner by Junxiao Shi · 7 years ago
  41. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  42. 38c7d9e tests: add bad FaceUri tests in FaceManager/CreateFace by Junxiao Shi · 8 years ago
  43. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  44. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  45. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  46. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  47. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  48. 1586aff mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore by Davide Pesavento · 8 years ago
  49. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  50. 7a294d4 tests+tools: add missing includes by Davide Pesavento · 8 years ago
  51. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  52. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  53. c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago
  54. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  55. 7d30d85 tests: rewrite StrategyChoiceManager test suite by Junxiao Shi · 8 years ago
  56. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  57. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  58. 65800d2 mgmt: change strategy-choice/set response codes by Junxiao Shi · 8 years ago
  59. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  60. 593887c mgmt: use strategy registry in TablesConfigSection by Junxiao Shi · 8 years ago
  61. 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
  62. b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
  63. 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
  64. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  65. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  66. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  67. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  68. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  69. d820510 mgmt: ForwarderStatusManager answers only status/general by Junxiao Shi · 8 years ago
  70. fc6515d tests: delete unused malformed.ndncert by Junxiao Shi · 8 years ago
  71. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  72. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  73. b5aa7f5 mgmt: add faces/update command by Eric Newberry · 8 years ago
  74. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  75. 231ddd7 ci: stop adding capabilities before running unit tests by Davide Pesavento · 8 years ago
  76. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  77. 0cc125c mgmt: TablesConfigSection constructor accepts Forwarder& by Junxiao Shi · 8 years ago
  78. 3717548 mgmt: delete CommandValidator by Junxiao Shi · 8 years ago
  79. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  80. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  81. d763127 mgmt: CommandAuthenticator by Junxiao Shi · 8 years ago
  82. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  83. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  84. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  85. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  86. 221b6fe tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  87. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  88. f5aee94 tests: fix running with non-root user by Weiwei Liu · 9 years ago
  89. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  90. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  91. 150b80d tests: concatenate StatusDataset respones after all segments are fetched by Yanbiao Li · 9 years ago
  92. 8094624 mgmt: enhance ForwarderStatusManager test suite by Junxiao Shi · 9 years ago
  93. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  94. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  95. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
  96. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  97. 9c7c79f tests: fix "defined but not used" build error with gcc-5 by Davide Pesavento · 9 years ago
  98. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  99. 964d459 tests: Fix compilation against boost 1.59 by Alexander Afanasyev · 9 years ago
  100. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago