summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04More Linux ARM stuff.Adam Ierymenko
2017-04-04Small fix, should filter by temporal validity.Adam Ierymenko
2017-04-04Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-04-04Performance improvement in controller.Adam Ierymenko
2017-04-04Logic simplification, cleanup, and memory use improvements in Membership. ↵Adam Ierymenko
Also fix an issue that may cause network instability in some cases.
2017-04-04Membership cleanup work in progress.Adam Ierymenko
2017-03-30Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-03-30Add ping/pong to API so controller supervisor in Central can do a full-path ↵Adam Ierymenko
check of controller uptime, etc.
2017-03-29added orbit/deorbit methods to java Node implementationGrant Limberg
2017-03-29fix path checker initializationGrant Limberg
2017-03-29Added path checking interface for JavaGrant Limberg
2017-03-29Fix bug preventing default from being set to null if already set to an integer.Adam Ierymenko
2017-03-28Another rule compiler fix.Adam Ierymenko
2017-03-28Small rule compiler fix with tag defaults.Adam Ierymenko
2017-03-28fix native end of JNI code for new thread data ptrGrant Limberg
2017-03-27Fix TRACE and CLUSTER builds.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and ↵Adam Ierymenko
then passed to handler functions resulting from a call.
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-27Set macOS deployment target to 10.10 for UI appletGrant Limberg
Must use CLI for older versions of macOS
2017-03-27Fix some text colors to work on old OS X versionsGrant Limberg
2017-03-27Popovers now appear to work
Grant Limberg
2017-03-24Added ButtFlare stub codeJoseph Henry
2017-03-22Windows UI will attempt to re-copy the auth token if a 401 error is receivedGrant Limberg
2017-03-22add lock around [ServiceCom key] and remove some debug codeGrant Limberg
2017-03-22A couple more places we should check HTTP statusGrant Limberg
2017-03-22If we get a 401 error from the ZeroTier service in the macOS UI, try ↵Grant Limberg
re-copying the auth token
2017-03-21build fixAdam Ierymenko
2017-03-21crazy formatting fixAdam Ierymenko
2017-03-21Add a facility for full flow-through uptime test of controller by Central.Adam Ierymenko
2017-03-21Make controller do a simple write-through cache without revalidating. Means ↵Adam Ierymenko
you must restart if files change on disk, but will decrease I/O considerably.
2017-03-20dev is now 1.2.3Adam Ierymenko
2017-03-17VERSION 1.2.2Adam Ierymenko
Version 1.2.2 fixes a few bugs discovered after the 1.2.0 release. These are: * A bug causing unreliable multicast propagation (GitHub issue #461). * A crash in ARM binaries due to a build chain and flags problem. * A bug in the network controller preventing members from being listed (GitHub issue #460).
2017-03-17Windows installer version bump and a build fix.Adam Ierymenko
2017-03-17docsAdam Ierymenko
2017-03-17Windows build fixes, app about text revisions.Adam Ierymenko
2017-03-17Version bumps, and fix Debian so default is to build normally and .static ↵Adam Ierymenko
files are used in our builds.
2017-03-17GitHub issue #460Adam Ierymenko
2017-03-17GitHub issue #461 -- plus a bit of cleanup and optimizationAdam Ierymenko
2017-03-17LZ4 cleanupAdam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17ARM tweaksAdam Ierymenko
2017-03-17Fix attempt to WHOIS self.Adam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17bump that version. bump it good.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 ↵Adam Ierymenko
exceptions on NETWORK_CONFIG_REQUEST
2017-03-17Merge branch 'master' into devAdam Ierymenko
2017-03-17Merge pull request #457 from skunkwerks/masterAdam Ierymenko
build: use clang on FreeBSD