Age | Commit message (Expand) | Author |
2015-10-28 | Fix bug in peer count. | Adam Ierymenko |
2015-10-27 | Some cleanup, and use getPeerNoCache() exclusively in Cluster. | Adam Ierymenko |
2015-10-27 | Use getPeerNoCache() in Cluster to avoid keeping all peers cached everywhere. | 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 | 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 | Change how cluster relays packets -- just PROXY_UNITE and then send packet vi... | Adam Ierymenko |
2015-10-27 | Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat... | Adam Ierymenko |
2015-10-27 | Cleanup, including simplification of root server picking algorithm since we n... | Adam Ierymenko |
2015-10-27 | Refactor cluster redirects to move code to push peers out of the actual Clust... | 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-26 | Expose cluster status in /status JSON response. | Adam Ierymenko |
2015-10-26 | Cluster status plumbing. | Adam Ierymenko |
2015-10-23 | Refactor multicast group announcement to work directly or indirectly. | Adam Ierymenko |
2015-10-23 | (1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem in... | Adam Ierymenko |
2015-10-23 | Cluster fix: was accumulating remote endpoints endlessly. | Adam Ierymenko |
2015-10-22 | More cluster wiring... | Adam Ierymenko |
2015-10-20 | Wire in redirectPeer(), now about ready to test clustering! | Adam Ierymenko |
2015-10-20 | Forgot a return true. | Adam Ierymenko |
2015-10-20 | Clustered handling of relaying. | Adam Ierymenko |
2015-10-20 | Outfit Cluster with TRACE for debugging. | 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 | Make _members dynamically allocated due to static array limit on ARM. | Adam Ierymenko |
2015-10-14 | decrypt fix | Adam Ierymenko |
2015-10-14 | Untested cluster code, not enabled. | Adam Ierymenko |
2015-10-14 | Work in progress on Cluster for new root infrastructure, multi-homing. | Adam Ierymenko |