Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-01-21 | New dev version: 1.1.5 | Adam Ierymenko | |
2016-01-21 | Check for /dev/tun as well as /dev/net/tun since some Linux devices put it ↵ | Adam Ierymenko | |
there. | |||
2016-01-21 | Added python, python3, darkhttpd unit tests | Joseph Henry | |
2016-01-21 | Updated unit tests + README | Joseph Henry | |
2016-01-20 | VERSION 1.1.4: Improved path detection, improved anti-recursion code, and ↵ | Adam Ierymenko | |
Network Containers BETA ZeroTier One version 1.1.4 has several improvements to path stability and path learning logic. It also contains the BETA version of Network Containers! See netcon/README.md and https://www.zerotier.com/product-netcon.shtml for more information. Improvements in 1.1.4: - Paths are now confirmed more aggressively on inactivity. This version can usually detect a dead direct path in under 10 seconds vs 1-2 minutes in previous versions. - Logic to prevent recursion has been overhauled. The old versions had code that explicitly checked packet contents (AntiRecursion.hpp). This is now gone in favor of a function that checks IP addresses of ZeroTier devices when paths are learned or probed. This is both more efficient and less prone to edge case failures. Testing in several complex environments has shown that this eliminates a few edge cases where inappropriate paths would be used. | |||
2016-01-20 | Windows build fixes. | Adam Ierymenko | |
2016-01-20 | readme | Adam Ierymenko | |
2016-01-20 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2016-01-20 | 1.1.4 bump | Adam Ierymenko | |
2016-01-20 | typo | Janjaap Bos | |
2016-01-20 | Added check for identiy | Janjaap Bos | |
Needed if you just copy & paste the whole block. | |||
2016-01-20 | Merge branch 'dev' into edge | Adam Ierymenko | |
2016-01-20 | Removed debug line | Joseph Henry | |
2016-01-20 | Bad connection reference fix + RX lock fix | Joseph Henry | |
2016-01-20 | Transfer speed increate + stability fixes | Joseph Henry | |
2016-01-18 | Stability fix + introduction of connection probation | Joseph Henry | |
2016-01-18 | Added some safety + unregister callbacks on close | Joseph Henry | |
2016-01-18 | Fixed nc_sent possible bad ptr on close issue | Joseph Henry | |
2016-01-17 | Print path for user. Removed unused stub Phy methods | Joseph Henry | |
2016-01-17 | Fixed memory leak | Joseph Henry | |
2016-01-15 | yay more icons | Grant Limberg | |
2016-01-15 | Adding app icons for iOS | Grant Limberg | |
2016-01-15 | Debugs off by default | Joseph Henry | |
2016-01-15 | nc_recved() connection closure change | Joseph Henry | |