summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-30Add some debug code in TRACE mode to catch a bug.Adam Ierymenko
2015-10-30getPeer() had a small potential to be unsafe.Adam Ierymenko
2015-10-30Save zerotier output in containers.Adam Ierymenko
2015-10-30docs and stuffAdam Ierymenko
2015-10-30Set contact IP for real test.Adam Ierymenko
2015-10-30Optimize AntiRecursion.Adam Ierymenko
2015-10-30Make antirec tail len slightly shorter, better performance and still plenty l...Adam Ierymenko
2015-10-30docsAdam Ierymenko
2015-10-29docsAdam Ierymenko
2015-10-29Periodically re-announce peers that we have.Adam Ierymenko
2015-10-29More dead code removal.Adam Ierymenko
2015-10-29Eliminate some more dead code. We may do path trust, but not like that.Adam Ierymenko
2015-10-29Tweak some timings, and remove some dead code.Adam Ierymenko
2015-10-28docsAdam Ierymenko
2015-10-28docsAdam Ierymenko
2015-10-28Test need a more recent version of NodeJS so update Dockerfile.Adam Ierymenko
2015-10-28Fix bug in peer count.Adam Ierymenko
2015-10-28More tweaks to tests... just about ready to run at scale.Adam Ierymenko
2015-10-28.Adam Ierymenko
2015-10-28test stuffAdam Ierymenko
2015-10-28Basic Dockerfile for building test agents.Adam Ierymenko
2015-10-28HTTP test works!Adam Ierymenko
2015-10-28HTTP test code.Adam Ierymenko
2015-10-28On semi-undocumented test net, assign a RFC4193 IPv6 address too. Will be use...Adam Ierymenko
2015-10-28Fix inverted sense bug.Adam Ierymenko
2015-10-28TRACE build fixes.Adam Ierymenko
2015-10-28Cleanup and docs.Adam Ierymenko
2015-10-28Only check IP equality to detect external surface changes (should prevent som...Adam Ierymenko
2015-10-28Clean up PUSH_DIRECT_PATH limits a bit more and make them a bit smarter.Adam Ierymenko
2015-10-27Add a circuit breaker for VERB_PUSH_DIRECT_PATHS.Adam Ierymenko
2015-10-27More cleanup.Adam Ierymenko
2015-10-27Some cleanup, and use getPeerNoCache() exclusively in Cluster.Adam Ierymenko
2015-10-27Use getPeerNoCache() in Cluster to avoid keeping all peers cached everywhere.Adam Ierymenko
2015-10-27Replicate peer endpoints and forget paths if we have them -- this allows two ...Adam Ierymenko
2015-10-27(1) No need to confirm if we are a root (small optimization), (2) Refactor pe...Adam Ierymenko
2015-10-27This no longer has to be quite so fast.Adam Ierymenko
2015-10-27Build fix in TRACE mode.Adam Ierymenko
2015-10-27Factor out RemotePath subclass of Path -- no longer needed, just cruft.Adam Ierymenko
2015-10-27Forget paths to peers if we are handing them off.Adam Ierymenko
2015-10-27Change how cluster relays packets -- just PROXY_UNITE and then send packet vi...Adam Ierymenko
2015-10-27Add set buffer sizes code to Phy<>Adam Ierymenko
2015-10-27Merge Phy<> from netcon.Adam Ierymenko
2015-10-27Tweak some size limits.Adam Ierymenko
2015-10-27--wtf; prevent roots from TCP fallbackAdam Ierymenko
2015-10-27Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat...Adam Ierymenko
2015-10-27Well that was broken.Adam Ierymenko
2015-10-27Lessen this limit just a bit to make cluster settle faster.Adam Ierymenko
2015-10-27Don't include COM if not necessary (fix).Adam Ierymenko
2015-10-27Fix inverted sense bug.Adam Ierymenko
2015-10-27More root cleanup.Adam Ierymenko