1. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 6 years ago
  2. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  3. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  4. 3cf75dc mgmt: prevent potential nullptr dereference in FaceManager by Davide Pesavento · 7 years ago
  5. cfb1a31 mgmt: eliminate FaceManager::setConfigFile() by Davide Pesavento · 7 years ago
  6. de33245 tools: add congestion marking parameters to nfdc face create by Eric Newberry · 7 years ago
  7. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  8. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  9. 84d3adc tools: add reliability option to nfdc face create by Eric Newberry · 7 years ago
  10. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  11. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  12. 1cce2a3 mgmt: enable LocalUri in faces/create command response by Junxiao Shi · 8 years ago
  13. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  14. f03d479 mgmt+tools: rename 'datas' to 'data' by Junxiao Shi · 8 years ago
  15. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  16. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  17. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  18. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  19. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  20. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  21. 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
  22. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  23. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  24. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 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. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  29. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  30. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  31. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  32. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  33. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  34. c64d30a mgmt: re-added expiration time to FaceStatus by Eric Newberry · 9 years ago
  35. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  36. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  37. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
  38. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  39. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  40. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  41. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  42. 73860e3 mgmt refactoring: FaceManager by Yanbiao Li · 9 years ago
  43. 36f3500 mgmt refactoring: Remove legacy code by Yanbiao Li · 9 years ago
  44. 8149d10 mgmt: Process FacePersistency in FaceManager by Yukai Tu · 9 years ago
  45. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  46. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  47. addecff management: clarify the inconsistency in UDP face timeouts in nfd.conf by Chengyu Fan · 10 years ago
  48. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  49. eae4f80 face: Limit exposure of EthernetFace implementation by Alexander Afanasyev · 10 years ago
  50. b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 10 years ago
  51. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  52. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  53. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  54. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  55. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  56. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  57. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  58. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  59. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  60. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  61. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  62. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  63. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  64. 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 10 years ago
  65. 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
  66. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 11 years ago
  67. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  68. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 11 years ago
  69. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  70. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  71. 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 11 years ago
  72. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  73. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  74. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  75. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  76. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 11 years ago
  77. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  78. 51d242a mgmt: refactor management modules to use ControlCommand by Steve DiBenedetto · 11 years ago
  79. b9906cf mgmt: add udp listening by Steve DiBenedetto · 11 years ago
  80. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
  81. efea8fe build: Enabling -Werror in debug mode and fixing discovered issues by Alexander Afanasyev · 11 years ago
  82. bbe3f0c mgmt: Inserting created multicast faces into the forwarder (FaceTable) by Alexander Afanasyev · 11 years ago
  83. ba74905 mgmt: add body to face destroy control response by Steve DiBenedetto · 11 years ago
  84. b60cc12 face: use NetworkInterfaceInfo directly in EthernetFace. by Davide Pesavento · 11 years ago
  85. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  86. fbb40a8 mgmt: add face event notification and notification stream by Steve DiBenedetto · 11 years ago
  87. 1a3c673 mgmt: add certificate generation/export instructions to nfd.conf.sample.in and README.md by Steve DiBenedetto · 11 years ago
  88. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
  89. 9f6c364 mgmt: add face/list support and general purpose data segementer by Steve DiBenedetto · 11 years ago
  90. 4aca99c mgmt: add UDP IPv4 and ethernet multicast face creation to face manager by Steve DiBenedetto · 11 years ago
  91. 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 11 years ago
  92. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago