You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Ierymenko
86c87875a7
OSUtils::resolve()
11 years ago
..
BSDEthernetTap.cpp
osnet -> osdep
11 years ago
BSDEthernetTap.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
Http.cpp
zerotier-cli suspiciously working... that didn't hurt *too* badly.
11 years ago
Http.hpp
CLI work and Makefile cleanup.
11 years ago
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.
11 years ago
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.
11 years ago
OSUtils.cpp
OSUtils::resolve()
11 years ago
OSUtils.hpp
OSUtils::resolve()
11 years ago
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.
11 years ago
OSXEthernetTap.hpp
Bunch of tap stuff, IP address assignment hookups, etc.
11 years ago
Phy.hpp
Some cleanup, and bite the bullet and go ahead and write a simple Http client. Need a cross-platform built-in one to do cli right.
11 years ago
README.md
docs
11 years ago
Thread.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
WindowsEthernetTap.cpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
WindowsEthernetTap.hpp
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
11 years ago
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.