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