Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | Windows: ship it! | Adam Ierymenko | |
2016-06-29 | Hack settings into old CLI. | Adam Ierymenko | |
2016-06-29 | Going 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-29 | Revert backgrounding of controller requests hack. Controller code is not ↵ | Adam Ierymenko | |
really parallel anyway and we fixed the perf problem. | |||
2016-06-29 | Fix broken SQL in controller. | Adam Ierymenko | |
2016-06-29 | Fix a valgrind warning. | Adam Ierymenko | |
2016-06-29 | Controller fixes... | Adam Ierymenko | |
2016-06-29 | Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-06-29 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-06-29 | docs | Adam Ierymenko | |
2016-06-28 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-06-28 | fedora-22 | Adam Ierymenko | |
2016-06-28 | Fix getPeer(self) bug if I am the controller. | Adam Ierymenko | |
2016-06-28 | Refactor recent member request history to fix performance problem in controller. | Adam Ierymenko | |
2016-06-27 | Dockerfile ordering | Adam Ierymenko | |
2016-06-27 | small perf improvement in sqlite db. | Adam Ierymenko | |
2016-06-27 | Query optimization. | Adam Ierymenko | |
2016-06-27 | dead code removal | Adam Ierymenko | |
2016-06-27 | Allow further concurrency on network controller. | Adam Ierymenko | |
2016-06-27 | Defer NETWORK_CONFIG_REQUEST packets and allow multithreaded processing. | Adam Ierymenko | |
2016-06-27 | Docker build farm seems to work! | Adam Ierymenko | |
2016-06-27 | . | Adam Ierymenko | |
2016-06-27 | . | Adam Ierymenko | |
2016-06-27 | For 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-27 | CentOS7 fixes. | Adam Ierymenko | |
2016-06-27 | More RPM fixes. | Adam Ierymenko | |
2016-06-27 | CentOS6 fix. | Adam Ierymenko | |
2016-06-27 | Put everything in /usr/sbin on Linux. | Adam Ierymenko | |
2016-06-27 | More Dockerfile fixes, and do not use "ln -r" since it is not supported on ↵ | Adam Ierymenko | |
older Linux distributions. | |||
2016-06-27 | More build fixes. | Adam Ierymenko | |
2016-06-27 | RPM build fixes -- use RPM cflags, spec fixes, etc. | Adam Ierymenko | |
2016-06-27 | Debian dependency for iproute2 | Adam Ierymenko | |
2016-06-27 | ZeroTier One requires /sbin/ip (RPM-based distros) | Adam Ierymenko | |
2016-06-25 | CentOS 6 Docker build. | Adam Ierymenko | |
2016-06-25 | . | Adam Ierymenko | |
2016-06-25 | . | Adam Ierymenko | |
2016-06-25 | Build and spec file updates for CentOS6 | Adam Ierymenko | |
2016-06-24 | Script to create Debian repos (requires aptly) | Adam Ierymenko | |
2016-06-24 | More build targets. | Adam Ierymenko | |
2016-06-24 | More Linux Docker build farm targets. | Adam Ierymenko | |
2016-06-24 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-06-24 | Bump version. | Adam Ierymenko | |
2016-06-24 | Bump version. | Adam Ierymenko | |
2016-06-24 | Changes for Debian packaging to prep for 1.1.6 interim. | Adam Ierymenko | |
2016-06-24 | Don't back up sqlite db if it hasn't changed to prevent constant thrashing ↵ | Adam Ierymenko | |
on inactive controllers. | |||
2016-06-24 | Forgot NDP emulation flag. | Adam Ierymenko | |
2016-06-24 | Add 6plane assignment support to network controller, and cleanup. | Adam Ierymenko | |
2016-06-24 | . | Adam Ierymenko | |
2016-06-24 | Cleanup of 6plane stuff. | Adam Ierymenko | |
2016-06-23 | IPv6 NDP emulation flag in NetworkConfig, and implement Docker-friendly | Adam 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/ |