summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-02-01Fix for GitHub issue #298 and hopefully #297Adam Ierymenko
2016-01-28typoAdam Ierymenko
2016-01-26Merge branch 'edge' into devAdam Ierymenko
2016-01-26Save test results for circuit tests in memory and then cancel the test and ↵Adam Ierymenko
send the results when the test is queried later. This way you can POST a test and then come GET the result at the appointed time.
2016-01-25Mac OSX Port - Lightly testedJoseph Henry
2016-01-22Merge branch 'master' into devGrant Limberg
2016-01-22Fix JNI for API changes in 1.1.4Grant Limberg
2016-01-21Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2016-01-21New dev version: 1.1.5Adam Ierymenko
2016-01-21Check for /dev/tun as well as /dev/net/tun since some Linux devices put it ↵Adam Ierymenko
there.
2016-01-21Added python, python3, darkhttpd unit testsJoseph Henry
2016-01-21Updated unit tests + READMEJoseph Henry
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