- a9ec67c tests: expand test coverage of EthernetFactory and UdpFactory by Davide Pesavento · 1 year, 2 months ago
- c5a9f81 face: more robust handling of multicast face creation errors by Davide Pesavento · 1 year, 2 months ago
- 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
- 9c36a65 face: handle PcapHelper::Error when applying multicast configuration by awlane · 1 year, 3 months ago
- e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
- a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
- 3a2339a face: Connect faces to the parent (unicast) or associated (multicast) channels by Alexander Afanasyev · 4 years, 7 months ago
- cb6551e face: allow GenericLinkService to override MTU by Eric Newberry · 4 years, 10 months ago
- 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
- d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
- 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 7 years ago
- e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
- a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
- 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
- 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
- 6126547 face: EthernetFactory: skip non-Ethernet interfaces by Davide Pesavento · 7 years ago
- 79a9208 face: use NetworkMonitor in EthernetFactory by Junxiao Shi · 7 years ago
- 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
- 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
- 2d49175 face: give ProtocolFactory access to NetworkMonitor by Junxiao Shi · 7 years ago
- 0d82d04 face: construct EthernetTransport with NetworkInterface by Junxiao Shi · 7 years ago
- 46afec4 face: unicast support in EthernetFactory by Davide Pesavento · 8 years ago
- 77911cc face: make logging more uniform across channel types 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
- 6bd6d0b face: UnicastEthernetTransport by Davide Pesavento · 8 years ago
- bfea575 face: configuration option to make Ethernet face "ad hoc" by Teng Liang · 8 years ago
- b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
- 7003c60 face: process face_system.ether config section in EthernetFactory by Junxiao Shi · 8 years ago
- f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
- 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
- cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
- 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
- 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
- 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
- 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
- db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
- 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
- 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
- eae4f80 face: Limit exposure of EthernetFace implementation by Alexander Afanasyev · 10 years ago
- 7726ae5 face: make EthernetFace more robust against errors. by Davide Pesavento · 10 years ago
- b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
- a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
- ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 11 years ago
- 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 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
- 1bdef28 build: update default CXXFLAGS. by Davide Pesavento · 11 years ago
- 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
- bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
- b60cc12 face: use NetworkInterfaceInfo directly in EthernetFace. by Davide Pesavento · 11 years ago
- d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 11 years ago
- 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 11 years ago[Renamed (80%) from daemon/face/ethernet-channel-factory.cpp]
- ef968e1 face: Ignoring fireware interfaces (fw*) in EthernetChannelFactory by Alexander Afanasyev · 11 years ago
- 44deacc face: Ethernet{Face,ChannelFactory} implementation. by Davide Pesavento · 11 years ago