Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-07-15 | Track online status in FileDB | Adam Ierymenko | |
2019-07-15 | Don't write to ztc_network_status table anymore in central controller | Grant Limberg | |
2019-07-10 | cleanup | Adam Ierymenko | |
2019-07-09 | Ticket #915, added allowSecondaryPort to optionally force ZT to use a single ↵ | Joseph Henry | |
port | |||
2019-07-09 | Version bunmp | Adam Ierymenko | |
2019-07-09 | Drop in faster C25519 agreement code. | Adam Ierymenko | |
2019-07-08 | Whoops | Grant Limberg | |
2019-07-08 | Give up to a second for the interface to appear to assign IP addresses | Grant Limberg | |
2019-07-02 | Update README.md | Travis LaDuke | |
2019-07-01 | Fix compiling on Raspberry PI Zero W on Arch Linux | Aleksandar Topuzović | |
* Should also fix it for Raspberry PI 1 * "gcc -dumpmachine | cut -d '-' -f 1" reports armv6l | |||
2019-06-28 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2019-06-28 | Start 1.4.0 release notes. | Adam Ierymenko | |
2019-06-28 | Windows installer bump | Adam Ierymenko | |
2019-06-27 | Fix Mac installer | Adam Ierymenko | |
2019-06-27 | Version bump, cleanup | Adam Ierymenko | |
2019-06-25 | Tighten up credential push just a bit for faster up-time with older nodes, ↵ | Adam Ierymenko | |
should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes. | |||
2019-06-25 | Cleanup | Adam Ierymenko | |
2019-06-20 | Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2019-06-20 | Windows build changes for 1.2.99 (1.4.0pre) | Adam Ierymenko | |
2019-06-20 | dockerfile updates | Grant Limberg | |