summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02Rules engine work: capability based security model with tags and ↵Adam Ierymenko
capabilities, and some cleanup across other places.
2016-07-28Cleanup...Adam Ierymenko
2016-07-28More rules engine work: key/value pair matching for microsegmentation.Adam Ierymenko
2016-07-26Only poll the ZeroTier service when the menu or Network List are visible. ↵Grant Limberg
Reduces CPU idle prevention by a a LOT
2016-07-26only update the network list view if it's visibleGrant Limberg
2016-07-26Show "About" view on first run.Grant Limberg
Still needs some work to show up in the right place
2016-07-26build number bumpGrant Limberg
2016-07-26add some non Lorem Ipsum content to the about pageGrant Limberg
2016-07-26Route clicked links in the web view to the default web browserGrant Limberg
2016-07-26Dockerfile for building zerotier/zerotier-containerized for CoreOS et al.Adam Ierymenko
2016-07-26Fix for running under MUSL libc (e.g. Alpine Linux)Adam Ierymenko
2016-07-26Fix for running under MUSL libc (e.g. Alpine Linux)Adam Ierymenko
2016-07-26Cleanup and stub out new object transfer messages.Adam Ierymenko
2016-07-25Filter fixes.Adam Ierymenko
2016-07-25Integration of Filter into inbound and outbound packet path.Adam Ierymenko
2016-07-25Basic L2/L3 filter for rules engine (not integrated yet) and some cleanup.Adam Ierymenko
2016-07-21Merge branch 'dev' of Y:/ZeroTier/ZeroTierOne into devAdam Ierymenko
2016-07-211.1.14 Windows version stuffAdam Ierymenko
2016-07-21VERSION 1.1.14: bug fixes!Adam Ierymenko
This version fixes two bugs: a possible infinite loop when using network-specific relays, and a bug causing a crash on Android.
2016-07-21sys/sysctl.h is required on OSX and probably other BSDAdam Ierymenko
2016-07-21Bump version in most places to 1.1.14Adam Ierymenko
2016-07-21Merge branch 'master' into devAdam Ierymenko
2016-07-21Merge branch 'master' of http://10.6.6.2/zerotier/ZeroTierOneAdam Ierymenko
2016-07-21Init trusted path count to zero. Meh.Adam Ierymenko
2016-07-21Init trusted path count to zero. Meh.Adam Ierymenko
2016-07-21Merge pull request #348 from the-maldridge/remove-sysctlAdam Ierymenko
Remove explicit sys/sysctl.h includes
2016-07-21Merge pull request #362 from mwarning/space-between-literal-and-string-macroAdam Ierymenko
C++11 requires a space between literal and string macro
2016-07-21Merge pull request #364 from mwarning/fortify-source-needs-optimization-flagAdam Ierymenko
fix _FORTIFY_SOURCE warning
2016-07-21Merge pull request #363 from mwarning/move-declaration-out-of-scopeAdam Ierymenko
move sourceAddress out of scope
2016-07-21fix _FORTIFY_SOURCE warningMoritz Warning
warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
2016-07-21move sourceAddress out of scopeMoritz Warning
sourceAddress is used in the catch block
2016-07-21C++11 requires a space between literal and string macroMoritz Warning
2016-07-19add web view and placeholder about page with ZT logo and lorem ipsumGrant Limberg
2016-07-18Fix for GitHub issue #358 and bump version to 1.1.13 (dev)Adam Ierymenko
2016-07-14Merge branch 'master' of http://git.int.zerotier.com/ZeroTier/ZeroTierOneGrant Limberg
2016-07-14switch to GCC for AndroidGrant Limberg
2016-07-14docsAdam Ierymenko
2016-07-14Release howto for internal use.Adam Ierymenko
2016-07-14Windows installer now installs a batch file and Path variable settings to ↵Adam Ierymenko
make zerotier-cli work in the Windows CLI (1.1.12 MSI updated on web for this too) and a Chocolatey packaging job for ZeroTier One.
2016-07-12VERSION 1.1.12: yet another minor fix to managed routesAdam Ierymenko
This version just contains another minor fix to managed routes for GitHub issue #352.
2016-07-12Version bump again. Slack has updated their client twice in one day so its okay.Adam Ierymenko
2016-07-12Fix to fix to GitHub issue #352Adam Ierymenko
2016-07-12JSON fix for trusted paths (does not affect normal op)Adam Ierymenko
2016-07-12VERSION 1.1.10: minor managed route fixesAdam Ierymenko
Version 1.1.10 is a minor bug fix release. It fixes the following two issues: * Routes are no longer added 'via' IP addresses of the current node's ZT interface. * IPv6 default route is now fixed on Mac. * IP addresses are now deleted before new ones are added to allow changes to netmask on Mac and some other platforms. This version also quietly introduces a feature called trusted paths. We'll be documenting this in our community section soon. This is an experimental feature for in-LAN SDN use.
2016-07-12Man page fix on fedora-22Adam Ierymenko
2016-07-12Version bumps.Adam Ierymenko
2016-07-12Version bump to 1.1.10Adam Ierymenko
2016-07-12Rename file to be intuitive.Adam Ierymenko
2016-07-12Trusted paths work!Adam Ierymenko
2016-07-12Plumbing through trusted path stuff to OneService.Adam Ierymenko