summaryrefslogtreecommitdiff
path: root/windows/SelfTest/SelfTest.vcxproj.filters
AgeCommit message (Collapse)Author
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-01-18Builds on Windows now.Adam Ierymenko
2014-01-17Windows build fixes.Adam Ierymenko
2014-01-17Windows HTTP client code (untested)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