1. feeb918 face: handle initially non-running Ethernet interfaces by Eric Newberry · 4 years, 7 months ago
  2. f3ee808 face: support runtime MTU changes on Ethernet faces by Eric Newberry · 4 years, 9 months ago
  3. b3a23ca face: eliminate Transport::Packet wrapper type by Davide Pesavento · 6 years ago
  4. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  5. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  6. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  7. fbdd5ce face: set EthernetTransport UP/DOWN based on netif state by Junxiao Shi · 6 years ago
  8. 457f135 face+tools: use Boost.Endian for endianness conversions by Davide Pesavento · 6 years ago
  9. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  10. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  11. b8eebcb face: EthernetTransport: use MTU provided by ndn::net::NetworkInterface by Davide Pesavento · 7 years ago
  12. 0d82d04 face: construct EthernetTransport with NetworkInterface by Junxiao Shi · 7 years ago
  13. 0b0a71d face: rename hasBeenUsedRecently to hasRecentlyReceived by Davide Pesavento · 7 years ago
  14. 1816d4b face: implement close-on-idle and persistency change for Ethernet unicast by Davide Pesavento · 7 years ago
  15. 43ff2a9 face: EthernetChannel by Davide Pesavento · 7 years ago
  16. fe0580c face: introduce PcapHelper class by Davide Pesavento · 7 years ago
  17. 6bd6d0b face: UnicastEthernetTransport by Davide Pesavento · 8 years ago
  18. bfea575 face: configuration option to make Ethernet face "ad hoc" by Teng Liang · 8 years ago
  19. 32dab97 face: Transport::canChangePersistencyTo by Yanbiao Li · 8 years ago
  20. 7003c60 face: process face_system.ether config section in EthernetFactory by Junxiao Shi · 8 years ago
  21. ca25d72 face: adjust pcap filter in EthernetTransport to accept only untagged frames by Davide Pesavento · 9 years ago
  22. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago[Renamed (62%) from daemon/face/ethernet-face.cpp]
  23. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  24. 802c092 face: Use C version of snprintf by Mathias Gibbens · 10 years ago
  25. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  26. 083f778 face: no exceptions in NDNLP PartialMessageStore by Junxiao Shi · 10 years ago
  27. 78926c9 face/rib/tools: avoid deprecate Block::fromBuffer overloads by Junxiao Shi · 10 years ago
  28. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  29. be40fb1 face: Introduce Face-specific logging macros by Davide Pesavento · 10 years ago
  30. 9a090a0 EthernetFace: report packets dropped by the kernel if debug is enabled by Davide Pesavento · 10 years ago
  31. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  32. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  33. f8b41eb face: Fix ioctl() calls on platforms where libpcap uses /dev/bpf* by Davide Pesavento · 10 years ago
  34. 8eb9957 face: Support MTU larger than 1500 in EthernetFace (for jumbo frames) by Davide Pesavento · 10 years ago
  35. 66df974 face: implement NDNLP fragmentation in EthernetFace by Matteo Sammarco · 10 years ago
  36. 7726ae5 face: make EthernetFace more robust against errors. by Davide Pesavento · 10 years ago
  37. 10783f2 EthernetFace: avoid putting the NIC in promiscuous mode if possible. by Davide Pesavento · 11 years ago
  38. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  39. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  40. 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
  41. 4c1a078 face: increment link layer byte counters in EthernetFace by Davide Pesavento · 10 years ago
  42. d9479aa face: Fixing compilation failure with libpcap version 1.0.0 by Alexander Afanasyev · 10 years ago
  43. 08d07a7 face: avoid multiple onFail events by Junxiao Shi · 10 years ago
  44. 251f3c1 face: fire onFail event on WebSocket and Ethernet face close by Alexander Afanasyev · 10 years ago
  45. f4e89b4 src: Small improvements by Alexander Afanasyev · 10 years ago
  46. f0ae442 face: enable immediate mode for packet capture on EthernetFace. by Davide Pesavento · 11 years ago
  47. 1bdef28 build: update default CXXFLAGS. by Davide Pesavento · 11 years ago
  48. edae353 face: change default separator for ethernet::Address::toString() to ':' by Davide Pesavento · 11 years ago
  49. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  50. 7949416 face: Face::getLocalUri by Junxiao Shi · 11 years ago
  51. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  52. 5a8d8d8 face: Remove reliance on exceptions during TLV decoding by Alexander Afanasyev · 11 years ago
  53. e463100 face: silence silly warning thrown by clang. by Davide Pesavento · 11 years ago
  54. b60cc12 face: use NetworkInterfaceInfo directly in EthernetFace. by Davide Pesavento · 11 years ago
  55. 9eaeac7 face: enable promiscuous mode in Ethernet face. by Davide Pesavento · 11 years ago
  56. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 11 years ago
  57. a39b90b face: Implementing Face::getUri() method by Alexander Afanasyev · 11 years ago
  58. 0ff10db face: remove awkward Face::setLocal, use a constructor argument instead. by Davide Pesavento · 11 years ago
  59. 44deacc face: Ethernet{Face,ChannelFactory} implementation. by Davide Pesavento · 11 years ago