ZeroTierOne/osdep
Grant Limberg 195d5b47f0
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ build_ubuntu (push) Waiting to run
Merge branch 'adam/1.16' into gl/ctl-pubsub
2025-09-01 16:47:55 -07:00
..
Arp.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
Arp.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
Binder.hpp Clear ifname buffer before copying into it. 2025-08-20 17:23:18 -04:00
BlockingQueue.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
BSDEthernetTap.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
BSDEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
CMakeLists.txt Update central controller build to use CMake + conda 2025-08-27 16:23:02 -07:00
EthernetTap.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
EthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
ExtOsdep.cpp Merge branch 'adam/1.16' into gl/ctl-pubsub 2025-09-01 16:47:55 -07:00
ExtOsdep.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04: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 Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
Http.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
LinuxEthernetTap.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
LinuxEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
LinuxNetLink.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
LinuxNetLink.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
MacDNSHelper.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
MacDNSHelper.mm Remove a bunch of warnings by eliminating deprecated functions. 2025-08-21 10:06:56 -04:00
MacEthernetTap.cpp Remove a bunch of warnings by eliminating deprecated functions. 2025-08-21 10:06:56 -04:00
MacEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
MacEthernetTapAgent.c Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
MacEthernetTapAgent.h Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
MacKextEthernetTap.cpp Remove a bunch of warnings by eliminating deprecated functions. 2025-08-21 10:06:56 -04:00
MacKextEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
ManagedRoute.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
ManagedRoute.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
NeighborDiscovery.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
NeighborDiscovery.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
NetBSDEthernetTap.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
NetBSDEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
OSUtils.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
OSUtils.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
Phy.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
PortMapper.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
PortMapper.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WinDNSHelper.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WinDNSHelper.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WindowsEthernetTap.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WindowsEthernetTap.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WinFWHelper.cpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04:00
WinFWHelper.hpp Rest -> MPL except controller. 2025-08-06 12:16:44 -04: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.