ZeroTierOne/osdep
2015-09-22 15:11:32 -07:00
..
Arp.cpp netif code hooked up 2015-09-15 14:15:59 -04:00
Arp.hpp ARP cache and responder agent code for use in netcon and iOS. 2015-09-11 11:45:04 -07:00
BackgroundResolver.cpp Background resolver. 2015-05-21 13:44:33 -07:00
BackgroundResolver.hpp BackgroundResolver test. 2015-05-21 14:11:44 -07:00
BSDEthernetTap.cpp BSDEthernetTap build fixes. 2015-05-17 18:31:41 -07:00
BSDEthernetTap.hpp Bring BSDEthernetTap into the current century. 2015-05-17 18:28:04 -07:00
Http.cpp . 2015-09-10 15:52:24 -07:00
Http.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
LinuxEthernetTap.cpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
LinuxEthernetTap.hpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
OSUtils.cpp Suppress icacls output on lockDownFile(). 2015-07-30 12:05:56 -07:00
OSUtils.hpp Fix leaving of networks to actually call Network::destroy(). 2015-07-24 14:50:44 -07:00
OSXEthernetTap.cpp (1) now builds and works on Linux, (2) fix a threading problem causing carsh on shutdown, (3) cleanup in selftest, re-enable Phy and Http tests. 2015-04-20 15:12:31 -07:00
OSXEthernetTap.hpp Bunch of tap stuff, IP address assignment hookups, etc. 2015-04-14 17:57:51 -07:00
Phy.hpp Phy<> loses socketpair, gains raw FD monitoring. 2015-09-22 15:11:32 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
Thread.hpp Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. 2015-04-24 15:05:28 -07:00
UPNPClient.cpp Add miniupnpc builds for Windows, fix some Windows build warnings. 2015-07-28 16:50:18 -07:00
UPNPClient.hpp UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64 2015-07-28 14:32:02 -07:00
WindowsEthernetTap.cpp Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. 2015-08-13 15:52:54 -07:00
WindowsEthernetTap.hpp Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. 2015-08-13 15:52:54 -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.