summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-04Refactor the license grant text to a pre-processor directive.Ben Finney
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-01-20VERSION 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-20Windows build fixes.Adam Ierymenko
2016-01-20readmeAdam Ierymenko
2016-01-20Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2016-01-201.1.4 bumpAdam Ierymenko
2016-01-20typoJanjaap Bos
2016-01-20Added check for identiyJanjaap Bos
Needed if you just copy & paste the whole block.
2016-01-20Merge branch 'dev' into edgeAdam Ierymenko
2016-01-20Removed debug lineJoseph Henry
2016-01-20Bad connection reference fix + RX lock fixJoseph Henry
2016-01-20Transfer speed increate + stability fixesJoseph Henry
2016-01-18Stability fix + introduction of connection probationJoseph Henry
2016-01-18Added some safety + unregister callbacks on closeJoseph Henry
2016-01-18Fixed nc_sent possible bad ptr on close issueJoseph Henry
2016-01-17Print path for user. Removed unused stub Phy methodsJoseph Henry
2016-01-17Fixed memory leakJoseph Henry
2016-01-15yay more iconsGrant Limberg
2016-01-15Adding app icons for iOSGrant Limberg
2016-01-15Debugs off by defaultJoseph Henry
2016-01-15nc_recved() connection closure changeJoseph Henry
2016-01-15Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edgeJoseph Henry
2016-01-15Fixed pcb->state == CLOSE_WAIT bugJoseph Henry
2016-01-15Merge branch 'dev' into edgeAdam Ierymenko
2016-01-15Small formatting changesJoseph Henry
2016-01-15Adjusted formatting/conventions to conform to rest of ZT codebaseJoseph Henry
2016-01-14Fixed RX race conditionJoseph Henry
2016-01-14Naming convention updateJoseph Henry
2016-01-14RX buffer updateJoseph Henry
2016-01-14Updated RX buffer codeJoseph Henry
2016-01-13C doesn't support default argumentsGrant Limberg
2016-01-13Updated getsockopt/setsockopt, removed unused codeJoseph Henry
2016-01-13Fixed double-close bugJoseph Henry
2016-01-13Merge branch 'dev' into edgeAdam Ierymenko
2016-01-13Modified PCB/state management logicJoseph Henry
2016-01-13Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4)Adam Ierymenko
2016-01-12Updated error reporting for sock_fd_read()Joseph Henry
2016-01-12Merge branch 'dev' into edgeAdam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2016-01-12README update and example server port changeJoseph Henry