ZeroTierOne/windows
visuve 378e4ea34e Fix service installation MAX_PATH bug on Windows
- On newer Windows, a path might hold up to 32,767 characters
  - https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
- The previous installation did not also check for ERROR_INSUFFICIENT_BUFFER which could lead to an ill formatted path
2022-08-10 17:08:51 +03:00
..
packages Base windows UI is working. 2015-10-21 20:29:03 -07:00
TapDriver6 Advanced installer changes and build fixes for Windows. 2021-09-08 17:51:42 -04:00
ZeroTierOne Fix service installation MAX_PATH bug on Windows 2022-08-10 17:08:51 +03:00
ZeroTierOneSDK remove debugging flag 2017-07-13 15:13:20 -07:00
README.md docs 2014-09-18 09:41:12 -07:00
ZeroTierOne.sln ALMOST compiles for ARM64 Windows, only remaining barrier is ring in zeroidc. 2022-04-27 12:19:42 -04:00
ZeroTierOneSDK.sln added Windows SDK in form of dlls 2017-06-13 13:28:23 -07:00

This folder contains the Windows driver code, Windows-specific service code, and the Microsoft Visual Studio projects and "solution" for doing Windows builds.

This code may also build with MinGW but this hasn't been tested.