Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-25 | make it compilable | Daniel Skowroński | |
2016-12-25 | initial netbsd support in makefile/flags | Daniel Skowroński | |
2016-11-08 | Merge pull request #402 from bobberb/patch-1 | Adam Ierymenko | |
Typo fix line 77 | |||
2016-10-23 | Typo fix line 77 | bobberb | |
2016-07-26 | Fix for running under MUSL libc (e.g. Alpine Linux) | Adam Ierymenko | |
2016-07-21 | VERSION 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-21 | sys/sysctl.h is required on OSX and probably other BSD | Adam Ierymenko | |
2016-07-21 | Bump version in most places to 1.1.14 | Adam Ierymenko | |
2016-07-21 | Merge branch 'master' into dev | Adam Ierymenko | |
2016-07-21 | Merge branch 'master' of http://10.6.6.2/zerotier/ZeroTierOne | Adam Ierymenko | |
2016-07-21 | Init trusted path count to zero. Meh. | Adam Ierymenko | |
2016-07-21 | Init trusted path count to zero. Meh. | Adam Ierymenko | |
2016-07-21 | Merge pull request #348 from the-maldridge/remove-sysctl | Adam Ierymenko | |
Remove explicit sys/sysctl.h includes | |||
2016-07-21 | Merge pull request #362 from mwarning/space-between-literal-and-string-macro | Adam Ierymenko | |
C++11 requires a space between literal and string macro | |||
2016-07-21 | Merge pull request #364 from mwarning/fortify-source-needs-optimization-flag | Adam Ierymenko | |
fix _FORTIFY_SOURCE warning | |||
2016-07-21 | Merge pull request #363 from mwarning/move-declaration-out-of-scope | Adam Ierymenko | |
move sourceAddress out of scope | |||
2016-07-21 | fix _FORTIFY_SOURCE warning | Moritz Warning | |
warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] | |||
2016-07-21 | move sourceAddress out of scope | Moritz Warning | |
sourceAddress is used in the catch block | |||
2016-07-21 | C++11 requires a space between literal and string macro | Moritz Warning | |
2016-07-18 | Fix for GitHub issue #358 and bump version to 1.1.13 (dev) | Adam Ierymenko | |
2016-07-14 | Merge branch 'master' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne | Grant Limberg | |
2016-07-14 | switch to GCC for Android | Grant Limberg | |
2016-07-14 | docs | Adam Ierymenko | |
2016-07-14 | Release howto for internal use. | Adam Ierymenko | |
2016-07-14 | Windows 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-12 | VERSION 1.1.12: yet another minor fix to managed routes | Adam Ierymenko | |
This version just contains another minor fix to managed routes for GitHub issue #352. | |||
2016-07-12 | Version bump again. Slack has updated their client twice in one day so its okay. | Adam Ierymenko | |
2016-07-12 | Fix to fix to GitHub issue #352 | Adam Ierymenko | |
2016-07-12 | JSON fix for trusted paths (does not affect normal op) | Adam Ierymenko | |
2016-07-12 | VERSION 1.1.10: minor managed route fixes | Adam 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-12 | Man page fix on fedora-22 | Adam Ierymenko | |
2016-07-12 | Version bumps. | Adam Ierymenko | |
2016-07-12 | Version bump to 1.1.10 | Adam Ierymenko | |
2016-07-12 | Rename file to be intuitive. | Adam Ierymenko | |
2016-07-12 | Trusted paths work! | Adam Ierymenko | |
2016-07-12 | Plumbing through trusted path stuff to OneService. | Adam Ierymenko | |
2016-07-12 | Go back to bundling libhttp-parser on Debian, at least for our own ↵ | Adam Ierymenko | |
internally-created packages, since this library has a massively unstable ABI and causes nothing but problems if referenced from the distro. | |||
2016-07-12 | Should remove old IPs before trying to add new ones. | Adam Ierymenko | |
2016-07-12 | More OSX IPv6 fixes. | Adam Ierymenko | |
2016-07-12 | Do not shadow our own route twice on Mac if there is no default route. (Fix ↵ | Adam Ierymenko | |
for issue found during IPv6 default route override testing.) | |||
2016-07-12 | GitHub issue #352 | Adam Ierymenko | |
2016-07-12 | Trusted path support, and version bump to 1.1.9 | Adam Ierymenko | |
2016-07-08 | Version bump in Mac pkg. | Adam Ierymenko | |
2016-07-08 | Automatically add symlinks to redhat distro. | Adam Ierymenko | |
2016-07-08 | Bump version in RPM spec and DEB. | Adam Ierymenko | |
2016-07-08 | VERSION 1.1.8: minor Linux bug fix, controller fixes, controller doc ↵ | Adam Ierymenko | |
improvements 1.1.8 is a very minor update. It contains a small fix to IP address management on Linux but other than that there are no changes to the regular ZeroTier One code. The 1.1.8 controller contains several fixes and improvements: * Network authorizedMemberCount works again * Managed IP addresses are pushed as long as they fall within a LAN-local managed route. The v4AssignMode and v6AssignMode settings only control automatic IP assignment from pools. In previous versions v4AssignMode had to be on for IPs to be pushed at all, making it impossible to just manually assign IPs. * IPv6 now has an auto-assign mode ('zt' to match V4) that can work alongside the special RFC4193 and 6PLANE modes (though it is not NDP emulated). If this is enabled IPv6 addresses will be auto-assigned from IPv6 ranges in the assignment pool list. * Controller documentation is MUCH better! See controller/README.md for actual useful information! Finally 1.1.8 has several improvements to linux-build-farm including Debian wheezy support. | |||
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |
2016-07-08 | docs | Adam Ierymenko | |