summaryrefslogtreecommitdiff
path: root/windows/ZeroTierOne/ZeroTierOne.vcxproj.filters
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-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-03also cluster.hppGrant Limberg
2017-07-03remove Cluster.cpp from build list as it's been removedGrant Limberg
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-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
2016-11-16add JSONDB.cppGrant Limberg
2016-11-03add new files & remove old ones from VS project. Now builds & runs on ↵Grant Limberg
Windows again
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-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-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-19Windows build fixes.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.
2014-08-07Windows compile fixes, compiler warning fix, unfreed memory fix in main.c ↵Adam Ierymenko
(though it would not have mattered since program exits immediately after).
2014-08-04Windows Ethernet tap refactoring complete.Adam Ierymenko
2014-07-28Windows routing table interface (untested).Adam Ierymenko
2014-07-26Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE ↵Adam Ierymenko
intrinsics in Visual Studio
2014-04-10VERSION 0.8.2Adam Ierymenko
This version fixes a few more issues with TCP tunneling including GitHub issue #63. It also adds automatic announcement and location of peers on physical LANs (GitHub issue #56) which should greatly improve performance if you happen to be on the same LAN or WiFi network as another peer. It can take 60 seconds or so for this to occur, but it should.
2014-04-08Some installer stuff, complete refactoring of Windows side of newly split ↵Adam Ierymenko
tap driver. Seems to work. Now to see if the cleanup we did here gets rid of the zombie tap device issue on Windows.
2014-03-25Make Windows build, add (untested) Windows named pipe based IPC code.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and ↵Adam Ierymenko
modified slightly.
2014-01-20Windows build fixes and installer work...Adam Ierymenko
2013-12-26Remove old stuff from VS projects, get driver signing working on Windows. ↵Adam Ierymenko
(Just testing signing, going back to OSX and Linux now).
2013-11-18More UI work, reorg Windows stuff...Adam Ierymenko