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

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.