summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-13Wire up externally specified NetworkConfigMasterAdam Ierymenko
2015-03-12docsAdam Ierymenko
2015-03-12Delete duplicate redis-schema.mdAdam Ierymenko
2015-03-12Netconf build fixes, schema, etc.Adam Ierymenko
2015-03-12Sqlite schema for netconf.Adam Ierymenko
2015-03-11Changed my mind design-wise on netconf/ -- will embed using SQLite. This ↵Adam Ierymenko
fits much better into the OnePoint plans. I am also officially sick of NoSQL, which in this cases forces you to invent things that SQL gives you for free.
2015-03-02Add historic protocol docs exhibit.Adam Ierymenko
2015-02-26Make clean fixes.Adam Ierymenko
2015-02-24Redis network config master work, and the beginnings of some actual unit ↵Adam Ierymenko
test code.
2015-02-24RedisNetworkConfigMaster in its own folder. Also fix some hex/decimal Redis ↵Adam Ierymenko
database confusion.
2015-02-24netconf/ is where Redis code livesAdam Ierymenko
2015-02-24Make NetworkConfigMaster a plugin to get Redis and other non-endpoint code ↵Adam Ierymenko
out of node/
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-02-04Physical address change message verb.Adam Ierymenko
2015-02-02Ping supernodes on surface change, and also reset TCP flag.Adam Ierymenko
2015-02-02Rip out network environment fingerprint. This will be replaced by constant ↵Adam Ierymenko
monitoring of actual external address surface.
2015-02-02Drop support for legacy P5 multicast, as there are fewer than 1% of these ↵Adam Ierymenko
remaining on the network.
2015-02-02Surface logic in Topology.Adam Ierymenko
2015-02-02Code to track externally visible address surface.Adam Ierymenko
2015-02-02Hash code method for InetAddressAdam Ierymenko
2015-01-13Add netconf build option to Mac build file too.Adam Ierymenko
2015-01-13Now demote Amsterdam supernode. Appears to be having issues due to some sort ↵Adam Ierymenko
of poor hosting provider performance.
2015-01-12Merge branch 'adamierymenko-dev' of ↵Adam Ierymenko
ssh://earth.zerotier.net:55522/git/ZeroTierOne into adamierymenko-dev
2015-01-12Add new faster supernode in Paris, France.Adam Ierymenko
2015-01-09docsAdam Ierymenko
2015-01-09Create netconf master if redis options are in local.conf.Adam Ierymenko
2015-01-09Add 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-08Build fixes.Adam Ierymenko
2015-01-08C++ network config master ready to test.Adam Ierymenko
2015-01-06Cleanup, new C++ netconf code is almost ready to test!Adam Ierymenko
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