1. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  2. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  3. dbb6b3e mgmt: use v2 ValidationPolicy in CommandAuthenticator by Junxiao Shi · 7 years ago
  4. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  5. 1cce2a3 mgmt: enable LocalUri in faces/create command response by Junxiao Shi · 8 years ago
  6. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  7. f03d479 mgmt+tools: rename 'datas' to 'data' by Junxiao Shi · 8 years ago
  8. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  9. 1586aff mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore by Davide Pesavento · 8 years ago
  10. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  11. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  12. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  13. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  14. 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
  15. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  16. 65800d2 mgmt: change strategy-choice/set response codes by Junxiao Shi · 8 years ago
  17. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  18. 593887c mgmt: use strategy registry in TablesConfigSection by Junxiao Shi · 8 years ago
  19. b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
  20. 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
  21. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  22. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  23. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  24. d820510 mgmt: ForwarderStatusManager answers only status/general by Junxiao Shi · 8 years ago
  25. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  26. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  27. b5aa7f5 mgmt: add faces/update command by Eric Newberry · 8 years ago
  28. 58320f7 fw: UnsolicitedDataPolicy registry by Junxiao Shi · 8 years ago
  29. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  30. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  31. 2af9ca3 table: move CS limit change logging to cs::Policy by Junxiao Shi · 8 years ago
  32. 0cc125c mgmt: TablesConfigSection constructor accepts Forwarder& by Junxiao Shi · 8 years ago
  33. 3717548 mgmt: delete CommandValidator by Junxiao Shi · 8 years ago
  34. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  35. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  36. d763127 mgmt: CommandAuthenticator by Junxiao Shi · 8 years ago
  37. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  38. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  39. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  40. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  41. ff10da6 table: attach unique_ptr<strategy_choice::Entry> onto NameTree by Junxiao Shi · 8 years ago
  42. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  43. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  44. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  45. 498373d mgmt: publish GeneralStatus dataset by Junxiao Shi · 9 years ago
  46. c64d30a mgmt: re-added expiration time to FaceStatus by Eric Newberry · 9 years ago
  47. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  48. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  49. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
  50. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  51. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  52. 6535f1e face: InternalForwarderTransport & InternalClientTransport by Junxiao Shi · 9 years ago
  53. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  54. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  55. 483c433 Merge feature branch 'mgmt-refactoring' by Alexander Afanasyev · 9 years ago
  56. ecbf584 mgmt refactoring: Correct ForwarderStatus publishing by Alexander Afanasyev · 9 years ago
  57. 63ab1bb mgmt: Add tables.network_region section in config file to populate NetworkRegionTable by Vince Lehman · 9 years ago
  58. 6704a4a mgmt refactoring: StrategyChoiceManager by Yanbiao Li · 9 years ago
  59. 7cec7ea mgmt refactoring: ForwarderStatusServer (renamed StatusServer) by Yanbiao Li · 9 years ago
  60. 711c793 mgmt refactoring: FibManager by Yanbiao Li · 9 years ago
  61. 73860e3 mgmt refactoring: FaceManager by Yanbiao Li · 9 years ago
  62. 698f4fe mgmt refactoring: ManagerBase by Yanbiao Li · 9 years ago
  63. 4ee73d4 mgmt refactoring: Refactor InternalFace by Yanbiao Li · 9 years ago
  64. 36f3500 mgmt refactoring: Remove legacy code by Yanbiao Li · 9 years ago
  65. 8149d10 mgmt: Process FacePersistency in FaceManager by Yukai Tu · 9 years ago
  66. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  67. 0e092ae mgmt: revert router name configuration options by Junxiao Shi · 9 years ago
  68. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  69. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  70. ee7c844 mgmt: Add router name configuration options by Vince Lehman · 9 years ago
  71. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  72. db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
  73. addecff management: clarify the inconsistency in UDP face timeouts in nfd.conf by Chengyu Fan · 10 years ago
  74. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  75. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  76. eae4f80 face: Limit exposure of EthernetFace implementation by Alexander Afanasyev · 10 years ago
  77. b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 10 years ago
  78. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  79. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  80. 2ef9957 tools: display nfd software verion in nfd-status-http-server and nfd-status by Hila Ben Abraham · 10 years ago
  81. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  82. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  83. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  84. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  85. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  86. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  87. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  88. c0640f5 mgmt: add config file-based strategy selection by Steve DiBenedetto · 10 years ago
  89. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  90. 6687aab mgmt: allow omitted FaceId in faces/create command by Tai-Lin Chu · 10 years ago
  91. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  92. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  93. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  94. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  95. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  96. 7bbe80c mgmt: Change InternalFace::processEvents to accept shared_ptr, instead of weak_ptr by Alexander Afanasyev · 10 years ago
  97. fbea590 mgmt: mark tables as configured after applying default configuration by Steve DiBenedetto · 10 years ago
  98. 9bcc88f mgmt,main: configure tables with defaults when missing config section/values by Steve DiBenedetto · 10 years ago
  99. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  100. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago