summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-04Add optional function in DB change listener for member online events.Adam Ierymenko
2019-08-04GitHub issue #993 (???)Adam Ierymenko
2019-08-04GitHub issue #993 (???)Adam Ierymenko
2019-08-04GitHub issue #990Adam Ierymenko
2019-08-04Merge branch 'remove_network_status_table' into devGrant Limberg
2019-08-02Fix for sharing of capabilities in 1.4 (problem introduced when push ↵Adam Ierymenko
frequency was reduced)
2019-08-02Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2019-08-02GitHub issue #979Adam Ierymenko
2019-08-01Batch file to clean Windows build dirAdam Ierymenko
2019-07-31Bump versionAdam Ierymenko
2019-07-31Get rid of online status stuff in FileDB, not necessary at all.Adam Ierymenko
2019-07-31Version 1.4.0.1: bug fix for Mac multicast and IPv4 issues, no change for ↵Adam Ierymenko
other platforms
2019-07-31Mac multicast bug fix -- GitHub issue #986Adam Ierymenko
2019-07-292019-07-29 -- Version 1.4.0Adam Ierymenko
Major Changes * Mac version no longer requires a kernel extension, instead making use of the [feth interfaces](https://apple.stackexc * Added support for concurrent multipath (multiple paths at once) with traffic weighting by link quality and faster rec * Added under-the-hood support for QoS (not yet exposed) that will eventually be configurable via our rules engine. Minor Changes and Bug Fixes * Experimental DB driver for [LF](https://github.com/zerotier/lf) to store network controller data (LFDB.cpp / LFDB.hpp * Modified credential push and direct path push timings and algorithms to somewhat reduce "chattiness" of the protocol * Removed our beta/half-baked integration of Central with the Windows UI. We're going to do a whole new UI of some kind * Fixed stack overflow issues on Linux versions using musl libc. * Fixed some alignment problems reported on ARM and ARM64, but some reports we could not reproduce so please report any * Fixed numerous other small issues and bugs such as ARM alignment issues causing crashes on some devices. * Windows now sets the adapter name such that it is consistent in both the Windows UI and command line utilities.
2019-07-29More docsAdam Ierymenko
2019-07-29docsAdam Ierymenko
2019-07-29Windows installer version bumpAdam Ierymenko
2019-07-29docsAdam Ierymenko
2019-07-291.4 bumpAdam Ierymenko
2019-07-29Windows project fixesAdam Ierymenko
2019-07-29Merge pull request #963 from atopuzov/armv6lAdam Ierymenko
Fix compiling on Raspberry PI Zero W on Arch Linux
2019-07-29Merge pull request #973 from unquietwiki/patch-1Adam Ierymenko
Update Dockerfile
2019-07-29Merge pull request #974 from squeakbat/masterAdam Ierymenko
Don't relink zerotier-one every time.
2019-07-29cleanupAdam Ierymenko
2019-07-26Fix for detecting changes in LF from other instances of the same controller.Adam Ierymenko
2019-07-26Debug code removalAdam Ierymenko
2019-07-26LF masking key should be a secretAdam Ierymenko
2019-07-26Abstract out change listener from controller itself to permit DBs to shadow ↵Adam Ierymenko
changes from other DBs.
2019-07-26.Adam Ierymenko
2019-07-23Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2019-07-23More LFDB workAdam Ierymenko
2019-07-23Forgot to add ZT_DISABLE_COMPRESSION to linux makefileJoseph Henry
2019-07-23Added ZT_DISABLE_COMPRESSION build flag for SDK and low-end NAS buildsJoseph Henry
2019-07-23Build fixAdam Ierymenko
2019-07-23Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2019-07-23Work in progressAdam Ierymenko
2019-07-22Added LFDB.o to objects.mkJoseph Henry
2019-07-22Commented out rtnetlink error debug traceJoseph Henry
2019-07-22LFDB work in progressAdam Ierymenko
2019-07-21Don't relink zerotier-one every time.Ellen Wang
Because zerotier-one depends on "one", which is a phony target, making it relinks zerotier-one every time, which is probably not the desired behavior. In any case, zerotier-one, zerotier-cli, and zerotier-idtool are real target, so they should have real dependencies and actions. The "one" target now depends on these three files. Behavior is mostly unchanged otherwise.
2019-07-19Removed Synology-specific home path, changes made elsewhere in SPKJoseph Henry
2019-07-19Remove 44/8 as pseudoprivate since it is now partly global.Adam Ierymenko
2019-07-18Update DockerfileMichael Adams
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use.
2019-07-16Update release notesGrant Limberg
2019-07-16Merge branch 'dev' of github.com:zerotier/ZeroTierOne into devGrant Limberg
2019-07-16Finally figured out how to update the network interface names on Windows so ↵Grant Limberg
that they'll be visible in `ipconfig`, `Get-NetAdapter` etc.
2019-07-16no usleep() on WindowsGrant Limberg
2019-07-16Add a central database schema version check to central controller startupGrant Limberg
2019-07-15Fix FileDB stuff and latency measurement.Adam Ierymenko
2019-07-15Track online status in FileDBAdam Ierymenko