Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | Make /network/???/active return more info. | Adam Ierymenko | |
2016-03-04 | Add “doc” to the dependencies for the “all” build target. | Ben Finney | |
2016-03-04 | Add an overall “doc” build target. | Ben Finney | |
2016-03-04 | Correct license grant to match “GPL v3 or later” grant in source. | Ben Finney | |
2016-03-04 | Update copyright notice. | Ben Finney | |
2016-03-04 | Refactor the program name to a pre-processor directive. | Ben Finney | |
2016-03-04 | Refactor the copyright notice text to a pre-processor directive. | Ben Finney | |
2016-03-04 | Refactor the license grant text to a pre-processor directive. | Ben Finney | |
2016-03-04 | Add Makefile module for building documentation. | Ben Finney | |
2016-03-04 | Ignore generated man page files. | Ben Finney | |
2016-03-04 | Add a stub for an encoding declaration on a man page. | Ben Finney | |
2016-03-04 | Add references to other tools for ‘zerotier-one’. | Ben Finney | |
2016-03-04 | Add incomplete man pages for ‘zerotier-idtool’ and ‘zerotier-cli’. | Ben Finney | |
2016-03-04 | Document how the home directory is used, and its default value. | Ben Finney | |
2016-03-04 | Document remaining options explicitly. | Ben Finney | |
2016-03-04 | More explicit specification of how to use ‘-i’ and ‘-q’. | Ben Finney | |
2016-03-04 | Add “see also” section referring to ZeroTier documentation online. | Ben Finney | |
2016-03-04 | Refine description of ZeroTier One. | Ben Finney | |
2016-03-04 | Add a reStructuredText document for a ‘zerotier-one(8)’ man page. | Ben Finney | |
2016-03-03 | Fix cluster-geo code to cache IPv6 by first 64 bits to prevent cache fillup ↵ | Adam Ierymenko | |
due to IPv6 privacy extensions. | |||
2016-03-03 | stupid bug is stupid | Adam Ierymenko | |
2016-03-03 | more makefile stuff | Adam Ierymenko | |
2016-03-03 | Linux make clean fix. | Adam Ierymenko | |
2016-03-03 | indent fix | Adam Ierymenko | |
2016-03-03 | Fix problems with previous commit. | Adam Ierymenko | |
2016-03-03 | Another NAT-t improvement: | Adam Ierymenko | |
Many NATs revert to symmetric behavior from friendlier modes if they cannot preserve ports. This can occur if there is, for example, more than one ZT device behind the NAT using port 9993. Others (Airport Extreme?) seem to have bugs in which they completely freak out if more than one device tries to do a lot of mappings using the same internal local port. Mostly to fix the latter case and somewhat to fix the former, we introduce a secondary port. ZeroTier now binds 9993 (or whatever port you specify) plus another port computed deterministically from your ZeroTier address. This port is used for new links 1/4 of the time. This mostly addresses the second problem above and partly helps to address the first. If uPnP/NAT-PMP is enabled we also still open a tertiary port because some routers freak out if NAT-t is attempted using the same port as uPnP. All of this is IPv4 only of course. IPv6 is sane. | |||
2016-03-02 | Windows cleanup. | Adam Ierymenko | |
2016-03-02 | More Windows tweaks and a compile fix. | Adam Ierymenko | |
2016-03-02 | Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or ↵ | Adam Ierymenko | |
GitHub issue #277 -- we can't reproduce yet but I found one area where a spin was possible under certain failure conditions. Maybe. | |||
2016-03-02 | Document myself as a contributor. | Ben Finney | |
2016-03-01 | Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into dev | Adam Ierymenko | |
2016-03-01 | Fix GitHub issue #311 | Adam Ierymenko | |
2016-02-29 | State grant of license in each third-party component. | Ben Finney | |
2016-02-29 | State which exact files constitute third-party works. | Ben Finney | |
2016-02-29 | Explicitly mark home page URLs of third-party code. | Ben Finney | |
2016-02-29 | Remove text that paraphrases GPLv3 conditions. | Ben Finney | |
2016-02-29 | Explicitly grant GPLv3-or-later terms to the overall code base. | Ben Finney | |
2016-02-29 | Refer directly to the accompanying GPL-3 license document. | Ben Finney | |
2016-02-29 | Add explicit copyright statement in same file as license grant. | Ben Finney | |
2016-02-29 | Rename file that is not a license text. | Ben Finney | |
2016-02-29 | Add verbatim text of GNU General Public License version 2. | Ben Finney | |
2016-02-29 | Add verbatim text of GNU General Public License version 3. | Ben Finney | |
2016-02-28 | Typo fix. | Kristof Imre Szabo | |
2016-02-28 | Spec description rephrased. | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-28 | Formatting change | Kristof Imre Szabo | |
2016-02-27 | Initial commit of the standard zerotier RPM specification | Kristof Imre Szabo | |
2016-02-25 | Upgrade http-parser. | Adam Ierymenko | |
2016-02-25 | Upgrade LZ4 to hopefully fix wacky sporadic crash when built with g++ 5.3.1 ↵ | Adam Ierymenko | |
on Debian/testing. |