Age | Commit message (Expand) | Author |
2017-01-27 | Add comments to join ("orbit") moons. | Adam Ierymenko |
2017-01-27 | Extend in-band world updates to handle moons too. | Adam Ierymenko |
2017-01-27 | Replace piecemeal designation of upstreams with the concept of moons, which i... | Adam Ierymenko |
2016-11-22 | Wire through external path lookup. Static paths should now work. | Adam Ierymenko |
2016-11-22 | Replace long callback arg list with struct, and implement path whitelisting, ... | Adam Ierymenko |
2016-11-09 | Keep connections up for netconf stuff as well as frames. | Adam Ierymenko |
2016-09-27 | Simply network auth logic and always sent error on auth failure even for unkn... | Adam Ierymenko |
2016-09-20 | Refactor COM stuff a bit, and respond to COM requests a bit more readily for ... | Adam Ierymenko |
2016-09-13 | Implement relay policy, and setting multicast limit to 0 now disables multica... | Adam Ierymenko |
2016-09-13 | Add a few more rate limit gates for anti-DOS hardening. | Adam Ierymenko |
2016-09-12 | Rate gate requests for COM. | Adam Ierymenko |
2016-09-09 | (1) Public networks now get COMs even though they do not gate with them since... | Adam Ierymenko |
2016-09-09 | More refactoring to clean up code, and add a gate function to make sure we do... | Adam Ierymenko |
2016-09-07 | Turns out we do not need to pass network to receive(). | Adam Ierymenko |
2016-09-07 | Refactor MULTICAST_LIKE pushing to eliminate redundant and unnecessary pushes... | Adam Ierymenko |
2016-09-07 | Use ECHO instead of HELLO where possible. | Adam Ierymenko |
2016-09-07 | Typo fix. | Adam Ierymenko |
2016-09-07 | Bunch more path refactoring. Peers no longer forget paths, but do not normall... | Adam Ierymenko |
2016-09-06 | Cluster build fix. | Adam Ierymenko |
2016-09-06 | (1) fix crazy bug introduced in doRENDEZVOUS(), (2) reclaim Paths after paths... | Adam Ierymenko |
2016-09-06 | Rework how paths are set as remote cluster preferred. The code is now clearer... | Adam Ierymenko |
2016-09-06 | comments, docs | Adam Ierymenko |
2016-09-05 | More tweaks to path behavior. | Adam Ierymenko |
2016-09-03 | Tweaks to new Path code for dual-stack operation, and other fixes. | Adam Ierymenko |
2016-09-02 | Cluster sub-optimal is in fact necessary... | Adam Ierymenko |
2016-09-02 | Tweaks to path handling... | Adam Ierymenko |
2016-09-02 | Tweak some timings. | Adam Ierymenko |
2016-09-02 | Rest of big Path canonicalization refactor. | Adam Ierymenko |
2016-08-24 | Dead code removal, and get rid of reliable() because we will no longer make t... | Adam Ierymenko |
2016-08-24 | Harden PUSH_DIRECT_PATHS and simplify things by only doing it on receive when... | Adam Ierymenko |
2016-08-09 | More cleanup and removal of cruft due to obsolete network-specific relays (wi... | Adam Ierymenko |
2016-08-08 | It builds... almost ready to test some rules engine stuff. | Adam Ierymenko |
2016-08-05 | . | Adam Ierymenko |
2016-08-04 | . | Adam Ierymenko |
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 |