Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-20 | Windows build fixes. | Adam Ierymenko | |
2016-01-12 | boring doc stuff | Adam Ierymenko | |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko | |
2015-11-16 | Turns 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-13 | Fix: (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-12 | Minor Windows build fixes. Builds on VS2012 again. | Adam Ierymenko | |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local ↵ | Adam Ierymenko | |
interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. | |||
2015-07-30 | Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and ↵ | Adam Ierymenko | |
setupapi and using these functions directly. | |||
2015-07-28 | Add miniupnpc builds for Windows, fix some Windows build warnings. | Adam Ierymenko | |
2015-07-06 | Add new .h file to VS build, and Windows side of local interface address ↵ | Adam Ierymenko | |
enumeration. | |||
2015-06-01 | Add BackgroundResolver to Windows build. | Adam Ierymenko | |
2015-05-20 | Clean old update code out of Windows service wrapper. | Adam Ierymenko | |
2015-04-24 | Bring Windows service code up to date and into sync. | Adam Ierymenko | |
2015-04-24 | Take winhttp out of lib list, since we don't use it anymore. | Adam Ierymenko | |
2015-04-24 | First pass of Windows cleanup and build fixes... | Adam Ierymenko | |
2015-03-31 | osnet -> osdep | Adam Ierymenko | |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko | |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
2014-10-29 | Windows service fix -- it helps if we actually launch the control socket thing. | Adam Ierymenko | |
2014-10-29 | Windows build fix, set up Windows solution with new layout. | Adam Ierymenko | |
2014-10-19 | Switch VS2012 build back to real, not self-test. | Adam Ierymenko | |
2014-10-19 | Windows build fixes. | Adam Ierymenko | |
2014-08-20 | Some UI fixes for Windows. | Adam Ierymenko | |
2014-08-19 | ... | Adam Ierymenko | |
2014-08-18 | Do HttpClient refactoring for Windows. | Adam Ierymenko | |
2014-08-08 | Kill ugly old getSecureRandom() and replace with simple wrapper for Windows ↵ | Adam Ierymenko | |
CAPI and *nix /dev/urandom, and some build fixes. | |||
2014-08-07 | Windows 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-04 | Windows Ethernet tap refactoring complete. | Adam Ierymenko | |
2014-07-28 | Windows routing table interface (untested). | Adam Ierymenko | |
2014-07-26 | Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE ↵ | Adam Ierymenko | |
intrinsics in Visual Studio | |||
2014-07-03 | VERSION 0.9.1: bug fixes and experimental bridging support | Adam 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-29 | Build fix for Windows setsockopt(). | Adam Ierymenko | |
2014-04-10 | VERSION 0.8.2 | Adam 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-08 | Some 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-04-04 | Intaller upgrade and stuff, fix to Windows service for new Node API changes. | Adam Ierymenko | |
2014-03-25 | Make Windows build, add (untested) Windows named pipe based IPC code. | Adam Ierymenko | |
2014-03-04 | Disable 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-04 | Build 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-03 | Add option to install drivers in driver cache on Windows, needed for Windows ↵ | Adam Ierymenko | |
installer. Blech. | |||
2014-02-27 | Windows service works now! | Adam Ierymenko | |
2014-02-26 | Windows auto-updater invocation works... time to try an installer! | Adam Ierymenko | |
2014-02-23 | ZT_OFFICIAL_RELEASE and ZT_AUTO_UPDATE in Windows build in Release mode. | Adam Ierymenko | |
2014-02-21 | Windows service auto-update work. | Adam Ierymenko | |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2014-02-06 | More Windows service work... it builds! Now to do a new installer and test. ↵ | Adam Ierymenko | |
Also fix a Windows compile warning in Switch.cpp. | |||
2014-02-06 | Windows service work, remove old installer... not sure exactly what we're ↵ | Adam Ierymenko | |
going to use. | |||
2014-02-05 | Fix copyright notice. | Adam Ierymenko | |
2014-02-05 | C++ service base stuff taken from MS public domain example project and ↵ | Adam Ierymenko | |
modified slightly. | |||
2014-01-21 | Windows compile fixes, check if running as administrator on startup for Windows. | Adam Ierymenko | |
2014-01-20 | Windows build fixes and installer work... | Adam Ierymenko | |