- 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
- d7083a5 tests: refactor EthernetFixture by Davide Pesavento · 1 year, 2 months ago
- aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
- e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
- deb5427 daemon+tests: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
- a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
- b93fb6c ci: set ASan's detect_invalid_pointer_pairs to 2 by Davide Pesavento · 4 years, 9 months ago
- a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
- 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
- b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
- d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
- 2818132 mgmt: report face MTU in faces/list and faces/query datasets by Davide Pesavento · 6 years ago
- 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
- b5eee20 face: delete deprecated FaceSystem constructor by Davide Pesavento · 7 years ago
- 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
- 6837d4f tests: cleanup FaceManager test cases by Davide Pesavento · 7 years ago
- 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
- 8a1f170 tests: sign command Interests with CommandInterestSigner by Junxiao Shi · 7 years ago
- c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
- e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
- 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
- 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
- 7a294d4 tests+tools: add missing includes by Davide Pesavento · 8 years ago
- ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
- c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago
- b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
- 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
- b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
- 1b4ba05 mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications by Eric Newberry · 8 years ago
- 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
- 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
- c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
- f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
- 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
- 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
- b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
- df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
- cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
- 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
- da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
- 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
- 73860e3 mgmt refactoring: FaceManager by Yanbiao Li · 9 years ago
- 36f3500 mgmt refactoring: Remove legacy code by Yanbiao Li · 9 years ago
- 8149d10 mgmt: Process FacePersistency in FaceManager by Yukai Tu · 9 years ago
- d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed from tests/daemon/mgmt/face-manager.cpp]
- 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
- c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
- b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 10 years ago
- cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
- ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
- dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
- 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
- cd55cde tools/tests: fix compilation errors caused by bind and placeholders by Junxiao Shi · 10 years ago
- 9942cea tools, tests: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
- f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
- e918621 build: Disable Ethernet face support on OSX with Boost 1.56 by Alexander Afanasyev · 10 years ago
- 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
- 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
- 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
- ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 11 years ago
- b56c5b9 tests: Prevent false failures of test cases for Ethernet face by Alexander Afanasyev · 11 years ago
- 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 11 years ago
- 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 11 years ago
- f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 11 years ago
- 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
- 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed from tests/mgmt/face-manager.cpp]
- 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
- 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 11 years ago
- 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
- ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
- 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
- 51d242a mgmt: refactor management modules to use ControlCommand by Steve DiBenedetto · 11 years ago
- 16d1b7d mgmt: InternalFace processes Interest asynchronously by Junxiao Shi · 11 years ago
- 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
- ba74905 mgmt: add body to face destroy control response by Steve DiBenedetto · 11 years ago
- 7b7dfdd tools: Fixing bugs in nfd-status by Alexander Afanasyev · 11 years ago
- 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
- fbb40a8 mgmt: add face event notification and notification stream by Steve DiBenedetto · 11 years ago
- c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
- 9f6c364 mgmt: add face/list support and general purpose data segementer by Steve DiBenedetto · 11 years ago
- 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 11 years ago
- 4aca99c mgmt: add UDP IPv4 and ethernet multicast face creation to face manager by Steve DiBenedetto · 11 years ago
- 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 11 years ago
- abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago