summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-02Tweaks 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-02Document myself as a contributor.Ben Finney
2016-03-01Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into devAdam Ierymenko
2016-03-01Fix GitHub issue #311Adam Ierymenko
2016-02-29State grant of license in each third-party component.Ben Finney
2016-02-29State which exact files constitute third-party works.Ben Finney
2016-02-29Explicitly mark home page URLs of third-party code.Ben Finney
2016-02-29Remove text that paraphrases GPLv3 conditions.Ben Finney
2016-02-29Explicitly grant GPLv3-or-later terms to the overall code base.Ben Finney
2016-02-29Refer directly to the accompanying GPL-3 license document.Ben Finney
2016-02-29Add explicit copyright statement in same file as license grant.Ben Finney
2016-02-29Rename file that is not a license text.Ben Finney
2016-02-29Add verbatim text of GNU General Public License version 2.Ben Finney
2016-02-29Add verbatim text of GNU General Public License version 3.Ben Finney
2016-02-28Typo fix.Kristof Imre Szabo
2016-02-28Spec description rephrased.Kristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-28Formatting changeKristof Imre Szabo
2016-02-27Initial commit of the standard zerotier RPM specificationKristof Imre Szabo
2016-02-25Upgrade http-parser.Adam Ierymenko
2016-02-25Upgrade LZ4 to hopefully fix wacky sporadic crash when built with g++ 5.3.1 ↵Adam Ierymenko
on Debian/testing.
2016-02-25cleanupAdam Ierymenko
2016-02-24Remove ui/ on Linux uninstall.Adam Ierymenko
2016-02-24Make installers silent when run inside packages.Adam Ierymenko
2016-02-23Fix 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-22Fix checking of path address validity.Adam Ierymenko
2016-02-22Make maximum size of a circuit test structure sane.Adam Ierymenko
2016-02-22Clean controller circuit test memory.Adam Ierymenko
2016-02-22Deprecate reporting of local clock in circuit tests since a small number of ↵Adam Ierymenko
users might have security problems with this.
2016-02-22Reduce direct ping delay back to 1m and make SelfAwareness aware of local ↵Adam Ierymenko
received-on address to eliminate false symmetric classification.
2016-02-19Small tweak to active threshold.Adam Ierymenko
2016-02-11Try +1 and +2 existing surfaces for symmetric NATs.Adam Ierymenko
2016-02-10More tweaks to new symmetric NAT buster, and stop using old iterative method ↵Adam Ierymenko
since this supersedes it.
2016-02-10Little fix to NAT-t algAdam Ierymenko
2016-02-10Widen max delta for TS/revision just a bit more for now.Adam Ierymenko
2016-02-10Temporarily 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-10Tweak certificate of membership revision/time tolerance to eliminate ↵Adam Ierymenko
boundary packet loss issues occasionally seen in the wild.
2016-02-09Tweak needsOurMembershipCertificate timing to resolve a possible source of ↵Adam Ierymenko
occasional dropped packets.
2016-02-08Make 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-08Tweak a few cluster params for higher perf / lower initial setup latency.Adam Ierymenko
2016-02-04return 200 instead of 404 when test is fetchedAdam Ierymenko
2016-02-04Return test ID when we post a test.Adam Ierymenko
2016-02-04flood protection fixAdam Ierymenko
2016-02-04Lengthen backup period againAdam Ierymenko
2016-02-04SQLite perf tuningAdam Ierymenko
2016-02-04Track client version and tell whether active nodes support circuit test.Adam Ierymenko
2016-02-04/active subpath off networksAdam Ierymenko
2016-02-03Logging to NodeHistory, SQL queries.Adam Ierymenko
2016-02-03Add NodeHistory table on sqlite controller.Adam Ierymenko