summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-29Windows: ship it!Adam Ierymenko
2016-06-29Hack settings into old CLI.Adam Ierymenko
2016-06-29Going to have to continue to use the old MAC web-container-based UI on Macs ↵Adam Ierymenko
prior to 10.10 even when the new UI comes out, and the new UI is not ready yet anyway, so resurrect this.
2016-06-29Revert backgrounding of controller requests hack. Controller code is not ↵Adam Ierymenko
really parallel anyway and we fixed the perf problem.
2016-06-29Fix broken SQL in controller.Adam Ierymenko
2016-06-29Fix a valgrind warning.Adam Ierymenko
2016-06-29Controller fixes...Adam Ierymenko
2016-06-29Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into devAdam Ierymenko
2016-06-29Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-06-29docsAdam Ierymenko
2016-06-28Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-06-28fedora-22Adam Ierymenko
2016-06-28Fix getPeer(self) bug if I am the controller.Adam Ierymenko
2016-06-28Refactor recent member request history to fix performance problem in controller.Adam Ierymenko
2016-06-27Dockerfile orderingAdam Ierymenko
2016-06-27small perf improvement in sqlite db.Adam Ierymenko
2016-06-27Query optimization.Adam Ierymenko
2016-06-27dead code removalAdam Ierymenko
2016-06-27Allow further concurrency on network controller.Adam Ierymenko
2016-06-27Defer NETWORK_CONFIG_REQUEST packets and allow multithreaded processing.Adam Ierymenko
2016-06-27Docker build farm seems to work!Adam Ierymenko
2016-06-27.Adam Ierymenko
2016-06-27.Adam Ierymenko
2016-06-27For now go back to bundling http-parser etc. in our official RPM builds ↵Adam Ierymenko
since this introduces an EPEL dependency for CentOS which would only make sense if we are actually in EPEL. Probably will eventually have two spec files: one for official and one for our own.
2016-06-27CentOS7 fixes.Adam Ierymenko
2016-06-27More RPM fixes.Adam Ierymenko
2016-06-27CentOS6 fix.Adam Ierymenko
2016-06-27Put everything in /usr/sbin on Linux.Adam Ierymenko
2016-06-27More Dockerfile fixes, and do not use "ln -r" since it is not supported on ↵Adam Ierymenko
older Linux distributions.
2016-06-27More build fixes.Adam Ierymenko
2016-06-27RPM build fixes -- use RPM cflags, spec fixes, etc.Adam Ierymenko
2016-06-27Debian dependency for iproute2Adam Ierymenko
2016-06-27ZeroTier One requires /sbin/ip (RPM-based distros)Adam Ierymenko
2016-06-25CentOS 6 Docker build.Adam Ierymenko
2016-06-25.Adam Ierymenko
2016-06-25.Adam Ierymenko
2016-06-25Build and spec file updates for CentOS6Adam Ierymenko
2016-06-24Script to create Debian repos (requires aptly)Adam Ierymenko
2016-06-24More build targets.Adam Ierymenko
2016-06-24More Linux Docker build farm targets.Adam Ierymenko
2016-06-24Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-06-24Bump version.Adam Ierymenko
2016-06-24Bump version.Adam Ierymenko
2016-06-24Changes for Debian packaging to prep for 1.1.6 interim.Adam Ierymenko
2016-06-24Don't back up sqlite db if it hasn't changed to prevent constant thrashing ↵Adam Ierymenko
on inactive controllers.
2016-06-24Forgot NDP emulation flag.Adam Ierymenko
2016-06-24Add 6plane assignment support to network controller, and cleanup.Adam Ierymenko
2016-06-24.Adam Ierymenko
2016-06-24Cleanup of 6plane stuff.Adam Ierymenko
2016-06-23IPv6 NDP emulation flag in NetworkConfig, and implement Docker-friendlyAdam Ierymenko
(and other host friendly) IPv6 /80 magic subnetting to allow massive multicast-free NDP emulated IPv6 networks where each host can have a /48 worth of IPv6 IPs for internal containers, VMs, etc. Alan Kay, thou art avenged. https://ivanovivan.wordpress.com/2010/09/13/alan-kay-quotes/