summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-12Removed unused codeJoseph Henry
2016-01-12Fixed sketchy memcpy logic, also added checks for service RPC ACKJoseph Henry
2016-01-12Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2016-01-12Merge branch 'dev' into edgeAdam Ierymenko
2016-01-12Simplify Peer locking to eliminate deadlock with new path recursion check ↵Adam Ierymenko
code (and also probably improve performance).
2016-01-12Use network user ptr in lookup for Ethernet frame handling to eliminate map ↵Adam Ierymenko
lookup.
2016-01-12Add a network-associated user ptr in API.Adam Ierymenko
2016-01-12Merge branch 'master' into devAdam Ierymenko
2016-01-12Merge pull request #291 from JackyRen/patch-1Adam Ierymenko
Update controller README.md
2016-01-12RPC updateJoseph Henry
2016-01-12Dead code removal.Adam Ierymenko
2016-01-12Update controller README.mdRen Jie
Sync make parameter with code.
2016-01-11Check shouldUsePathForZeroTierTraffic in legacy beacon responder.Adam Ierymenko
2016-01-11Get rid of constructor/destructor in libzerotierintercept, and simplify a ↵Adam Ierymenko
few things.
2016-01-11Merge branch 'dev' into edgeAdam Ierymenko
2016-01-11RPC detection fixJoseph Henry
2016-01-11Transfer tune-upJoseph Henry
2016-01-11Added RPC ACKJoseph Henry
2016-01-11Instead of using binary packet comparison, add a callback to the API to ↵Adam Ierymenko
explicitly check whether paths should be used. Check in with this callback (if present) when learning new paths or sending initial packets.
2016-01-11Stateless RPC reworkJoseph Henry
2016-01-11docsAdam Ierymenko
2016-01-11Refactor to eliminate copypasta.Adam Ierymenko
2016-01-11Fix a bug that we visually found in Windows code -- it was not advertising ↵Adam Ierymenko
uPnP addresses?!?
2016-01-11Remove somewhat ugly and costly anti-recursion hack -- we will switch to ↵Adam Ierymenko
more explicit methods.
2016-01-06Close another potential anti-recursion loophole.Adam Ierymenko
2016-01-06Roots should probably not do this since it would likely be a waste of packets.Adam Ierymenko
2016-01-06Merge branch 'dev' into edgeAdam Ierymenko
2016-01-06Put old test code in attic.Adam Ierymenko
2016-01-06AntiRecursion cleanup and some other minor things.Adam Ierymenko
2016-01-06Tighten 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-05simplify ifAdam Ierymenko
2016-01-05Implement first pass on rapid dead path detection, and increment version to ↵Adam Ierymenko
1.1.3 (dev)
2016-01-05more dead codeAdam Ierymenko
2016-01-05Outline dead path detection mechanism.Adam Ierymenko
2016-01-05dead code removalAdam Ierymenko
2015-12-23typoJanjaap Bos
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