Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-11-24 | Multicast code cleanup. | Adam Ierymenko | |
2014-11-23 | A few more tweaks to MC algo... | Adam Ierymenko | |
2014-11-21 | Add a bunch of high-resolution try/catch safety in Node main loop to attempt ↵ | Adam Ierymenko | |
to snare gremlin. | |||
2014-11-21 | Fix thinko in multicast changes... works now! | Adam Ierymenko | |
2014-11-21 | Send 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-20 | Tweak to symmetric NAT buster to add one to the number of ports above the ↵ | Adam Ierymenko | |
current one it attempts. | |||
2014-11-20 | Change 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-13 | Optimization: we don't need to verify signatures on certs if they're certs ↵ | Adam Ierymenko | |
we already have and have verified. | |||
2014-11-13 | Prevent "software laser" in legacy multicast support. Already hotpatched in ↵ | Adam Ierymenko | |
supernodes. |