ZeroTierOne/osdep
Adam Ierymenko 0723a85ab3
Build fixes.
2019-09-11 15:52:18 -07:00
..
Arp.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
Arp.hpp Build fixes. 2019-09-11 15:52:18 -07:00
Binder.hpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
BlockingQueue.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
BSDEthernetTap.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
BSDEthernetTap.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
CMakeLists.txt Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
EthernetTap.cpp Add default addIps() implementation to EthernetTap base class to fix build on systems that do not need addIps(). 2019-08-28 07:43:18 -07:00
EthernetTap.hpp Add default addIps() implementation to EthernetTap base class to fix build on systems that do not need addIps(). 2019-08-28 07:43:18 -07: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 Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
Http.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
LinuxEthernetTap.cpp LinuxEthernetTap addIps virtual function fix for SYNOLOGY builds 2019-08-27 14:43:30 -07:00
LinuxEthernetTap.hpp LinuxEthernetTap addIps virtual function fix for SYNOLOGY builds 2019-08-27 14:43:30 -07:00
LinuxNetLink.cpp GitHub issue #994 2019-08-23 12:09:31 -07:00
LinuxNetLink.hpp GitHub issue #994 2019-08-23 12:09:31 -07:00
MacEthernetTap.cpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
MacEthernetTap.hpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
MacEthernetTapAgent.c Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
MacEthernetTapAgent.h Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
MacKextEthernetTap.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
MacKextEthernetTap.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
ManagedRoute.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
ManagedRoute.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
NeighborDiscovery.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
NeighborDiscovery.hpp Build fixes. 2019-09-11 15:52:18 -07:00
NetBSDEthernetTap.cpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
NetBSDEthernetTap.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
OSUtils.cpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
OSUtils.hpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
Phy.hpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
PortMapper-libnatpmp.c Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
PortMapper-miniupnpc.c Add stubs to easily build and include all of libnatpmp and miniupnpc in osdep/ 2019-08-19 20:28:44 -07:00
PortMapper.cpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
PortMapper.hpp Merge relicensing change from dev 2019-08-23 09:27:13 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Relicense: GPLv3 -> ZeroTier BSL 1.1 2019-08-23 09:23:39 -07:00
WindowsEthernetTap.cpp cleanup 2019-08-23 09:34:26 -07:00
WindowsEthernetTap.hpp cleanup 2019-08-23 09:34:26 -07: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.