Adam Ierymenko 620562f7cf Because Windows, because Windows. Now it upgrades correctly from 1.0.1, including automatic driver update from NDIS5 to NDIS6. Also a bit more robust on creating new ports, just in case. %!s(int64=10) %!d(string=hai) anos
..
BSDEthernetTap.cpp 0e87002d78 BSDEthernetTap build fixes. %!s(int64=10) %!d(string=hai) anos
BSDEthernetTap.hpp ddaf3ef347 Bring BSDEthernetTap into the current century. %!s(int64=10) %!d(string=hai) anos
BackgroundResolver.cpp 2ad69237cf Background resolver. %!s(int64=10) %!d(string=hai) anos
BackgroundResolver.hpp 61021fc778 BackgroundResolver test. %!s(int64=10) %!d(string=hai) anos
Http.cpp 40d5c79b62 Enable SO_NO_CHECK if available to skip UDP checksum on packet send for slight performance improvement. We do our own cryptographically secure authentication so UDP checksum is worthless. %!s(int64=10) %!d(string=hai) anos
Http.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. %!s(int64=10) %!d(string=hai) anos
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. %!s(int64=10) %!d(string=hai) anos
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. %!s(int64=10) %!d(string=hai) anos
OSUtils.cpp 1e3d5c4d87 Suppress icacls output on lockDownFile(). %!s(int64=10) %!d(string=hai) anos
OSUtils.hpp 7a15d8a7e3 Fix leaving of networks to actually call Network::destroy(). %!s(int64=10) %!d(string=hai) anos
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. %!s(int64=10) %!d(string=hai) anos
OSXEthernetTap.hpp 67f1f1892f Bunch of tap stuff, IP address assignment hookups, etc. %!s(int64=10) %!d(string=hai) anos
Phy.hpp 14264c2d6f Add miniupnpc builds for Windows, fix some Windows build warnings. %!s(int64=10) %!d(string=hai) anos
README.md e61a40a956 docs %!s(int64=10) %!d(string=hai) anos
Thread.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. %!s(int64=10) %!d(string=hai) anos
UPNPClient.cpp 14264c2d6f Add miniupnpc builds for Windows, fix some Windows build warnings. %!s(int64=10) %!d(string=hai) anos
UPNPClient.hpp fe6d5b1402 UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64 %!s(int64=10) %!d(string=hai) anos
WindowsEthernetTap.cpp 620562f7cf Because Windows, because Windows. Now it upgrades correctly from 1.0.1, including automatic driver update from NDIS5 to NDIS6. Also a bit more robust on creating new ports, just in case. %!s(int64=10) %!d(string=hai) anos
WindowsEthernetTap.hpp 922d9657b9 Save enumeration of statically assigned IPs so they will always be reassigned on device "power cycle." %!s(int64=10) %!d(string=hai) anos

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.