1. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  2. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  3. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  4. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  5. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  6. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  7. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  8. c0640f5 mgmt: add config file-based strategy selection by Steve DiBenedetto · 10 years ago
  9. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  10. 6687aab mgmt: allow omitted FaceId in faces/create command by Tai-Lin Chu · 10 years ago
  11. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  12. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  13. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  14. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  15. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  16. 7bbe80c mgmt: Change InternalFace::processEvents to accept shared_ptr, instead of weak_ptr by Alexander Afanasyev · 10 years ago
  17. fbea590 mgmt: mark tables as configured after applying default configuration by Steve DiBenedetto · 10 years ago
  18. 9bcc88f mgmt,main: configure tables with defaults when missing config section/values by Steve DiBenedetto · 10 years ago
  19. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  20. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  21. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  22. 3fff561 mgmt: publish Strategy Choice dataset by Steve DiBenedetto · 10 years ago
  23. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  24. f4e89b4 src: Small improvements by Alexander Afanasyev · 10 years ago
  25. 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 10 years ago
  26. 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
  27. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 10 years ago
  28. 24b9a64 core: add support for temporary privilege drop and elevation by Steve DiBenedetto · 10 years ago
  29. c8f214c security: Support wildcard in NFD configuration by Yingdi Yu · 10 years ago
  30. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 10 years ago
  31. 5d2820d mgmt: Fixing regression introduced by change in the library by Alexander Afanasyev · 10 years ago
  32. 20d3144 rib: Switch RibManager to use NFD RIB Management protocol by Alexander Afanasyev · 10 years ago
  33. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 10 years ago
  34. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 10 years ago
  35. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 10 years ago
  36. 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 10 years ago
  37. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 10 years ago
  38. 72c3e04 mgmt: fix InternalFace::processInterest crash when Interest is gone by Junxiao Shi · 10 years ago
  39. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 10 years ago
  40. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 10 years ago
  41. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 10 years ago
  42. 7949416 face: Face::getLocalUri by Junxiao Shi · 10 years ago
  43. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 10 years ago
  44. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 10 years ago
  45. 51d242a mgmt: refactor management modules to use ControlCommand by Steve DiBenedetto · 10 years ago
  46. 2d2cde1 mgmt/tools: fix build errors by Junxiao Shi · 10 years ago
  47. 88d6937 mgmt: StatusServer uses ndn::nfd::ForwarderStatus by Junxiao Shi · 10 years ago
  48. 16d1b7d mgmt: InternalFace processes Interest asynchronously by Junxiao Shi · 10 years ago
  49. b9906cf mgmt: add udp listening by Steve DiBenedetto · 10 years ago
  50. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 10 years ago
  51. efea8fe build: Enabling -Werror in debug mode and fixing discovered issues by Alexander Afanasyev · 10 years ago
  52. 82afa1a tools: nfd-autoreg by Alexander Afanasyev · 10 years ago
  53. bbe3f0c mgmt: Inserting created multicast faces into the forwarder (FaceTable) by Alexander Afanasyev · 10 years ago
  54. 06ae907 mgmt: Making use of standard appendVersion/appendSegment calls by Alexander Afanasyev · 10 years ago
  55. ba74905 mgmt: add body to face destroy control response by Steve DiBenedetto · 10 years ago
  56. 7b7dfdd tools: Fixing bugs in nfd-status by Alexander Afanasyev · 10 years ago
  57. b60cc12 face: use NetworkInterfaceInfo directly in EthernetFace. by Davide Pesavento · 10 years ago
  58. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 10 years ago
  59. fbb40a8 mgmt: add face event notification and notification stream by Steve DiBenedetto · 10 years ago
  60. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 10 years ago
  61. 6214e56 mgmt: add support for FIB enumeration protocol by Steve DiBenedetto · 10 years ago
  62. ea48d8b mgmt: StatusServer by Junxiao Shi · 10 years ago
  63. 1a3c673 mgmt: add certificate generation/export instructions to nfd.conf.sample.in and README.md by Steve DiBenedetto · 10 years ago
  64. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 10 years ago
  65. 1d75f54 mgmt: refactor StrategyChoiceManager to use StrategyChoiceOptions (from FibManagementOptions) by Steve DiBenedetto · 10 years ago
  66. 9f6c364 mgmt: add face/list support and general purpose data segementer by Steve DiBenedetto · 10 years ago
  67. 9dcc633 mgmt: fix bad NFD_LOG_INFO statement in ManagerBase by Steve DiBenedetto · 10 years ago
  68. 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 10 years ago
  69. 4aca99c mgmt: add UDP IPv4 and ethernet multicast face creation to face manager by Steve DiBenedetto · 10 years ago
  70. d030cfc mgmt: fib manager implicit fib entry insertion and deletion by Steve DiBenedetto · 10 years ago
  71. 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 10 years ago
  72. 5330e0d mgmt, main: add strategy choice management and deprecate fib/set-strategy by Steve DiBenedetto · 10 years ago
  73. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 10 years ago
  74. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 10 years ago
  75. 86fce8e mgmt: create Data response using make_shared by Steve DiBenedetto · 10 years ago
  76. a39b90b face: Implementing Face::getUri() method by Alexander Afanasyev · 10 years ago
  77. ad4afd1 table: FIB on NameTree by HangZhang · 10 years ago
  78. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 10 years ago
  79. 0ff10db face: remove awkward Face::setLocal, use a constructor argument instead. by Davide Pesavento · 10 years ago
  80. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 10 years ago
  81. 93ce75e face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual by Alexander Afanasyev · 10 years ago
  82. 471c060 mgmt: added manager to enable/disable control header features by Steve DiBenedetto · 10 years ago
  83. a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 10 years ago
  84. bb75b55 mgmt: added subscription-based configuration file parser by Steve DiBenedetto · 10 years ago
  85. 2693db9 mgmt: echo FibManagementOptions as response body on command success by Steve DiBenedetto · 10 years ago
  86. d482fd3 build: Fixes for the latest reorganizations in ndn-cpp-dev library by Alexander Afanasyev · 10 years ago
  87. b78ec7d build: Fixing code to compile using the latest version of ndn-cpp-dev by Alexander Afanasyev · 10 years ago
  88. 0b73f44 mgmt: added FIB manager support for insert, delete, and remove-nexthop verbs by Steve DiBenedetto · 10 years ago
  89. bdedce9 mgmt: moved signing into AppFace, code streamlining, and bug fixes by Steve DiBenedetto · 10 years ago
  90. 80ddc21 mgmt: improved control response identification and bug fixes by Steve DiBenedetto · 10 years ago
  91. 43cd037 mgmt: improved interest filter matching and bug fixes by Steve DiBenedetto · 10 years ago
  92. 3970c89 mgmt: loosened coupling between FibManager and InternalFace by Steve DiBenedetto · 10 years ago
  93. 042bfe9 mgmt: Initial fib manager with support for fib/add-nexthop by Steve DiBenedetto · 10 years ago
  94. 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 10 years ago
  95. 5b43398 mgmt: Added skeleton for InternalFace by Steve DiBenedetto · 10 years ago