Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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. | |||
2016-02-25 | cleanup | Adam Ierymenko | |
2016-02-24 | Remove ui/ on Linux uninstall. | Adam Ierymenko | |
2016-02-24 | Make installers silent when run inside packages. | Adam Ierymenko | |
2016-02-23 | Fix a CIRCUIT_TEST bug in forwarding of tests along hop paths on private ↵ | Adam Ierymenko | |
networks. Unfortunately this means full circuit testing for private nets will need an upgrade. :( | |||
2016-02-22 | Fix checking of path address validity. | Adam Ierymenko | |
2016-02-22 | Make maximum size of a circuit test structure sane. | Adam Ierymenko | |
2016-02-22 | Clean controller circuit test memory. | Adam Ierymenko | |
2016-02-22 | Deprecate reporting of local clock in circuit tests since a small number of ↵ | Adam Ierymenko | |
users might have security problems with this. | |||
2016-02-22 | Reduce direct ping delay back to 1m and make SelfAwareness aware of local ↵ | Adam Ierymenko | |
received-on address to eliminate false symmetric classification. | |||
2016-02-19 | Small tweak to active threshold. | Adam Ierymenko | |
2016-02-11 | Try +1 and +2 existing surfaces for symmetric NATs. | Adam Ierymenko | |
2016-02-10 | More tweaks to new symmetric NAT buster, and stop using old iterative method ↵ | Adam Ierymenko | |
since this supersedes it. | |||
2016-02-10 | Little fix to NAT-t alg | Adam Ierymenko | |
2016-02-10 | Widen max delta for TS/revision just a bit more for now. | Adam Ierymenko | |
2016-02-10 | Temporarily blacklist he.net IPv6 tunnel addresses for paths: these usually ↵ | Adam Ierymenko | |
have a very low MTU which causes packet loss and other issues. | |||
2016-02-10 | Tweak certificate of membership revision/time tolerance to eliminate ↵ | Adam Ierymenko | |
boundary packet loss issues occasionally seen in the wild. | |||
2016-02-09 | Tweak needsOurMembershipCertificate timing to resolve a possible source of ↵ | Adam Ierymenko | |
occasional dropped packets. | |||
2016-02-08 | Make activity no longer a function of ping frequency, since this causes ↵ | Adam Ierymenko | |
compatibility bugs when the latter was modified due to timer interactions with other versions. | |||
2016-02-08 | Tweak a few cluster params for higher perf / lower initial setup latency. | Adam Ierymenko | |
2016-02-04 | return 200 instead of 404 when test is fetched | Adam Ierymenko | |
2016-02-04 | Return test ID when we post a test. | Adam Ierymenko | |
2016-02-04 | flood protection fix | Adam Ierymenko | |
2016-02-04 | Lengthen backup period again | Adam Ierymenko | |
2016-02-04 | SQLite perf tuning | Adam Ierymenko | |
2016-02-04 | Track client version and tell whether active nodes support circuit test. | Adam Ierymenko | |
2016-02-04 | /active subpath off networks | Adam Ierymenko | |
2016-02-03 | Logging to NodeHistory, SQL queries. | Adam Ierymenko | |
2016-02-03 | Add NodeHistory table on sqlite controller. | Adam Ierymenko | |
2016-02-01 | Fix for GitHub issue #298 and hopefully #297 | Adam Ierymenko | |
2016-01-28 | typo | Adam Ierymenko | |
2016-01-26 | Merge branch 'edge' into dev | Adam Ierymenko | |
2016-01-26 | Save test results for circuit tests in memory and then cancel the test and ↵ | Adam Ierymenko | |
send the results when the test is queried later. This way you can POST a test and then come GET the result at the appointed time. | |||
2016-01-25 | Mac OSX Port - Lightly tested | Joseph Henry | |
2016-01-22 | Merge branch 'master' into dev | Grant Limberg | |
2016-01-22 | Fix JNI for API changes in 1.1.4 | Grant Limberg | |
2016-01-21 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |