Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | Merge docker update PR | Adam Ierymenko | |
2018-11-28 | Merge pull request #869 from bltavares/patch-2 | Adam Ierymenko | |
Update ZeroTier version on Docker | |||
2018-11-13 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-11-13 | fix member init query | Grant Limberg | |
2018-11-13 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-11-13 | self-test build fix. | Adam Ierymenko | |
2018-11-13 | update makefile for libpqxx controller | Grant Limberg | |
2018-11-13 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-11-13 | WIP: libpxx instead of libpq | Grant Limberg | |
2018-11-13 | Support shutdown with postLimit in BlockingQueue | Adam Ierymenko | |
2018-11-13 | More Mac tap improvements and threading efficiency improvements. | Adam Ierymenko | |
2018-11-13 | Another stability fix... turns out vfork is problematic here. | Adam Ierymenko | |
2018-11-13 | Stability improvements for Mac virtual Ethernet tap driver. | Adam Ierymenko | |
2018-11-13 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-11-13 | Improve multithreading support for OneService (faster, dynamic adjustment of ↵ | Adam Ierymenko | |
thread count based on HW concurrency). | |||
2018-11-13 | Cleanup and a minor performance improvement. | Adam Ierymenko | |
2018-11-13 | Make incoming packet processor thread pool dynamic based on core count. | Adam Ierymenko | |
2018-11-11 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-11-11 | utility script to update public controllers | Grant Limberg | |
2018-11-11 | cleanup | Adam Ierymenko | |
2018-11-11 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-11-11 | exceptions | Grant Limberg | |
2018-11-11 | Raise thread count to 8 | Adam Ierymenko | |
2018-11-11 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-11-11 | Retire RethinkDB, simple receive path multithreading. | Adam Ierymenko | |
2018-11-11 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-11-11 | more error checking | Grant Limberg | |
2018-11-11 | Migrate Windows to use Visual Studio 2017 Community instead of 2015. | Adam Ierymenko | |
2018-11-11 | Do not use new "feth" devices for ZT traffic. | Adam Ierymenko | |
2018-11-11 | Times should be int64_t, not uint64_t | Adam Ierymenko | |
2018-11-11 | Added preprocessor check for __APPLE__ as an attempted fix for ticket #600 | Joseph Henry | |
2018-10-26 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Joseph Henry | |
2018-10-26 | Added preprocessor check for ZT_NO_CAPABILITIES around header includes | Joseph Henry | |
2018-10-25 | Fix Mac tap agent abort on EINTR. | Adam Ierymenko | |
2018-10-25 | Clean up some stuff after new feth tap implementation, and comment agent file. | Adam Ierymenko | |
2018-10-25 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-10-25 | OSX 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-24 | Setup docker container to use jemalloc | Grant Limberg | |
2018-10-24 | remove another noisy log line | Grant Limberg | |
2018-10-24 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Grant Limberg | |
2018-10-24 | Fully operational pgsql controller | Grant Limberg | |
2018-10-23 | because Windows.... | Grant Limberg | |
2018-10-23 | Removed unnecessary block before get request. Possible bug fix for Synology ↵ | Joseph Henry | |
NAS ticket #27 | |||
2018-10-21 | Update ZeroTier version on Docker | Bruno 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-19 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-10-19 | Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne ↵ | Adam Ierymenko | |
into dev | |||
2018-10-03 | Ticket #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-03 | More insightful errors for get command | Joseph Henry | |
2018-09-28 | get rid of a noisy log line | Grant Limberg | |
2018-09-28 | Merge branch 'dev' into libpq | Grant Limberg | |