Adam Ierymenko 0f7dcb3ef2 Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fallback tunnel hostname. před 10 roky
..
BSDEthernetTap.cpp 0e87002d78 BSDEthernetTap build fixes. před 10 roky
BSDEthernetTap.hpp ddaf3ef347 Bring BSDEthernetTap into the current century. před 10 roky
BackgroundResolver.cpp 2ad69237cf Background resolver. před 10 roky
BackgroundResolver.hpp 61021fc778 BackgroundResolver test. před 10 roky
Http.cpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. před 10 roky
Http.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. před 10 roky
LinuxEthernetTap.cpp 60f05518aa (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. před 10 roky
LinuxEthernetTap.hpp 60f05518aa (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. před 10 roky
OSUtils.cpp 86c87875a7 OSUtils::resolve() před 10 roky
OSUtils.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. před 10 roky
OSXEthernetTap.cpp 60f05518aa (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. před 10 roky
OSXEthernetTap.hpp 67f1f1892f Bunch of tap stuff, IP address assignment hookups, etc. před 10 roky
Phy.hpp 0f7dcb3ef2 Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fallback tunnel hostname. před 10 roky
README.md e61a40a956 docs před 10 roky
Thread.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. před 10 roky
WindowsEthernetTap.cpp 6fc090eb00 Don't actually "power cycle" the interface except on startup. Doing that after we're running could lose IP configuration. před 10 roky
WindowsEthernetTap.hpp ce09e363dc Destroy tap devices on Windows 'leave'. před 10 roky

README.md

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.