Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Grant Limberg d43e810ecb Finally figured out how to update the network interface names on Windows so that they'll be visible in `ipconfig`, `Get-NetAdapter` etc. 6 gadi atpakaļ
  Joseph Henry 0e597191b8 Updated licenses for 2019 6 gadi atpakaļ
  Grant Limberg 2ee358dbfc TAP driver requires input and output buffers for calls passed into DeviceIoControl 7 gadi atpakaļ
  Adam Ierymenko d6e8a5f3ca Fix Windows compile error. 7 gadi atpakaļ
  Adam Ierymenko 65c07afe05 Copyright updates for 2018. 7 gadi atpakaļ
  Grant Limberg 629a3a2a24 call setFriendlyName() after tap adapter is initialized 8 gadi atpakaļ
  Adam Ierymenko 88997a0314 Windows build fixes. 8 gadi atpakaļ
  Adam Ierymenko d2415dee00 Cleanup. 8 gadi atpakaļ
  Adam Ierymenko 355cce3938 Rename Utils::snprintf due to it being a #define on one platform. 8 gadi atpakaļ
  Adam Ierymenko d5ed025871 Support MTU reconfigure for Windows. 8 gadi atpakaļ
  Adam Ierymenko b55422a528 MTU integration in taps. 8 gadi atpakaļ
  Adam Ierymenko 1b68d6dbdc License header update. 8 gadi atpakaļ
  Adam Ierymenko e4896b257f Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call. 8 gadi atpakaļ
  Grant Limberg e2b1a7157e Potential fix for routing issue on Windows 8 gadi atpakaļ
  Grant Limberg 697520f1f5 Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings. 9 gadi atpakaļ
  Grant Limberg 56faf774ff Store MTU as String instead of DWORD 9 gadi atpakaļ
  Adam Ierymenko 4f237687ce Route management now works on Windows, including default route override! 1.1.6 very close! 9 gadi atpakaļ
  Adam Ierymenko b6f6ed35fc More Windows tweaks and a compile fix. 9 gadi atpakaļ
  Adam Ierymenko d3cb063d13 Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or GitHub issue #277 -- we can't reproduce yet but I found one area where a spin was possible under certain failure conditions. Maybe. 9 gadi atpakaļ
  Adam Ierymenko 4e4fd51117 boring doc stuff 9 gadi atpakaļ
  Adam Ierymenko 0d9f33dc4f Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 10 gadi atpakaļ
  Adam Ierymenko b75bdedaee Manually set DeviceInstanceID since this registry key is missing on Windows Vista and Server 2008. 10 gadi atpakaļ
  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. 10 gadi atpakaļ
  Adam Ierymenko 922d9657b9 Save enumeration of statically assigned IPs so they will always be reassigned on device "power cycle." 10 gadi atpakaļ
  Adam Ierymenko 6f46f0e0e1 Because Windows. 10 gadi atpakaļ
  Adam Ierymenko 8169b35482 Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and setupapi and using these functions directly. 10 gadi atpakaļ
  Adam Ierymenko 56285ec0d4 Another attempt at a fix for all the Windows driver coma issues. 10 gadi atpakaļ
  Adam Ierymenko 494681a482 This might be a final fix for GitHub issue #173 and possibly others: ACTIVELY detect borked port status on Windows and if any "cable unplugged" or other wacky states are detected whack the adapter (close and reopen). Tested adding a whole bunch of windows networks, removing, adding more, etc. and it seems to work very well! 10 gadi atpakaļ
  Adam Ierymenko 6fc090eb00 Don't actually "power cycle" the interface except on startup. Doing that after we're running could lose IP configuration. 10 gadi atpakaļ
  Adam Ierymenko dd70188643 Make tap driver even more defensive... seems to maybe fix the new network problem. Have to test a bit more. 10 gadi atpakaļ