Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | Now demote Amsterdam supernode. Appears to be having issues due to some sort ↵ | Adam Ierymenko | |
of poor hosting provider performance. | |||
2015-01-12 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
ssh://earth.zerotier.net:55522/git/ZeroTierOne into adamierymenko-dev | |||
2015-01-12 | Add new faster supernode in Paris, France. | Adam Ierymenko | |
2015-01-09 | docs | Adam Ierymenko | |
2015-01-09 | Create netconf master if redis options are in local.conf. | 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-08 | Build fixes. | Adam Ierymenko | |
2015-01-08 | C++ network config master ready to test. | Adam Ierymenko | |
2015-01-06 | Cleanup, new C++ netconf code is almost ready to test! | Adam Ierymenko | |
2015-01-06 | C++ netconf master Redis plumbing. | Adam Ierymenko | |
2015-01-06 | Revised Redis schema. | Adam Ierymenko | |
2015-01-05 | Add timestamp field to network config requests. | Adam Ierymenko | |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
2015-01-05 | Upgrade LZ4. | Adam Ierymenko | |
2015-01-05 | Stash old Node.JS netconf-service in attic/ | Adam Ierymenko | |
2015-01-05 | docs | Adam Ierymenko | |
2015-01-05 | Back out service message type -- YAGNI violation. | Adam Ierymenko | |
2015-01-05 | Strip out old Service code, add new service message type. | 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. | |||
2014-12-19 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
ssh://earth.zerotier.net:55522/git/ZeroTierOne into adamierymenko-dev | |||
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. | |||
2014-12-19 | FreeBSD works, and some documentation fixes. | Adam Ierymenko | |
2014-12-19 | FreeBSD builds! | Adam Ierymenko | |
2014-12-19 | Fork OSXEthernetTapFactory -> BSDEthernetTapFactory | Adam Ierymenko | |
2014-12-16 | Remove &s from restarts in installer -- probably part of the restart problem. | Adam Ierymenko | |
2014-12-16 | locallyValidate() is expensive -- stop doing it on every HELLO since in most ↵ | Adam Ierymenko | |
cases we already know the identity and know it is valid | |||
2014-12-05 | VERSION 1.0.1 | Adam Ierymenko | |
This version is mostly a bug fix release. It fixes a bug that could cause the service to crash on Windows while running the GUI application. It also contains a number of fixes to the Linux installer and Linux support for systemd-based init systems. It also includes a minor tweak to the multicast algorithm. Version 1.0.0 sent multicasts in a deterministic order, while this version randomizes the order. The vast majority of users will notice nothing, but this may result in superior coverage for service announcements on very large networks. It's a hard variation to test, so we're releasing like this to gather information from users about the effect. Nothing will change on small networks, and ordinary multicast functions like ARP and NDP should be unaffected. The next version will likely focus on additional improvements to Microsoft Windows support, since there are several known Windows issues in need of attention. We're working on an NDIS6-based Tap driver that should address the driver issues experienced by a small number of Windows 7 users. | |||
2014-12-05 | Stash make-freebsd.mk in attic/ to indicate that the FreeBSD port is not ↵ | Adam Ierymenko | |
done net. Coming soon! | |||
2014-12-05 | Add .autoupdating to Debian package version too. | Adam Ierymenko | |
2014-12-05 | Make RPM version contain .autoupdating to indicate that it auto updates ↵ | Adam Ierymenko | |
outside normal RPM channels. | |||
2014-12-04 | RPM build support in buildinstaller.sh | Adam Ierymenko | |
2014-12-04 | Set Debian arch correctly on armv6l (armhf) | Adam Ierymenko | |
2014-12-04 | Fix Debian package upgrade process. | Adam Ierymenko | |
2014-12-04 | Add .service to unit name in uninstall too. | Adam Ierymenko | |
2014-12-03 | Another systemd change... should fix problems on some systems. | Adam Ierymenko | |
2014-12-03 | Systemd permission fix in Linux installer. | Adam Ierymenko | |
2014-12-03 | Don't restart ZeroTier One service if version has not changed. | Adam Ierymenko | |
2014-12-03 | fix service command, eliminate all uses of killall since it might be missing | Adam Ierymenko | |
2014-12-03 | Preinst and postinst Debian scripts. | Adam Ierymenko | |
2014-12-03 | Basic Debian package support in buildinstaller.sh | Adam Ierymenko | |
2014-12-02 | Windows Visual Studio meaningless-warning-ectomy. | Adam Ierymenko | |
2014-12-02 | Clean up some unused Windows files. | Adam Ierymenko | |
2014-12-02 | Fix network enumeration buffer size bug -- reported by user Neal Symms via ↵ | Adam Ierymenko | |
LiveAgent | |||
2014-11-26 | docs | Adam Ierymenko | |
2014-11-26 | Remove more legacy code -- just doing the supernode redist for old multicast ↵ | Adam Ierymenko | |
is now good enough given the small number of legacy nodes left. | |||
2014-11-26 | cleanup and docs | Adam Ierymenko | |
2014-11-26 | docs and cleanup | Adam Ierymenko | |
2014-11-25 | Enable legacy multicast in Constants. | Adam Ierymenko | |
2014-11-25 | Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be ↵ | Adam Ierymenko | |
toggled. | |||
2014-11-24 | Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online. | Adam Ierymenko | |