summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11Instead of using binary packet comparison, add a callback to the API to expli...Adam Ierymenko
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 uP...Adam Ierymenko
2016-01-11Remove somewhat ugly and costly anti-recursion hack -- we will switch to more...Adam Ierymenko
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 tha...Adam Ierymenko
2016-01-05simplify ifAdam Ierymenko
2016-01-05Implement first pass on rapid dead path detection, and increment version to 1...Adam Ierymenko
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
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
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