Ben Finney
3265b3594b
Refactor the license grant text to a pre-processor directive.
10 years ago
Ben Finney
d570adf021
State grant of license in each third-party component.
10 years ago
Ben Finney
dcb91c043f
State which exact files constitute third-party works.
10 years ago
Ben Finney
f613930dee
Explicitly mark home page URLs of third-party code.
10 years ago
Ben Finney
667048310d
Remove text that paraphrases GPLv3 conditions.
10 years ago
Ben Finney
642aa3313d
Explicitly grant GPLv3-or-later terms to the overall code base.
10 years ago
Ben Finney
f6e98df8da
Refer directly to the accompanying GPL-3 license document.
10 years ago
Ben Finney
d37e44225f
Add explicit copyright statement in same file as license grant.
10 years ago
Ben Finney
5c172d1a15
Rename file that is not a license text.
10 years ago
Ben Finney
0bf2060a7d
Add verbatim text of GNU General Public License version 2.
10 years ago
Ben Finney
22883b3eeb
Add verbatim text of GNU General Public License version 3.
10 years ago
Adam Ierymenko
9cc2733ed8
VERSION 1.1.4: Improved path detection, improved anti-recursion code, and 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.
10 years ago
Adam Ierymenko
3b10fd7557
Windows build fixes.
10 years ago
Adam Ierymenko
f782797dc7
readme
10 years ago
Adam Ierymenko
227b8bfbf6
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
10 years ago
Adam Ierymenko
385770dcc8
1.1.4 bump
10 years ago
Janjaap Bos
4f6ca14d4f
typo
10 years ago
Janjaap Bos
c3fc5340b6
Added check for identiy
...
Needed if you just copy & paste the whole block.
10 years ago
Adam Ierymenko
4f30b06930
Merge branch 'dev' into edge
10 years ago
Joseph Henry
398e0b7c63
Removed debug line
10 years ago
Joseph Henry
b7b014298b
Bad connection reference fix + RX lock fix
10 years ago
Joseph Henry
bcaf42e075
Transfer speed increate + stability fixes
10 years ago
Joseph Henry
357cb92f2e
Stability fix + introduction of connection probation
10 years ago
Joseph Henry
31ed86740c
Added some safety + unregister callbacks on close
10 years ago
Joseph Henry
f2cc144811
Fixed nc_sent possible bad ptr on close issue
10 years ago
Joseph Henry
1783867f96
Print path for user. Removed unused stub Phy methods
10 years ago
Joseph Henry
a73638b214
Fixed memory leak
10 years ago
Grant Limberg
bd1884e48f
yay more icons
10 years ago
Grant Limberg
5cd20c0009
Adding app icons for iOS
10 years ago
Joseph Henry
58ebfdffcb
Debugs off by default
10 years ago
Joseph Henry
1e2c434ae8
nc_recved() connection closure change
10 years ago
Joseph Henry
7107297c25
Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge
10 years ago
Joseph Henry
35fb602dff
Fixed pcb->state == CLOSE_WAIT bug
10 years ago
Adam Ierymenko
8af3d35234
Merge branch 'dev' into edge
10 years ago
Joseph Henry
323d40a560
Small formatting changes
10 years ago
Joseph Henry
321bca4bf7
Adjusted formatting/conventions to conform to rest of ZT codebase
10 years ago
Joseph Henry
7cb08630d0
Fixed RX race condition
10 years ago
Joseph Henry
45f0737a00
Naming convention update
10 years ago
Joseph Henry
6cf478c1b2
RX buffer update
10 years ago
Joseph Henry
f52a82d9f2
Updated RX buffer code
10 years ago
Grant Limberg
6dac0c8c4f
C doesn't support default arguments
10 years ago
Joseph Henry
5e30eabd30
Updated getsockopt/setsockopt, removed unused code
10 years ago
Joseph Henry
7bba867ce8
Fixed double-close bug
10 years ago
Adam Ierymenko
e8e6a4702b
Merge branch 'dev' into edge
10 years ago
Joseph Henry
c3e2cb9b8e
Modified PCB/state management logic
10 years ago
Adam Ierymenko
2e5caa335a
Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4)
10 years ago
Joseph Henry
bdabe40c65
Updated error reporting for sock_fd_read()
10 years ago
Adam Ierymenko
7991a7c50a
Merge branch 'dev' into edge
10 years ago
Adam Ierymenko
4e4fd51117
boring doc stuff
10 years ago
Joseph Henry
e91322bd10
README update and example server port change
10 years ago