Joseph Henry 557c0c29b0 minor changes hace 10 años
..
Arp.cpp 8ea83c9548 netif code hooked up hace 10 años
Arp.hpp c1a53a2653 ARP cache and responder agent code for use in netcon and iOS. hace 10 años
BSDEthernetTap.cpp 0e87002d78 BSDEthernetTap build fixes. hace 10 años
BSDEthernetTap.hpp ddaf3ef347 Bring BSDEthernetTap into the current century. hace 10 años
BackgroundResolver.cpp 2ad69237cf Background resolver. hace 10 años
BackgroundResolver.hpp 61021fc778 BackgroundResolver test. hace 10 años
Http.cpp 69f006f641 . hace 10 años
Http.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
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. hace 10 años
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. hace 10 años
OSUtils.cpp 1e3d5c4d87 Suppress icacls output on lockDownFile(). hace 10 años
OSUtils.hpp 7a15d8a7e3 Fix leaving of networks to actually call Network::destroy(). hace 10 años
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. hace 10 años
OSXEthernetTap.hpp 67f1f1892f Bunch of tap stuff, IP address assignment hookups, etc. hace 10 años
Phy.hpp 557c0c29b0 minor changes hace 10 años
README.md e61a40a956 docs hace 10 años
Thread.hpp f5848972f9 Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. hace 10 años
UPNPClient.cpp 14264c2d6f Add miniupnpc builds for Windows, fix some Windows build warnings. hace 10 años
UPNPClient.hpp fe6d5b1402 UPNP/NAT-PMP support with libminiupnpc (if built with it) -- GitHub issue #64 hace 10 años
WindowsEthernetTap.cpp b75bdedaee Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. hace 10 años
WindowsEthernetTap.hpp b75bdedaee Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. hace 10 años

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.