summaryrefslogtreecommitdiff
path: root/osdep/WindowsEthernetTap.cpp
AgeCommit message (Expand)Author
2019-07-16Finally figured out how to update the network interface names on Windows so t...Grant Limberg
2019-01-14Updated licenses for 2019Joseph Henry
2018-02-23TAP driver requires input and output buffers for calls passed into DeviceIoCo...Grant Limberg
2018-01-30Fix Windows compile error.Adam Ierymenko
2018-01-08Copyright updates for 2018.Adam Ierymenko
2017-10-16call setFriendlyName() after tap adapter is initializedGrant Limberg
2017-07-06Windows build fixes.Adam Ierymenko
2017-07-06Cleanup.Adam Ierymenko
2017-06-27Rename Utils::snprintf due to it being a #define on one platform.Adam Ierymenko
2017-05-04Support MTU reconfigure for Windows.Adam Ierymenko
2017-05-04MTU integration in taps.Adam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2017-01-05Potential fix for routing issue on WindowsGrant Limberg
2016-12-09Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings.Grant Limberg
2016-11-30Store MTU as String instead of DWORDGrant Limberg
2016-06-21Route management now works on Windows, including default route override! 1.1....Adam Ierymenko
2016-03-02More Windows tweaks and a compile fix.Adam Ierymenko
2016-03-02Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or G...Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ...Adam Ierymenko
2015-08-13Manually set DeviceInstanceID since this registry key is missing on Windows V...Adam Ierymenko
2015-07-30Because Windows, because Windows. Now it upgrades correctly from 1.0.1, inclu...Adam Ierymenko
2015-07-30Save enumeration of statically assigned IPs so they will always be reassigned...Adam Ierymenko
2015-07-30Because Windows.Adam Ierymenko
2015-07-30Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and s...Adam Ierymenko
2015-07-06Another attempt at a fix for all the Windows driver coma issues.Adam Ierymenko
2015-06-12This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY...Adam Ierymenko
2015-05-20Don't actually "power cycle" the interface except on startup. Doing that afte...Adam Ierymenko
2015-05-19Make tap driver even more defensive... seems to maybe fix the new network pro...Adam Ierymenko
2015-05-19Windows build warning removal, be more defensive in Windows tap driver code, ...Adam Ierymenko
2015-05-08Fix to tap reset code in Windows tap connector.Adam Ierymenko
2015-05-08Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some N...Adam Ierymenko
2015-05-08Scratch that wrapper... it was easy to make, but it turns out WebControl is I...Adam Ierymenko
2015-04-25Use NDIS6 driver preferentially if available.Adam Ierymenko
2015-04-24Destroy tap devices on Windows 'leave'.Adam Ierymenko
2015-04-24Windows now builds and runs selftest correctly, and fixed a Windows (and poss...Adam Ierymenko
2015-04-08osdep/ compile fixes, and remove some lingering OS-specific stuff from node/D...Adam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko