Age | Commit message (Expand) | Author |
2015-11-02 | Make root and relay selection somewhat more robust. | Adam Ierymenko |
2015-11-02 | Tweak some more timings for better reliability. | Adam Ierymenko |
2015-11-02 | Tweak some timings for better reliability. | Adam Ierymenko |
2015-11-02 | Decided to make this 1.1.0 (semantic versioning increment is warranted), and ... | Adam Ierymenko |
2015-10-30 | Fix evil bug, and instrument/assert on some other stuff, and a bit of cleanup. | Adam Ierymenko |
2015-10-30 | Null pointer bug appears fixed... testing again at large scale. | Adam Ierymenko |
2015-10-30 | . | Adam Ierymenko |
2015-10-30 | . | Adam Ierymenko |
2015-10-30 | Add some debug code in TRACE mode to catch a bug. | Adam Ierymenko |
2015-10-30 | getPeer() had a small potential to be unsafe. | Adam Ierymenko |
2015-10-30 | Optimize AntiRecursion. | Adam Ierymenko |
2015-10-30 | Make antirec tail len slightly shorter, better performance and still plenty l... | Adam Ierymenko |
2015-10-29 | Periodically re-announce peers that we have. | Adam Ierymenko |
2015-10-29 | More dead code removal. | Adam Ierymenko |
2015-10-29 | Eliminate some more dead code. We may do path trust, but not like that. | Adam Ierymenko |
2015-10-29 | Tweak some timings, and remove some dead code. | Adam Ierymenko |
2015-10-28 | Fix bug in peer count. | Adam Ierymenko |
2015-10-28 | On semi-undocumented test net, assign a RFC4193 IPv6 address too. Will be use... | Adam Ierymenko |
2015-10-28 | Fix inverted sense bug. | Adam Ierymenko |
2015-10-28 | TRACE build fixes. | Adam Ierymenko |
2015-10-28 | Cleanup and docs. | Adam Ierymenko |
2015-10-28 | Only check IP equality to detect external surface changes (should prevent som... | Adam Ierymenko |
2015-10-28 | Clean up PUSH_DIRECT_PATH limits a bit more and make them a bit smarter. | Adam Ierymenko |
2015-10-27 | Add a circuit breaker for VERB_PUSH_DIRECT_PATHS. | Adam Ierymenko |
2015-10-27 | More cleanup. | 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 | This no longer has to be quite so fast. | 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 | Change how cluster relays packets -- just PROXY_UNITE and then send packet vi... | Adam Ierymenko |
2015-10-27 | Tweak some size limits. | Adam Ierymenko |
2015-10-27 | --wtf; prevent roots from TCP fallback | Adam Ierymenko |
2015-10-27 | Fix infinite loop in Cluster, clean up some stuff elsewhere, and back out rat... | Adam Ierymenko |
2015-10-27 | Well that was broken. | Adam Ierymenko |
2015-10-27 | Lessen this limit just a bit to make cluster settle faster. | Adam Ierymenko |
2015-10-27 | Don't include COM if not necessary (fix). | Adam Ierymenko |
2015-10-27 | Fix inverted sense bug. | Adam Ierymenko |
2015-10-27 | More root cleanup. | Adam Ierymenko |
2015-10-27 | Cleanup, including simplification of root server picking algorithm since we n... | 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-26 | Fix infinite loop if there are no live roots (never happened before?!? wow!) | Adam Ierymenko |
2015-10-26 | Fix test world def. | Adam Ierymenko |