summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-28Merge docker update PRAdam Ierymenko
2018-11-28Merge pull request #869 from bltavares/patch-2Adam Ierymenko
Update ZeroTier version on Docker
2018-11-13Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-11-13fix member init queryGrant Limberg
2018-11-13Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-11-13self-test build fix.Adam Ierymenko
2018-11-13update makefile for libpqxx controllerGrant Limberg
2018-11-13Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-11-13WIP: libpxx instead of libpqGrant Limberg
2018-11-13Support shutdown with postLimit in BlockingQueueAdam Ierymenko
2018-11-13More Mac tap improvements and threading efficiency improvements.Adam Ierymenko
2018-11-13Another stability fix... turns out vfork is problematic here.Adam Ierymenko
2018-11-13Stability improvements for Mac virtual Ethernet tap driver.Adam Ierymenko
2018-11-13Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-11-13Improve multithreading support for OneService (faster, dynamic adjustment of ↵Adam Ierymenko
thread count based on HW concurrency).
2018-11-13Cleanup and a minor performance improvement.Adam Ierymenko
2018-11-13Make incoming packet processor thread pool dynamic based on core count.Adam Ierymenko
2018-11-11Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-11-11utility script to update public controllersGrant Limberg
2018-11-11cleanupAdam Ierymenko
2018-11-11Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-11-11exceptionsGrant Limberg
2018-11-11Raise thread count to 8Adam Ierymenko
2018-11-11Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-11-11Retire RethinkDB, simple receive path multithreading.Adam Ierymenko
2018-11-11Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2018-11-11more error checkingGrant Limberg
2018-11-11Migrate Windows to use Visual Studio 2017 Community instead of 2015.Adam Ierymenko
2018-11-11Do not use new "feth" devices for ZT traffic.Adam Ierymenko
2018-11-11Times should be int64_t, not uint64_tAdam Ierymenko
2018-11-11Added preprocessor check for __APPLE__ as an attempted fix for ticket #600Joseph Henry
2018-10-26Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2018-10-26Added preprocessor check for ZT_NO_CAPABILITIES around header includesJoseph Henry
2018-10-25Fix Mac tap agent abort on EINTR.Adam Ierymenko
2018-10-25Clean up some stuff after new feth tap implementation, and comment agent file.Adam Ierymenko
2018-10-25Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-10-25OSX no longer requires the kext due to feth black magic! The ↵Adam Ierymenko
MacEthernetTapAgent must be installed in /Library/Application Support/ZeroTier/One for ZT to work now. Eventually this can let us do an app bundle, get rid of the pkg, and have ZT itself run with normal or reduced privileges. Also fixes GitHub issue #870 (at least for me) and may be faster than the old kext.
2018-10-24Setup docker container to use jemallocGrant Limberg
2018-10-24remove another noisy log lineGrant Limberg
2018-10-24Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devGrant Limberg
2018-10-24Fully operational pgsql controllerGrant Limberg
2018-10-23because Windows....Grant Limberg
2018-10-23Removed unnecessary block before get request. Possible bug fix for Synology ↵Joseph Henry
NAS ticket #27
2018-10-21Update ZeroTier version on DockerBruno Tavares
This commit changes the Dockerfile ot use the multi-stage build and help to get an automated build on Docker. The idea of the multi-stage build is to use the already stable Debian distribution channel to provide up-to-date versions of ZeroTier. The benefit is that it would be possible to automate the image build, either on Docker Hub, Travis or taking advantage of the [docker-library/official-images] infrastructure. This changes follows the best-practices suggested by [docker-library/official-images], such as using a High Availability GPG keyserver, providing a default CMD, allowing "bash" on `docker run` and others. Given that both the builder `debian:stretch` and `alpine:latest` are official messages and have [manifests], this means that this Dockerfile is also multi-platform. This means that this same Dockerfile will pick-up the correct Debian package according to the architecture of the running system during build. With this changes we could try to promote the image to be parte of [docker-library/official-images], and take advantage of automated publishing of multi-architecture images. Others would be able to use `docker run zerotier` and download the latest version appropriate to their system. Related to #682 [docker-library/official-images]: https://github.com/docker-library/official-images [manifests]: https://blog.docker.com/2017/09/docker-official-images-now-multi-platform/
2018-10-19Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2018-10-19Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne ↵Adam Ierymenko
into dev
2018-10-03Ticket #739 - Fixed what appears to be a copy-paste error for machine type ↵Joseph Henry
detection in linux makefile, added line for armv7hl
2018-10-03More insightful errors for get commandJoseph Henry
2018-09-28get rid of a noisy log lineGrant Limberg
2018-09-28Merge branch 'dev' into libpqGrant Limberg