Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-04 | Version bump to 1.4.2 for all but Windows AIP | Adam Ierymenko | |
2019-08-04 | Add optional function in DB change listener for member online events. | Adam Ierymenko | |
2019-08-04 | GitHub issue #993 (???) | Adam Ierymenko | |
2019-08-04 | GitHub issue #993 (???) | Adam Ierymenko | |
2019-08-04 | GitHub issue #990 | Adam Ierymenko | |
2019-08-04 | Merge branch 'remove_network_status_table' into dev | Grant Limberg | |
2019-08-02 | Fix for sharing of capabilities in 1.4 (problem introduced when push ↵ | Adam Ierymenko | |
frequency was reduced) | |||
2019-08-02 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2019-08-02 | GitHub issue #979 | Adam Ierymenko | |
2019-08-01 | Batch file to clean Windows build dir | Adam Ierymenko | |
2019-07-31 | Bump version | Adam Ierymenko | |
2019-07-31 | Get rid of online status stuff in FileDB, not necessary at all. | Adam Ierymenko | |
2019-07-31 | Version 1.4.0.1: bug fix for Mac multicast and IPv4 issues, no change for ↵ | Adam Ierymenko | |
other platforms | |||
2019-07-31 | Mac multicast bug fix -- GitHub issue #986 | Adam Ierymenko | |
2019-07-29 | 2019-07-29 -- Version 1.4.0 | Adam 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-29 | More docs | Adam Ierymenko | |
2019-07-29 | docs | Adam Ierymenko | |
2019-07-29 | Windows installer version bump | Adam Ierymenko | |
2019-07-29 | docs | Adam Ierymenko | |
2019-07-29 | 1.4 bump | Adam Ierymenko | |
2019-07-29 | Windows project fixes | Adam Ierymenko | |
2019-07-29 | Merge pull request #963 from atopuzov/armv6l | Adam Ierymenko | |
Fix compiling on Raspberry PI Zero W on Arch Linux | |||
2019-07-29 | Merge pull request #973 from unquietwiki/patch-1 | Adam Ierymenko | |
Update Dockerfile | |||
2019-07-29 | Merge pull request #974 from squeakbat/master | Adam Ierymenko | |
Don't relink zerotier-one every time. | |||
2019-07-29 | cleanup | Adam Ierymenko | |
2019-07-26 | Fix for detecting changes in LF from other instances of the same controller. | Adam Ierymenko | |
2019-07-26 | Debug code removal | Adam Ierymenko | |
2019-07-26 | LF masking key should be a secret | Adam Ierymenko | |
2019-07-26 | Abstract out change listener from controller itself to permit DBs to shadow ↵ | Adam Ierymenko | |
changes from other DBs. | |||
2019-07-26 | . | Adam Ierymenko | |
2019-07-23 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2019-07-23 | More LFDB work | Adam Ierymenko | |
2019-07-23 | Forgot to add ZT_DISABLE_COMPRESSION to linux makefile | Joseph Henry | |
2019-07-23 | Added ZT_DISABLE_COMPRESSION build flag for SDK and low-end NAS builds | Joseph Henry | |
2019-07-23 | Build fix | Adam Ierymenko | |
2019-07-23 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2019-07-23 | Work in progress | Adam Ierymenko | |
2019-07-22 | Added LFDB.o to objects.mk | Joseph Henry | |
2019-07-22 | Commented out rtnetlink error debug trace | Joseph Henry | |
2019-07-22 | LFDB work in progress | Adam Ierymenko | |
2019-07-21 | Don'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-19 | Removed Synology-specific home path, changes made elsewhere in SPK | Joseph Henry | |
2019-07-19 | Remove 44/8 as pseudoprivate since it is now partly global. | Adam Ierymenko | |
2019-07-18 | Update Dockerfile | Michael Adams | |
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use. | |||
2019-07-16 | Update release notes | Grant Limberg | |
2019-07-16 | Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev | Grant Limberg | |
2019-07-16 | Finally 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-16 | no usleep() on Windows | Grant Limberg | |
2019-07-16 | Add a central database schema version check to central controller startup | Grant Limberg | |
2019-07-15 | Fix FileDB stuff and latency measurement. | Adam Ierymenko | |