summaryrefslogtreecommitdiff
path: root/windows/ZeroTierOne/ZeroTierOne.vcxproj
AgeCommit message (Collapse)Author
2019-08-08More windows build fixesAdam Ierymenko
2019-07-29Windows project fixesAdam Ierymenko
2019-06-17Windows build fixes, fix double/float types to get rid of warnings.Adam Ierymenko
2019-06-13Remove old RethinkDB.cpp/.hpp files from visual studio projectGrant Limberg
2018-11-11Migrate Windows to use Visual Studio 2017 Community instead of 2015.Adam Ierymenko
2018-06-21Add a define to set FD_SETSIZE=1024 on WindowsGrant Limberg
Default on Windows is extremely low at 64 and is the likely culprit behind the UI and CLI not being able to talk to the background service
2018-06-21Optimize C25519 and Poly1305 on Windows even in debug.Grant Limberg
2018-01-30Fix Windows compile error.Adam Ierymenko
2017-11-07Windows build fixes.Adam Ierymenko
2017-10-25Windows build fixes, AIP file update.Adam Ierymenko
2017-07-12fix Windows buildGrant Limberg
2017-07-06.Adam Ierymenko
2017-07-03also cluster.hppGrant Limberg
2017-07-03remove Cluster.cpp from build list as it's been removedGrant Limberg
2017-06-21fix for windows compilation (related to SDK implementation)Alex
2017-04-20Windows build fixes.Adam Ierymenko
2017-04-18Cleanup, Windows fixes, Self test fixAdam Ierymenko
2017-04-18Windows build fixes, self test cleanup.Adam Ierymenko
2017-04-17Windows profile build target (CPU profiling), and a little bit of ↵Adam Ierymenko
optimization revealed by such.
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-07Windows build fixes.Adam Ierymenko
2017-02-23Windows build fix.Adam Ierymenko
2017-01-26remove reference to BackgroundResolver.cpp/.hpp on WindowsGrant Limberg
2017-01-20Windows build fix, warning removal.Adam Ierymenko
2017-01-13Windows build fixes, Software update fix, warning removal.Adam Ierymenko
2017-01-11Should fix Windows build.Adam Ierymenko
2016-11-16add JSONDB.cppGrant Limberg
2016-11-03link in notelemetry.obj even though Microsoft said CRT telemetry would be ↵Grant Limberg
disabled in VS2015 Update 3. Just in case.
2016-11-03add new files & remove old ones from VS project. Now builds & runs on ↵Grant Limberg
Windows again
2016-11-03upgraded vcxprojs to VS2015. got the tap driver building.Grant Limberg
2016-06-21Windows builds again. And there was much rejoicing.Adam Ierymenko
2016-01-20Windows build fixes.Adam Ierymenko
2015-12-211.1.2 Windows build fixes, tweaks, etc.Adam Ierymenko
2015-11-16Turns out it wasn't hard to add miniupnpc to the VS2012 project and just ↵Adam Ierymenko
have it build with the rest of the code.
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ↵Adam Ierymenko
(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.
2015-11-12Minor Windows build fixes. Builds on VS2012 again.Adam Ierymenko
2015-07-30Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and ↵Adam Ierymenko
setupapi and using these functions directly.
2015-07-28Add miniupnpc builds for Windows, fix some Windows build warnings.Adam Ierymenko
2015-07-06Add new .h file to VS build, and Windows side of local interface address ↵Adam Ierymenko
enumeration.
2015-06-01Add BackgroundResolver to Windows build.Adam Ierymenko
2015-04-24Bring Windows service code up to date and into sync.Adam Ierymenko
2015-04-24Take winhttp out of lib list, since we don't use it anymore.Adam Ierymenko
2015-04-24First pass of Windows cleanup and build fixes...Adam Ierymenko
2014-10-29Windows build fix, set up Windows solution with new layout.Adam Ierymenko
2014-10-19Switch VS2012 build back to real, not self-test.Adam Ierymenko
2014-10-19Windows build fixes.Adam Ierymenko
2014-08-20Some UI fixes for Windows.Adam Ierymenko
2014-08-19...Adam Ierymenko
2014-08-18Do HttpClient refactoring for Windows.Adam Ierymenko
2014-08-08Kill ugly old getSecureRandom() and replace with simple wrapper for Windows ↵Adam Ierymenko
CAPI and *nix /dev/urandom, and some build fixes.