ZeroTierOne/osdep
Adam Ierymenko c83a4aef55
cleanup
2019-08-07 21:47:06 -05:00
..
Arp.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Arp.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Binder.hpp Windows build fixes, fix double/float types to get rid of warnings. 2019-06-17 13:32:41 -07:00
BlockingQueue.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
BSDEthernetTap.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
BSDEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
EthernetTap.cpp cleanup 2019-08-07 21:47:06 -05:00
EthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
freebsd_getifmaddrs.c cleanup 2016-12-27 11:57:05 +01:00
freebsd_getifmaddrs.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Http.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
Http.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
LinuxEthernetTap.cpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
LinuxEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
LinuxNetLink.cpp Commented out rtnetlink error debug trace 2019-07-22 14:12:21 -07:00
LinuxNetLink.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
MacEthernetTap.cpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
MacEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
MacEthernetTapAgent.c More new Mac ethernet tap bugs. 2019-03-29 15:14:03 -07:00
MacEthernetTapAgent.h Updated licenses for 2019 2019-01-14 10:25:53 -08:00
MacKextEthernetTap.cpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
MacKextEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
ManagedRoute.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
ManagedRoute.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NeighborDiscovery.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NeighborDiscovery.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NetBSDEthernetTap.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
NetBSDEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00
OSUtils.cpp Removed Synology-specific home path, changes made elsewhere in SPK 2019-07-19 16:34:31 -07:00
OSUtils.hpp Added convenience swtich for disabling JSON support in SDK build 2019-05-13 12:24:55 -07:00
Phy.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
PortMapper.cpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
PortMapper.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Updated licenses for 2019 2019-01-14 10:25:53 -08:00
WindowsEthernetTap.cpp Finally figured out how to update the network interface names on Windows so that they'll be visible in ipconfig, Get-NetAdapter etc. 2019-07-16 15:16:49 -07:00
WindowsEthernetTap.hpp Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device) 2019-08-07 18:14:12 -05:00

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.