Adam Ierymenko
|
7d11522768
Just about everything refactored for new Protocol/Buf code except Switch.
|
5 years ago |
Adam Ierymenko
|
33bb61c63d
Loads of refactoring, integration of new version of Trace.
|
5 years ago |
Adam Ierymenko
|
eef70e198b
Version 2.x notice updates and other boring stuff.
|
5 years ago |
Adam Ierymenko
|
53b7c8f725
Make Peer bootstrap field an Endpoint even though we only support InetAddress right now, and a bunch more stuff.
|
5 years ago |
Adam Ierymenko
|
3ff9ffd5d4
A bunch of wiring up of stuff...
|
5 years ago |
Adam Ierymenko
|
6267c67888
A bunch of cleanup and refactoring toward 2.x
|
5 years ago |
Adam Ierymenko
|
6f22570648
Optimization and cleanup
|
6 years ago |
Adam Ierymenko
|
6f6138c500
Merge relicensing change from dev
|
6 years ago |
Adam Ierymenko
|
52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1
|
6 years ago |
Adam Ierymenko
|
9461bc948f
.
|
6 years ago |
Adam Ierymenko
|
5b2b088714
Cleanup, version bump.
|
6 years ago |
Adam Ierymenko
|
ee8682ac75
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
|
6 years ago |
Joseph Henry
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Adam Ierymenko
|
65c07afe05
Copyright updates for 2018.
|
7 years ago |
Grant Limberg
|
b1d60df44c
timestamps changed from uint64_t to int64_t
|
8 years ago |
Adam Ierymenko
|
f18158a52d
.
|
8 years ago |
Adam Ierymenko
|
1b68d6dbdc
License header update.
|
8 years ago |
Adam Ierymenko
|
e4896b257f
Add thread PTR that gets passed through the entire ZT core call stack and then passed to handler functions resulting from a call.
|
8 years ago |
Adam Ierymenko
|
b5c86b6ba4
Bunch more path refactoring. Peers no longer forget paths, but do not normally use expired paths. Expired paths might still be tried if nothing else is reachable.
|
9 years ago |
Adam Ierymenko
|
c9d7845fea
Minor bug fix and some instrumentation stuff for testing.
|
9 years ago |
Adam Ierymenko
|
2aa7138373
Reduce direct ping delay back to 1m and make SelfAwareness aware of local received-on address to eliminate false symmetric classification.
|
9 years ago |
Adam Ierymenko
|
0c951b6e56
More tweaks to new symmetric NAT buster, and stop using old iterative method since this supersedes it.
|
9 years ago |
Adam Ierymenko
|
4e4fd51117
boring doc stuff
|
9 years ago |
Adam Ierymenko
|
29b966894c
(1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem in SelfAwareness (will need to test ALL versions in the wild with this), and (3) add more TRACE instrumentation to Cluster.
|
10 years ago |
Adam Ierymenko
|
f116c4b9c0
... and another ...
|
10 years ago |
Adam Ierymenko
|
b31071463c
Try another NAT traversal improvement.
|
10 years ago |
Adam Ierymenko
|
dda376c9eb
Nuke some abandoned code.
|
10 years ago |
Adam Ierymenko
|
fadb291962
Fix infinite loop typo.
|
10 years ago |
Adam Ierymenko
|
f0003ea922
Push remote surface as reported by peers along with known interface direct paths to assist with (some) NAT traversal. (trying this, may back out if not effective)
|
10 years ago |
Adam Ierymenko
|
b4b067bf12
So we need to keep track of external surface per reporter, since some NATs assign different external IPs for each external destination. Keeping just one known surface could create a race condition.
|
10 years ago |