summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2016-02-23Fix a CIRCUIT_TEST bug in forwarding of tests along hop paths on private netw...Adam Ierymenko
2016-02-22Fix checking of path address validity.Adam Ierymenko
2016-02-22Deprecate reporting of local clock in circuit tests since a small number of u...Adam Ierymenko
2016-02-22Reduce direct ping delay back to 1m and make SelfAwareness aware of local rec...Adam Ierymenko
2016-02-11Try +1 and +2 existing surfaces for symmetric NATs.Adam Ierymenko
2016-02-10More tweaks to new symmetric NAT buster, and stop using old iterative method ...Adam Ierymenko
2016-02-10Little fix to NAT-t algAdam Ierymenko
2016-02-10Widen max delta for TS/revision just a bit more for now.Adam Ierymenko
2016-02-10Temporarily blacklist he.net IPv6 tunnel addresses for paths: these usually h...Adam Ierymenko
2016-02-10Tweak certificate of membership revision/time tolerance to eliminate boundary...Adam Ierymenko
2016-02-09Tweak needsOurMembershipCertificate timing to resolve a possible source of oc...Adam Ierymenko
2016-02-08Make activity no longer a function of ping frequency, since this causes compa...Adam Ierymenko
2016-02-08Tweak a few cluster params for higher perf / lower initial setup latency.Adam Ierymenko
2016-02-01Fix for GitHub issue #298 and hopefully #297Adam Ierymenko
2016-01-13Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4)Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2016-01-12Docs and cleanup.Adam Ierymenko
2016-01-12Simplify Peer locking to eliminate deadlock with new path recursion check cod...Adam Ierymenko
2016-01-12Use network user ptr in lookup for Ethernet frame handling to eliminate map l...Adam Ierymenko
2016-01-12Add a network-associated user ptr in API.Adam Ierymenko
2016-01-12Dead code removal.Adam Ierymenko
2016-01-11Check shouldUsePathForZeroTierTraffic in legacy beacon responder.Adam Ierymenko
2016-01-11Instead of using binary packet comparison, add a callback to the API to expli...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-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-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-11-30Fix for GitHub issue #260 -- fix for (non-exploitable) crash in network prefe...Adam Ierymenko
2015-11-30Increase maximum number of paths per IP scope to 4Janjaap Bos
2015-11-20The World as of 2015-11-20Adam Ierymenko
2015-11-17Fix crash on exit in Windows (does not affect other OSes) and revert debuggin...Adam Ierymenko
2015-11-16Real World -- edge now talks to real net.Adam Ierymenko
2015-11-14get the compiler to stop complaining about two string literals (one a macro) ...Grant Limberg
2015-11-13Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, ...Adam Ierymenko
2015-11-12Eliminate Windows warnings.Adam Ierymenko
2015-11-12Minor Windows build fixes. Builds on VS2012 again.Adam Ierymenko
2015-11-12Stashing utun work for OSX -- abandoning for now since utun excludes mDNS amo...Adam Ierymenko
2015-11-11Always advertise to the cluster when we have a peer even if we have also init...Adam Ierymenko
2015-11-11Increase WHOIS retry delay slightly to allow for global cluster latency (e.g....Adam Ierymenko
2015-11-10Query both root and network controller for multicast last resort GATHER.Adam Ierymenko
2015-11-10Some cluster parameter tweaks, and change the test code in tests/http to dram...Adam Ierymenko
2015-11-10Fix delete oldest logic.Adam Ierymenko
2015-11-10Replace slow std::list<> with an O(log(N)) data structure for the cluster rel...Adam Ierymenko