summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-04Add “doc” to the dependencies for the “all” build target.Ben Finney
2016-03-04Add an overall “doc” build target.Ben Finney
2016-03-04Add Makefile module for building documentation.Ben Finney
2016-03-04Ignore generated man page files.Ben Finney
2016-03-04Add a stub for an encoding declaration on a man page.Ben Finney
2016-03-04Add references to other tools for ‘zerotier-one’.Ben Finney
2016-03-04Add incomplete man pages for ‘zerotier-idtool’ and ‘zerotier-cli’.Ben Finney
2016-03-04Document how the home directory is used, and its default value.Ben Finney
2016-03-04Document remaining options explicitly.Ben Finney
2016-03-04More explicit specification of how to use ‘-i’ and ‘-q’.Ben Finney
2016-03-04Add “see also” section referring to ZeroTier documentation online.Ben Finney
2016-03-04Refine description of ZeroTier One.Ben Finney
2016-03-04Add a reStructuredText document for a ‘zerotier-one(8)’ man page.Ben Finney
2016-03-02Document myself as a contributor.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