1. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  2. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  3. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  4. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  5. 7a294d4 tests+tools: add missing includes by Davide Pesavento · 8 years ago
  6. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  7. c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago
  8. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  9. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  10. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  11. 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
  12. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  13. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  14. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  15. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  16. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  17. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  18. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  19. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  20. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  21. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  22. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  23. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  24. 73860e3 mgmt refactoring: FaceManager by Yanbiao Li · 9 years ago
  25. 36f3500 mgmt refactoring: Remove legacy code by Yanbiao Li · 9 years ago
  26. 8149d10 mgmt: Process FacePersistency in FaceManager by Yukai Tu · 9 years ago
  27. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed from tests/daemon/mgmt/face-manager.cpp]
  28. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  29. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  30. b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 10 years ago
  31. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  32. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  33. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  34. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  35. cd55cde tools/tests: fix compilation errors caused by bind and placeholders by Junxiao Shi · 10 years ago
  36. 9942cea tools, tests: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  37. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  38. e918621 build: Disable Ethernet face support on OSX with Boost 1.56 by Alexander Afanasyev · 10 years ago
  39. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  40. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  41. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  42. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  43. b56c5b9 tests: Prevent false failures of test cases for Ethernet face by Alexander Afanasyev · 10 years ago
  44. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  45. 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 10 years ago
  46. 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
  47. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  48. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed from tests/mgmt/face-manager.cpp]
  49. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  50. 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 11 years ago
  51. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  52. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  53. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  54. 51d242a mgmt: refactor management modules to use ControlCommand by Steve DiBenedetto · 11 years ago
  55. 16d1b7d mgmt: InternalFace processes Interest asynchronously by Junxiao Shi · 11 years ago
  56. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
  57. ba74905 mgmt: add body to face destroy control response by Steve DiBenedetto · 11 years ago
  58. 7b7dfdd tools: Fixing bugs in nfd-status by Alexander Afanasyev · 11 years ago
  59. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  60. fbb40a8 mgmt: add face event notification and notification stream by Steve DiBenedetto · 11 years ago
  61. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
  62. 9f6c364 mgmt: add face/list support and general purpose data segementer by Steve DiBenedetto · 11 years ago
  63. 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 11 years ago
  64. 4aca99c mgmt: add UDP IPv4 and ethernet multicast face creation to face manager by Steve DiBenedetto · 11 years ago
  65. 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 11 years ago
  66. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago