summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2018-09-28Working controller & docker container for GKEGrant Limberg
2018-09-25Merge pull request #853 from darkain/devAdam Ierymenko
Fix IPv6 address string representation
2018-09-25Merge pull request #822 from dschulz/controller-patch1-dschulzAdam Ierymenko
Add functionality to erase members from networks using file backend i…
2018-09-25Merge pull request #858 from tommyang/fix/mac-uninstall-scriptAdam Ierymenko
macOS uninstall script: remove symlinks from the actual location
2018-09-25Merge branch 'dev' into libpqGrant Limberg
2018-09-25cleanup connections after errorsGrant Limberg
2018-09-23Remove symlinks from the actual locationTommy Yang
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
2018-09-17Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2018-09-17Changed home path for SynologyJoseph Henry
2018-09-15Only null terminate the first characterVincent Milum Jr
2018-09-14Correcting conversion to/from IP address / stringVincent Milum Jr
1) Use existing standard libraries to convert to/from IPv4/IPv6 strings and binary representation. 2) Move null terminator assignment InetAddress::toIpString to top of function, this way if ANY errors occurs that don't write content to the buffer, we're not passing a potentially dangerous buffer around.
2018-09-14Merge pull request #836 from skunkwerks/feature/add-freebsd-debugsAdam Ierymenko
add support for debug flags in FreeBSD
2018-09-14Merge pull request #837 from skunkwerks/feature/update-ext-jsonAdam Ierymenko
update external JSON dependency to address libc++ compatibility
2018-09-14Merge pull request #845 from asbjornenge/docker-updatesAdam Ierymenko
Using multi-stage build for Dockerfile
2018-09-14Merge pull request #848 from darkain/masterAdam Ierymenko
Fix compile on FreeBSD targeting ARMv6 (Raspberry Pi)
2018-09-14dev should have odd minor versionAdam Ierymenko
2018-09-12Adding ARM/NEON detection for non-Linux targetsVincent Milum Jr
2018-09-12Adding proper EABI target for ARM32/SalsaVincent Milum Jr
2018-09-11Added ability for OneService to monitor local.conf for changes and ↵Joseph Henry
automatically reload
2018-09-10Added ability to specify zt home directory via ZEROTIER_HOME - Addresses ↵Joseph Henry
ticket #829
2018-09-10Added ability to manually set secondary and tertiary ports in local.confJoseph Henry
2018-09-07Using builder pattern to build in container while keeping final image smallAsbjørn Enge
2018-09-06Send member/network change notifications via PostgresGrant Limberg
2018-09-05quieting things down a little bitGrant Limberg