Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-04 | Refactor the program name to a pre-processor directive. | Ben Finney | |
2016-03-04 | Refactor the copyright notice text to a pre-processor directive. | Ben Finney | |
2016-03-04 | Refactor the license grant text to a pre-processor directive. | Ben Finney | |
2016-02-29 | State grant of license in each third-party component. | Ben Finney | |
2016-02-29 | State which exact files constitute third-party works. | Ben Finney | |
2016-02-29 | Explicitly mark home page URLs of third-party code. | Ben Finney | |
2016-02-29 | Remove text that paraphrases GPLv3 conditions. | Ben Finney | |
2016-02-29 | Explicitly grant GPLv3-or-later terms to the overall code base. | Ben Finney | |
2016-02-29 | Refer directly to the accompanying GPL-3 license document. | Ben Finney | |
2016-02-29 | Add explicit copyright statement in same file as license grant. | Ben Finney | |
2016-02-29 | Rename file that is not a license text. | Ben Finney | |
2016-02-29 | Add verbatim text of GNU General Public License version 2. | Ben Finney | |
2016-02-29 | Add verbatim text of GNU General Public License version 3. | Ben Finney | |
2016-01-20 | VERSION 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-20 | Windows build fixes. | Adam Ierymenko | |
2016-01-20 | readme | Adam Ierymenko | |
2016-01-20 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2016-01-20 | 1.1.4 bump | Adam Ierymenko | |
2016-01-20 | typo | Janjaap Bos | |
2016-01-20 | Added check for identiy | Janjaap Bos | |
Needed if you just copy & paste the whole block. | |||
2016-01-20 | Merge branch 'dev' into edge | Adam Ierymenko | |
2016-01-20 | Removed debug line | Joseph Henry | |
2016-01-20 | Bad connection reference fix + RX lock fix | Joseph Henry | |
2016-01-20 | Transfer speed increate + stability fixes | Joseph Henry | |
2016-01-18 | Stability fix + introduction of connection probation | Joseph Henry | |
2016-01-18 | Added some safety + unregister callbacks on close | Joseph Henry | |
2016-01-18 | Fixed nc_sent possible bad ptr on close issue | Joseph Henry | |
2016-01-17 | Print path for user. Removed unused stub Phy methods | Joseph Henry | |
2016-01-17 | Fixed memory leak | Joseph Henry | |
2016-01-15 | yay more icons | Grant Limberg | |
2016-01-15 | Adding app icons for iOS | Grant Limberg | |
2016-01-15 | Debugs off by default | Joseph Henry | |
2016-01-15 | nc_recved() connection closure change | Joseph Henry | |
2016-01-15 | Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge | Joseph Henry | |
2016-01-15 | Fixed pcb->state == CLOSE_WAIT bug | Joseph Henry | |
2016-01-15 | Merge branch 'dev' into edge | Adam Ierymenko | |
2016-01-15 | Small formatting changes | Joseph Henry | |
2016-01-15 | Adjusted formatting/conventions to conform to rest of ZT codebase | Joseph Henry | |
2016-01-14 | Fixed RX race condition | Joseph Henry | |
2016-01-14 | Naming convention update | Joseph Henry | |
2016-01-14 | RX buffer update | Joseph Henry | |
2016-01-14 | Updated RX buffer code | Joseph Henry | |
2016-01-13 | C doesn't support default arguments | Grant Limberg | |
2016-01-13 | Updated getsockopt/setsockopt, removed unused code | Joseph Henry | |
2016-01-13 | Fixed double-close bug | Joseph Henry | |
2016-01-13 | Merge branch 'dev' into edge | Adam Ierymenko | |
2016-01-13 | Modified PCB/state management logic | Joseph Henry | |
2016-01-13 | Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4) | Adam Ierymenko | |
2016-01-12 | Updated error reporting for sock_fd_read() | Joseph Henry | |
2016-01-12 | Merge branch 'dev' into edge | Adam Ierymenko | |