summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-21Merge branch 'dev' into edgeAdam Ierymenko
2015-12-21.Adam Ierymenko
2015-12-21VERSION 1.1.2: bug fixes and NAT-PMP supportAdam 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-21Windows 1.1.2 build.Adam Ierymenko
2015-12-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-12-21Fix a problem that made valgrind complain on shutdown (not otherwise an issue).Adam Ierymenko
2015-12-21Fix a small potential uninitialized variable issue.Adam Ierymenko
2015-12-21Remove stray file that is instead found in netcon.Adam Ierymenko
2015-12-21Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2015-12-211.1.2 Windows build fixes, tweaks, etc.Adam Ierymenko
2015-12-21typoJanjaap Bos
2015-12-21fix / workaround for ubuntuJanjaap Bos
Otherwise, if started with -d as daemon, the netcon service dies after intercept listen registers.
2015-12-21updated netcon readmeJanjaap Bos
2015-12-21Removed straggler debug printsJoseph Henry
2015-12-21Updated readme, removed test network keysJoseph Henry
2015-12-21Readme changes, turned off debugJoseph Henry
2015-12-21Fixed typoJoseph Henry
2015-12-21Tightening of RPC codeJoseph Henry
2015-12-18single updated test fileJoseph Henry
2015-12-18Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edgeJoseph Henry
2015-12-18Re-added keys for testingJoseph Henry
2015-12-18Tiny bit of dead code cleanup.Adam Ierymenko
2015-12-18.Adam Ierymenko
2015-12-18.Adam Ierymenko
2015-12-18Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2015-12-18Fix accept4() semantics.Adam Ierymenko
2015-12-18Added install script for debugging with straceJoseph Henry
2015-12-18getsockopt() tweakJoseph Henry
2015-12-18Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edgeJoseph Henry
2015-12-18getsockname() fixJoseph Henry
2015-12-18Cache query in progress to reduce redundant GeoIP2 queries.Adam Ierymenko
2015-12-16RPC Reliability improvements and partial getsockname() fixJoseph Henry
2015-12-17Update World to drop an old legacy root.Adam Ierymenko
2015-12-17Erase more debug junk.Adam Ierymenko
2015-12-17Remove some stray debug stuff.Adam Ierymenko
2015-12-17Show 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)
2015-12-16Fix for getsockname() crash and other address size issues.Adam Ierymenko
2015-12-16Some final README revs.Adam Ierymenko
2015-12-16Removed docker-test keys/config for netcon networkJoseph Henry
2015-12-15readme updateJoseph Henry
2015-12-15Merge branch 'edge' of http://10.6.6.2/zerotier/zerotierone into edgeJoseph Henry
2015-12-15readme updateJoseph Henry
2015-12-15docsAdam Ierymenko
2015-12-15Docs, and change ZT_NC_NWID to ZT_NC_NETWORK and use full path in local ZT ↵Adam Ierymenko
home dir to enable multiple instances.
2015-12-15Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2015-12-15.Adam Ierymenko
2015-12-15readme and makefile updatesJoseph Henry
2015-12-15Cleaned up, tests updated, readme updatedJoseph Henry
2015-12-15Patch controller to not send relays to 1.1.0 to avoid triggering 1.1.0 ↵Adam Ierymenko
network preferred relays bug.