Age | Commit message (Expand) | Author |
2017-04-24 | JSONDB performance improvements, threading fix. | Adam Ierymenko |
2017-04-21 | GitHub issue #465 - Windows route amnesia | Adam Ierymenko |
2017-04-20 | Makefile fix, only bifurcate routes for default, and release notes. | Adam Ierymenko |
2017-04-18 | HTTP backend support for JSONDB | Adam Ierymenko |
2017-04-18 | JSONDB fix. | Adam Ierymenko |
2017-04-18 | More build fixes. | Adam Ierymenko |
2017-04-18 | Mac build fix. | Adam Ierymenko |
2017-03-27 | Add thread PTR that gets passed through the entire ZT core call stack and the... | Adam Ierymenko |
2017-03-17 | Windows build fixes, app about text revisions. | Adam Ierymenko |
2017-03-17 | GitHub issue #460 | Adam Ierymenko |
2017-03-08 | Add ifdef for synology around synology-only code in Linux Ethernet tap. | Adam Ierymenko |
2017-03-08 | Windows directory cleanup and a Windows build fix. | Adam Ierymenko |
2017-03-08 | remove debug line | Adam Ierymenko |
2017-03-08 | Clean iddb.d periodically. | Adam Ierymenko |
2017-02-21 | properly fill out ifcfg files. also removed route re-add code for synology | Joseph Henry |
2017-02-16 | Decreased ZT_BINDER_REFRESH_PERIOD for Synology build | Joseph Henry |
2017-02-16 | Route re-add patch for linux build on Synology devices | Joseph Henry |
2017-02-15 | Integrate and test linux privilege drop code (from contributor PR). It works ... | Adam Ierymenko |
2017-01-30 | Slightly increase thread stack size for safety (primary Alpine related) possi... | Adam Ierymenko |
2017-01-26 | Rip out resolver and use anycast address instead. In the long term existing T... | Adam Ierymenko |
2017-01-19 | OpenBSD fixes, workaround for apparent libstdc++ bug. | Adam Ierymenko |
2017-01-19 | Now builds on OpenBSD, but segfaults. So not yet but close. GitHub issue #439 | Adam Ierymenko |
2017-01-19 | Merge pull request #434 from zielmicha/fix-ip | Adam Ierymenko |
2017-01-19 | NodeJS migration script for old Sqlite controller.db to new controller data f... | Adam Ierymenko |
2017-01-11 | Software updater work. | Adam Ierymenko |
2017-01-10 | Refactor some JSON stuff for performance, and fix a build error. | Adam Ierymenko |
2017-01-05 | remove commented out function declaration | Grant Limberg |
2017-01-05 | Potential fix for routing issue on Windows | Grant Limberg |
2017-01-01 | Binder.hpp: gather all IPv4 interface addresses | Michał Zieliński |
2016-12-12 | Remove debug printf | Adam Ierymenko |
2016-12-12 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko |
2016-12-12 | Use an alternative method for enumerating interface addresses on Linux to avo... | Adam Ierymenko |
2016-12-09 | Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings. | Grant Limberg |
2016-11-30 | Store MTU as String instead of DWORD | Grant Limberg |
2016-11-18 | Move split() to OSUtils since it is not used in core. | Adam Ierymenko |
2016-11-10 | Multithreading in network controller. Threads are only started if controller ... | Adam Ierymenko |
2016-11-08 | Fix chown on /var/lib/zerotier-one | Tsukasa Hiiragi |
2016-11-04 | Refactor controller to use split-out DB for better performance and less ugly. | Adam Ierymenko |
2016-10-31 | fix a few warnings | Grant Limberg |
2016-10-16 | Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added). | Michał Zieliński |
2016-10-07 | Fix size of neighbor solicitation struct | Grant Limberg |
2016-10-04 | fix typo in assert size | Grant Limberg |
2016-09-30 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko |
2016-09-30 | Network delete fix. | Adam Ierymenko |
2016-09-30 | Add IPv6 Neighbor Discovery code. Not yet tested. | Grant Limberg |
2016-09-29 | Minor tweaks to member code in controller, and fix Linux build. | Adam Ierymenko |
2016-09-14 | No, definitely have to back out GitHub issue #385 (non-bisected routes) since... | Adam Ierymenko |
2016-09-13 | Route management bug fixes. | Adam Ierymenko |
2016-09-13 | Implement relay policy, and setting multicast limit to 0 now disables multica... | Adam Ierymenko |
2016-09-13 | Try a version of GitHub issue #385 (non-bifurcated default if not present) on... | Adam Ierymenko |