ZeroTierOne/osdep
2015-04-06 15:14:54 -07:00
..
BSDEthernetTap.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
BSDEthernetTap.hpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
BSDEthernetTapFactory.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
BSDEthernetTapFactory.hpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
EthernetTap.hpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
HttpClient.cpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
HttpClient.hpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
LinuxEthernetTap.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
LinuxEthernetTap.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
LinuxEthernetTapFactory.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
LinuxEthernetTapFactory.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
OSXEthernetTap.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
OSXEthernetTap.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
OSXEthernetTapFactory.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
OSXEthernetTapFactory.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
Phy.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
README.md docs 2015-03-31 14:12:33 -07:00
SoftwareUpdater.cpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
SoftwareUpdater.hpp Whole heap more cleanup and refactoring... 2015-03-31 17:53:34 -07:00
Thread.hpp Move more stuff into osdep/ -- node/ will not use threads directly. 2015-03-31 15:23:14 -07:00
WindowsEthernetTap.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
WindowsEthernetTap.hpp osnet -> osdep 2015-03-31 14:10:02 -07:00
WindowsEthernetTapFactory.cpp osnet -> osdep 2015-03-31 14:10:02 -07:00
WindowsEthernetTapFactory.hpp osnet -> osdep 2015-03-31 14:10:02 -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.