Adam Ierymenko fa7e7fc6f9 Revert fix for GitHub issue #600 because it causes route objects to build up forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication. 7 vuotta sitten
..
Arp.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
Arp.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
BSDEthernetTap.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
BSDEthernetTap.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
Binder.hpp 62a93c58fd Added ifdefs surrounding usage of getifaddrs() on Android 7 vuotta sitten
BlockingQueue.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
Http.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
Http.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
LinuxEthernetTap.cpp e276b6463e Release notes, and shorten Linux canonical network ID derived device names a bit. 7 vuotta sitten
LinuxEthernetTap.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
ManagedRoute.cpp fa7e7fc6f9 Revert fix for GitHub issue #600 because it causes route objects to build up forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication. 7 vuotta sitten
ManagedRoute.hpp 6d8e1e8783 More cleanup of old stuff. 7 vuotta sitten
NeighborDiscovery.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
NeighborDiscovery.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
NetBSDEthernetTap.cpp ba07d1f91d cleanup 8 vuotta sitten
NetBSDEthernetTap.hpp f09eedbd7a make it compilable 8 vuotta sitten
OSUtils.cpp b4e2547052 Minor tweak to QNAP path getter 7 vuotta sitten
OSUtils.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
OSXEthernetTap.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
OSXEthernetTap.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
Phy.hpp fe1fa20c6c Fix build on Intel C/C++ Compiler for Linux. 7 vuotta sitten
PortMapper.cpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
PortMapper.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
README.md e61a40a956 docs 10 vuotta sitten
TestEthernetTap.hpp 2751a6d56d cleanup 7 vuotta sitten
Thread.hpp 65c07afe05 Copyright updates for 2018. 7 vuotta sitten
WindowsEthernetTap.cpp 2ee358dbfc TAP driver requires input and output buffers for calls passed into DeviceIoControl 7 vuotta sitten
WindowsEthernetTap.hpp d6e8a5f3ca Fix Windows compile error. 7 vuotta sitten
freebsd_getifmaddrs.c ba07d1f91d cleanup 8 vuotta sitten
freebsd_getifmaddrs.h ba07d1f91d cleanup 8 vuotta sitten

README.md

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.