summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-06C++ netconf master Redis plumbing.Adam Ierymenko
2015-01-06Revised Redis schema.Adam Ierymenko
2015-01-05Add timestamp field to network config requests.Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2015-01-05Upgrade LZ4.Adam Ierymenko
2015-01-05Stash old Node.JS netconf-service in attic/Adam Ierymenko
2015-01-05docsAdam Ierymenko
2015-01-05Back out service message type -- YAGNI violation.Adam Ierymenko
2015-01-05Strip out old Service code, add new service message type.Adam Ierymenko
2014-12-19VERSION 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-19Merge branch 'adamierymenko-dev' of ↵Adam Ierymenko
ssh://earth.zerotier.net:55522/git/ZeroTierOne into adamierymenko-dev
2014-12-19VERSION 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-19FreeBSD works, and some documentation fixes.Adam Ierymenko
2014-12-19FreeBSD builds!Adam Ierymenko
2014-12-19Fork OSXEthernetTapFactory -> BSDEthernetTapFactoryAdam Ierymenko
2014-12-16Remove &s from restarts in installer -- probably part of the restart problem.Adam Ierymenko
2014-12-16locallyValidate() 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-05VERSION 1.0.1Adam 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-05Stash make-freebsd.mk in attic/ to indicate that the FreeBSD port is not ↵Adam Ierymenko
done net. Coming soon!
2014-12-05Add .autoupdating to Debian package version too.Adam Ierymenko
2014-12-05Make RPM version contain .autoupdating to indicate that it auto updates ↵Adam Ierymenko
outside normal RPM channels.
2014-12-04RPM build support in buildinstaller.shAdam Ierymenko
2014-12-04Set Debian arch correctly on armv6l (armhf)Adam Ierymenko
2014-12-04Fix Debian package upgrade process.Adam Ierymenko
2014-12-04Add .service to unit name in uninstall too.Adam Ierymenko
2014-12-03Another systemd change... should fix problems on some systems.Adam Ierymenko
2014-12-03Systemd permission fix in Linux installer.Adam Ierymenko
2014-12-03Don't restart ZeroTier One service if version has not changed.Adam Ierymenko
2014-12-03fix service command, eliminate all uses of killall since it might be missingAdam Ierymenko
2014-12-03Preinst and postinst Debian scripts.Adam Ierymenko
2014-12-03Basic Debian package support in buildinstaller.shAdam Ierymenko
2014-12-02Windows Visual Studio meaningless-warning-ectomy.Adam Ierymenko
2014-12-02Clean up some unused Windows files.Adam Ierymenko
2014-12-02Fix network enumeration buffer size bug -- reported by user Neal Symms via ↵Adam Ierymenko
LiveAgent
2014-11-26docsAdam Ierymenko
2014-11-26Remove 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-26cleanup and docsAdam Ierymenko
2014-11-26docs and cleanupAdam Ierymenko
2014-11-25Enable legacy multicast in Constants.Adam Ierymenko
2014-11-25Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be ↵Adam Ierymenko
toggled.
2014-11-24Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online.Adam Ierymenko
2014-11-24Multicast code cleanup.Adam Ierymenko
2014-11-23A few more tweaks to MC algo...Adam Ierymenko
2014-11-21Add a bunch of high-resolution try/catch safety in Node main loop to attempt ↵Adam Ierymenko
to snare gremlin.
2014-11-21Fix thinko in multicast changes... works now!Adam Ierymenko
2014-11-21Send multicasts in random order.Adam Ierymenko
This should not affect most users, but on large networks it should cause service announcements to work a lot better. This is the result of a prolonged discussion with a user about the visibility of game servers on a large network. The old multicast algorithm was de-facto randomized due to its distributed nature, while the new algorithm is more deterministic. This will restore some randomization beyond limit-overflow conditions. It won't affect small networks at all.
2014-11-20Tweak to symmetric NAT buster to add one to the number of ports above the ↵Adam Ierymenko
current one it attempts.
2014-11-20Change path selection logic to exclude non-fixed and non-active paths -- ↵Adam Ierymenko
possible fix for "NAT traversal coma" issue. Also fix a typo.
2014-11-13Optimization: we don't need to verify signatures on certs if they're certs ↵Adam Ierymenko
we already have and have verified.
2014-11-13Prevent "software laser" in legacy multicast support. Already hotpatched in ↵Adam Ierymenko
supernodes.