summaryrefslogtreecommitdiff
path: root/windows/ZeroTierOne/ZeroTierOne.vcxproj
AgeCommit message (Collapse)Author
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-07-03VERSION 0.9.1: bug fixes and experimental bridging supportAdam Ierymenko
This version fixes several bugs including an issue with networks that have EtherType filtering disabled, a file permission issue that affected non-English versions of Windows, a multicast propagation bug that caused multicasts to be dropped more often than they should be, and an issue with IP auto-configuration. It also introduces experimental support for bridging between physical and virtual networks, a much-requested and powerful ability that's been planned from the start. ZeroTier One can now replace the functionality of ordinary VPNs, link multiple offices into a single LAN, and connect virtual machine backplanes in the cloud to physical networks at home, among other things. Bridging support isn't "officially" out yet, since the web UI part is still in development. But when that is done, an official announcement will be made on the blog and users can try it out. So far bridging has only been tested under Linux with the Linux kernel's native bridging driver. YMMV on other platforms. Try it out and let us know by filing bugs at GitHub or e-mailing them to "contact@zerotier.com".
2014-05-29Build fix for Windows setsockopt().Adam Ierymenko
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-03-04Disable SSE on 32-bit Windows builds since people might still be using old ↵Adam Ierymenko
school chips... x64 builds with SSE since pretty much all AMD64/x86_64 chips have it.
2014-03-04Build with /MT on Windows so we can stop having to install a ↵Adam Ierymenko
redistributable... makes installer less noisy but unfortunately makes binary bigger. Oh well.
2014-03-03Add option to install drivers in driver cache on Windows, needed for Windows ↵Adam Ierymenko
installer. Blech.
2014-02-23ZT_OFFICIAL_RELEASE and ZT_AUTO_UPDATE in Windows build in Release mode.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and ↵Adam Ierymenko
modified slightly.
2014-01-21Windows compile fixes, check if running as administrator on startup for Windows.Adam Ierymenko
2014-01-20Windows build fixes and installer work...Adam Ierymenko
2014-01-20Remove a lot of code that we don't need from tap-windows, further winnowing ↵Adam Ierymenko
down this fork of OpenVPN's tap-windows to a more minimal version that does only basic Ethernet tap functionality.
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