Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-04 | Version bump to 1.4.2 for all but Windows AIP | Adam Ierymenko | |
2019-07-31 | Bump version | Adam Ierymenko | |
2019-07-31 | Mac multicast bug fix -- GitHub issue #986 | Adam Ierymenko | |
2019-07-09 | Version bunmp | Adam Ierymenko | |
2019-06-20 | Windows build changes for 1.2.99 (1.4.0pre) | Adam Ierymenko | |
2019-06-11 | Cleanup, version bump. | Adam Ierymenko | |
2019-01-14 | Updated licenses for 2019 | Joseph Henry | |
2018-09-14 | dev should have odd minor version | Adam Ierymenko | |
2018-07-25 | Version bumps. | Adam Ierymenko | |
2018-05-08 | 1.2.10 | Adam Ierymenko | |
2018-04-27 | 1.2.8 bump for all but Windows install files. | Adam Ierymenko | |
2018-04-17 | 'versioning' | Adam Ierymenko | |
2018-01-08 | Copyright updates for 2018. | Adam Ierymenko | |
2017-04-27 | License header update. | Adam Ierymenko | |
2017-04-26 | dev is now 1.2.5 | Adam Ierymenko | |
2017-04-21 | ++version | Adam Ierymenko | |
2017-03-20 | dev is now 1.2.3 | Adam Ierymenko | |
2017-03-17 | bump that version. bump it good. | Adam Ierymenko | |
2017-03-16 | Warning removal, and dev is now 1.2.1 | Adam Ierymenko | |
2017-03-14 | Software update cleanup, and a fix for updates on Windows. | Adam Ierymenko | |
2017-03-13 | Version 1.2.0 bump | Adam Ierymenko | |
2017-03-07 | Bump version to 1.1.19 in prep for release and software update testing. | Adam Ierymenko | |
2017-01-18 | Add a build version for software update use so we can do very minor updates ↵ | Adam Ierymenko | |
within a version. | |||
2016-12-23 | Bump to 1.1.17 for pre-1.2.0 beta. | Adam Ierymenko | |
2016-07-25 | Integration of Filter into inbound and outbound packet path. | Adam Ierymenko | |
2016-07-21 | Bump version in most places to 1.1.14 | Adam Ierymenko | |
2016-07-18 | Fix for GitHub issue #358 and bump version to 1.1.13 (dev) | Adam Ierymenko | |
2016-07-12 | Version bump again. Slack has updated their client twice in one day so its okay. | Adam Ierymenko | |
2016-07-12 | Version bump to 1.1.10 | Adam Ierymenko | |
2016-07-12 | Trusted path support, and version bump to 1.1.9 | Adam Ierymenko | |
2016-07-08 | 1.1.8 bump | Adam Ierymenko | |
2016-06-24 | Bump version. | Adam Ierymenko | |
2016-06-16 | Big refactor mostly builds. We now have a uniform backward compatible netconf. | Adam Ierymenko | |
2016-05-11 | Ready to test whole new netconf refactor. | Adam Ierymenko | |
2016-05-06 | Changes to how new-style binary network configs are detected, and a ↵ | Adam Ierymenko | |
new-style binary serialized meta-data representation. | |||
2016-01-21 | New dev version: 1.1.5 | Adam Ierymenko | |
2016-01-20 | 1.1.4 bump | Adam Ierymenko | |
2016-01-12 | boring doc stuff | Adam Ierymenko | |
2016-01-05 | Implement first pass on rapid dead path detection, and increment version to ↵ | Adam Ierymenko | |
1.1.3 (dev) | |||
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko | |
2015-11-02 | Decided to make this 1.1.0 (semantic versioning increment is warranted), and ↵ | Adam Ierymenko | |
add a legacy hack for older clients working with clusters. | |||
2015-09-23 | Version bump, preparing for a likely 1.0.6 soon. | Adam Ierymenko | |
2015-08-25 | VERSION 1.0.5: Windows and Linux (upgrade) bug fixes | Adam Ierymenko | |
Version 1.0.5 is a very minor release. It includes a new build of the Windows device driver that supports Windows Vista and 2008 Server, and a fix to prevent an issue that could occur when updating Linux installations from old pre-1.0.3 versions to 1.0.3 or 1.0.4. It also includes a few very minor fixes and improvements to the controller code, which doesn't affect most users. This second commit just bumps version.h. :) | |||
2015-07-23 | Eliminate some poorly thought out optimizations from the netconf/controller ↵ | Adam Ierymenko | |
interaction, and go ahead and bump version to 1.0.4. For a while in 1.0.3 -dev I was trying to optimize out repeated network controller requests by using a ratcheting mechanism. If the client received a network config that was indeed different from the one it had, it would respond by instantlly requesting it again. Not sure what I was thinking. It's fundamentally unsafe to respond to a message with another message of the same type -- it risks a race condition. In this case that's exactly what could happen. It just isn't worth the added complexity to avoid a tiny, tiny amount of network overhead, so I've taken this whole path out. A few extra bytes every two minutes isn't worth fretting about, but as I recall the reason for this optimization was to save CPU on the controller. This can be achieved by just caching responses in memory *there* and serving those same responses back out if they haven't changed. I think I developed that 'ratcheting' stuff before I went full time on this. It's hard to develop stuff like this without hours of sustained focus. | |||
2015-06-03 | Put version back to 1.0.3. | Adam Ierymenko | |
2015-06-03 | Temporarily bump version to fake 1.0.99 to test auto-update within network. | Adam Ierymenko | |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko | |
2015-01-09 | Add confirmation step to new netconf, with the caveat that it will be ↵ | Adam Ierymenko | |
disabled for older netconf servers to avoid race. Also add some comments. | |||
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
2014-12-19 | VERSION 1.0.2: Experimental FreeBSD support! | Adam Ierymenko | |
Version 1.0.2 brings experimental FreeBSD support. It has ONLY been tested on FreeBSD 10 on an x64 system, and should be considered alpha for this platform for now. This version is not going to be pushed out to the entire world via software update, and the binary version distributed for other platforms via the zerotier.com web site will remain 1.0.1 as there are no other meaningful user-facing changes. This is just an interim release to let FreeBSD users try it out. If you find bugs, please enter them on GitHub or do a pull request and fix them yourself. |