Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-11 | Transfer tune-up | Joseph Henry | |
2016-01-11 | Added RPC ACK | Joseph Henry | |
2016-01-11 | Stateless RPC rework | Joseph Henry | |
2016-01-06 | Merge branch 'dev' into edge | Adam Ierymenko | |
2016-01-06 | Put old test code in attic. | Adam Ierymenko | |
2016-01-06 | AntiRecursion cleanup and some other minor things. | Adam Ierymenko | |
2016-01-06 | Tighten up dead path detection. Should now auto-detect dead paths in less ↵ | Adam Ierymenko | |
than 10 seconds at a very small cost in ECHO requests (or HELLOs for older peers). GitHib issue #272 | |||
2016-01-05 | simplify if | Adam Ierymenko | |
2016-01-05 | Implement first pass on rapid dead path detection, and increment version to ↵ | Adam Ierymenko | |
1.1.3 (dev) | |||
2016-01-05 | more dead code | Adam Ierymenko | |
2016-01-05 | Outline dead path detection mechanism. | Adam Ierymenko | |
2016-01-05 | dead code removal | Adam Ierymenko | |
2015-12-23 | typo | Janjaap Bos | |
2015-12-21 | Merge branch 'dev' into edge | Adam Ierymenko | |
2015-12-21 | . | Adam Ierymenko | |
2015-12-21 | VERSION 1.1.2: bug fixes and NAT-PMP support | Adam Ierymenko | |
ZeroTier One version 1.1.2 is mostly a bug fix release, but also includes support for NAT-PMP as a method of mapping external ports from behind supported routers. Bugs fixed include: - Refactored path selection code to eliminate a change that might have introduced a reliability regression from earlier versions. - Reworked UPnP code for improved reliability and also added NAT-PMP support. - Fixed a crash on network preferred relays. (Not exploitable or security critical since only network controllers can send that config option and there was no buffer overflow or other exploitable issue.) - Fix GUI problem on OSX where window could be larger than screen on some Macbooks. - Fix a potential rate limit problem on PUSH_DIRECT_PATHS that could negatively impact same-network connectivity. - Update zerotier-cli to show preferred vs. active paths and hide inactive ones. - Fix an issue on shutdown with thread delete order and thread synchronization. | |||
2015-12-21 | Windows 1.1.2 build. | Adam Ierymenko | |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko | |
2015-12-21 | Fix a problem that made valgrind complain on shutdown (not otherwise an issue). | Adam Ierymenko | |
2015-12-21 | Fix a small potential uninitialized variable issue. | Adam Ierymenko | |
2015-12-21 | Remove stray file that is instead found in netcon. | Adam Ierymenko | |
2015-12-21 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2015-12-21 | 1.1.2 Windows build fixes, tweaks, etc. | Adam Ierymenko | |
2015-12-21 | typo | Janjaap Bos | |
2015-12-21 | fix / workaround for ubuntu | Janjaap Bos | |
Otherwise, if started with -d as daemon, the netcon service dies after intercept listen registers. | |||
2015-12-21 | updated netcon readme | Janjaap Bos | |
2015-12-21 | Removed straggler debug prints | Joseph Henry | |
2015-12-21 | Updated readme, removed test network keys | Joseph Henry | |
2015-12-21 | Readme changes, turned off debug | Joseph Henry | |
2015-12-21 | Fixed typo | Joseph Henry | |
2015-12-21 | Tightening of RPC code | Joseph Henry | |
2015-12-18 | single updated test file | Joseph Henry | |
2015-12-18 | Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge | Joseph Henry | |
2015-12-18 | Re-added keys for testing | Joseph Henry | |
2015-12-18 | Tiny bit of dead code cleanup. | Adam Ierymenko | |
2015-12-18 | . | Adam Ierymenko | |
2015-12-18 | . | Adam Ierymenko | |
2015-12-18 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2015-12-18 | Fix accept4() semantics. | Adam Ierymenko | |
2015-12-18 | Added install script for debugging with strace | Joseph Henry | |
2015-12-18 | getsockopt() tweak | Joseph Henry | |
2015-12-18 | Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edge | Joseph Henry | |
2015-12-18 | getsockname() fix | Joseph Henry | |
2015-12-18 | Cache query in progress to reduce redundant GeoIP2 queries. | Adam Ierymenko | |
2015-12-16 | RPC Reliability improvements and partial getsockname() fix | Joseph Henry | |
2015-12-17 | Update World to drop an old legacy root. | Adam Ierymenko | |
2015-12-17 | Erase more debug junk. | Adam Ierymenko | |
2015-12-17 | Remove some stray debug stuff. | Adam Ierymenko | |
2015-12-17 | Show paths as active or preferred in listpeers. | Adam Ierymenko | |
2015-12-17 | (1) Get rid of path sorting and just scan them, since sorting may have been ↵ | Adam Ierymenko | |
a premature optimization that introduced a regression and path instability in a few edge cases, and (2) do not attempt to contact remote paths received via PUSH_DIRECT_PATH if we already have that path and it is already active (dumb, should have done this originally) |