Age | Commit message (Expand) | Author |
2016-04-19 | Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, ... | Adam Ierymenko |
2016-04-19 | Revise peer path weighting to always prioritize cluster-optimal paths. | Adam Ierymenko |
2016-04-18 | (1) cluster members send a flag indicating that a PUSH_DIRECT_PATHS is a clus... | Adam Ierymenko |
2016-03-28 | Fix some broken TRACEs and a tiny reorder in a few ifs. | Adam Ierymenko |
2016-02-10 | More tweaks to new symmetric NAT buster, and stop using old iterative method ... | Adam Ierymenko |
2016-02-09 | Tweak needsOurMembershipCertificate timing to resolve a possible source of oc... | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-12 | Docs and cleanup. | Adam Ierymenko |
2016-01-12 | Simplify Peer locking to eliminate deadlock with new path recursion check cod... | Adam Ierymenko |
2016-01-11 | Instead of using binary packet comparison, add a callback to the API to expli... | Adam Ierymenko |
2016-01-11 | Remove somewhat ugly and costly anti-recursion hack -- we will switch to more... | Adam Ierymenko |
2016-01-06 | Close another potential anti-recursion loophole. | Adam Ierymenko |
2016-01-06 | Roots should probably not do this since it would likely be a waste of packets. | Adam Ierymenko |
2016-01-06 | AntiRecursion cleanup and some other minor things. | Adam Ierymenko |
2016-01-06 | Tighten up dead path detection. Should now auto-detect dead paths in less tha... | Adam Ierymenko |
2016-01-05 | simplify if | Adam Ierymenko |
2016-01-05 | Implement first pass on rapid dead path detection, and increment version to 1... | Adam Ierymenko |
2015-12-21 | Selectively move over changes from "edge" to "dev" excluding netcon. | Adam Ierymenko |
2015-11-11 | Always advertise to the cluster when we have a peer even if we have also init... | Adam Ierymenko |
2015-11-09 | Announce that we have peers on the cluster when we first see them to improve ... | Adam Ierymenko |
2015-11-09 | Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT | Adam Ierymenko |
2015-11-09 | Mark geo-redirected paths as suboptimal and do not report that we have a peer... | Adam Ierymenko |
2015-11-08 | Cluster simplification and refactor work in progress... | Adam Ierymenko |
2015-11-06 | Clustering cleanup, still a work in progress. | Adam Ierymenko |
2015-11-06 | Further pare down Cluster messaging and rename some stuff. | Adam Ierymenko |
2015-11-03 | . | Adam Ierymenko |
2015-10-29 | Eliminate some more dead code. We may do path trust, but not like that. | Adam Ierymenko |
2015-10-27 | Add a circuit breaker for VERB_PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-10-27 | Replicate 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-27 | Build fix in TRACE mode. | Adam Ierymenko |
2015-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-27 | Forget paths to peers if we are handing them off. | Adam Ierymenko |
2015-10-27 | Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat... | Adam Ierymenko |
2015-10-27 | Some cleanup, and use VERB_PUSH_DIRECT_PATHS to redirect newer peers. | Adam Ierymenko |
2015-10-27 | Refactor cluster redirects to move code to push peers out of the actual Clust... | Adam Ierymenko |
2015-10-26 | Can redirect in response to a few more verbs, just not these. | Adam Ierymenko |
2015-10-26 | Only send redirects to the sending InetAddress and only in response to a set ... | Adam Ierymenko |
2015-10-26 | Only send redirects for the same address class, and elminiate some TRACE noise. | Adam Ierymenko |
2015-10-20 | Wire in redirectPeer(), now about ready to test clustering! | Adam Ierymenko |
2015-10-20 | Move replication of COMs to avoid race condition. | Adam Ierymenko |
2015-10-20 | Finish wiring up Cluster, fix some issues with other recent changes. | Adam Ierymenko |
2015-10-20 | Wire up peer announcement in cluster. | Adam Ierymenko |
2015-10-20 | Cluster work -- integrating with the rest of the code. | Adam Ierymenko |
2015-10-19 | Fix very obscure IP scope classification logic bug. | Adam Ierymenko |
2015-10-19 | . | Adam Ierymenko |
2015-10-19 | . | Adam Ierymenko |
2015-10-19 | Fix for V4/V6 stable addressing. | Adam Ierymenko |
2015-10-16 | Fix vProto init. | Adam Ierymenko |
2015-10-16 | Accept OK for confirm of HELLO or ECHO. | Adam Ierymenko |