summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2017-04-21Windows crash fix.Adam Ierymenko
2017-04-20Windows build fixes.Adam Ierymenko
2017-04-18HTTP backend support for JSONDBAdam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
2017-03-27Remove from a few other places.Adam Ierymenko
2017-03-27Delete comically named SSL gateway code, which is going elsewhere.Adam Ierymenko
2017-03-24Added ButtFlare stub codeJoseph Henry
2017-03-17Windows build fixes, app about text revisions.Adam Ierymenko
2017-03-17Merge branch 'master' of http://10.6.6.2/zerotier/ZeroTierOneAdam Ierymenko
2017-03-17Fixes for possible ARM issues, cleanup, fix for spurious meaningless exceptio...Adam Ierymenko
2017-03-16Warning removal, and dev is now 1.2.1Adam Ierymenko
2017-03-141.2.0 release notes and a few final tweaks and cleanup.Adam Ierymenko
2017-03-14fix stupid thing.Adam Ierymenko
2017-03-14Allow multiple architectures in software update dist .json file arch fields.Adam Ierymenko
2017-03-14Merge branch 'dev' of http://10.187.63.16/zerotier/ZeroTierOne into devAdam Ierymenko
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-14Wait a minute (literally) before doing software update check on startup.Adam Ierymenko
2017-03-10Software update check every 10min.Adam Ierymenko
2017-03-10Software update fix.Adam Ierymenko
2017-03-10Return 200 from JSON API when moon is POSTed.Adam Ierymenko
2017-03-08Clean iddb.d periodically.Adam Ierymenko
2017-03-08Small amount of cleanup.Adam Ierymenko
2017-03-07Add config to status in JSON API.Adam Ierymenko
2017-03-07Merge ControlPlane into OneService to make variable access simpler.Adam Ierymenko
2017-03-07Consistent field names.Adam Ierymenko
2017-03-07Close all open FDs before exec in Unix software update code.Adam Ierymenko
2017-03-07Minor software updater cleanup.Adam Ierymenko
2017-03-01Update how controller handles circuit tests -- save results to filesystem.Adam Ierymenko
2017-03-01Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-03-01ZeroTier now has link quality measurement. We are not using this yet but deci...Adam Ierymenko
2017-02-28Added HTTP authorization block for synology buildsJoseph Henry
2017-02-23Windows build fix.Adam Ierymenko
2017-02-21properly fill out ifcfg files. also removed route re-add code for synologyJoseph Henry
2017-02-16Route re-add patch for linux build on Synology devicesJoseph Henry
2017-02-16Found it in a few other places.Adam Ierymenko
2017-02-16Fix stupid inverted sense bug.Adam Ierymenko
2017-02-13Add a local.conf option to set the port.Adam Ierymenko
2017-02-13Add CLI shortcuts for adding federated roots.Adam Ierymenko
2017-02-13Fix small typo.Adam Ierymenko
2017-02-13Integrate moon concept into http config bus, and clean up that code quite a bit.Adam Ierymenko
2017-02-13Cleanup and make moons (federated roots) a little easier to deal with.Adam Ierymenko
2017-02-04A bit of code cleanup.Adam Ierymenko
2017-01-30Cluster build fix.Adam Ierymenko
2017-01-30InetAddress.hpp needs to be included in OneService.hppGrant Limberg
2017-01-30Merge pull request #442 from zielmicha/allow-managedAdam Ierymenko
2017-01-27Add comments to join ("orbit") moons.Adam Ierymenko
2017-01-27Relay policy can now be computed.Adam Ierymenko
2017-01-27Replace piecemeal designation of upstreams with the concept of moons, which i...Adam Ierymenko
2017-01-26Rip out resolver and use anycast address instead. In the long term existing T...Adam Ierymenko
2017-01-23allow user to specify arbitrary allowed IP networks in allowManagedMichał Zieliński