Age | Commit message (Expand) | Author |
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-06 | Try prioritizing cluster-send over direct send in cluster mode -- may improve... | Adam Ierymenko |
2015-11-05 | Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. | Adam Ierymenko |
2015-11-03 | Handle ZeroTier-RFC4193 IPv6 address NDP queries inline by spoofing responses... | Adam Ierymenko |
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-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-27 | Change how cluster relays packets -- just PROXY_UNITE and then send packet vi... | Adam Ierymenko |
2015-10-26 | Fix test world def. | Adam Ierymenko |
2015-10-20 | Clustered handling of relaying. | Adam Ierymenko |
2015-10-19 | Fix bad COM attachment bug and eliminate an unnecessary redundant check. | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-23 | Plumb through localInterfaceId to track local interfaces corresponding with r... | Adam Ierymenko |
2015-09-04 | Final std::map<> from Switch, and add some smallish default values for hash s... | Adam Ierymenko |
2015-09-04 | Almost done... very few std::map<>s remaining in any spot that matters. | Adam Ierymenko |
2015-09-04 | Remove way-overkill multimap from Switch. | Adam Ierymenko |
2015-09-04 | Starting in on Switch... kill map in defrag queue, which will probably improv... | Adam Ierymenko |
2015-07-28 | docs,cleanup | Adam Ierymenko |
2015-07-28 | Cancel NAT-t attempts if peer is no longer "alive" | Adam Ierymenko |
2015-07-28 | Revert... no luck with any of that. | Adam Ierymenko |
2015-07-28 | Play with NAT-t tweaks some more. | Adam Ierymenko |
2015-07-28 | Add TRACE for NAT-t debugging. | Adam Ierymenko |
2015-07-28 | Try another NAT traversal improvement. | Adam Ierymenko |
2015-07-27 | Fix to NAT escalation sequence. | Adam Ierymenko |
2015-07-27 | Eliminate some aggressive port scanning NAT-t behavior that has proven ineffe... | Adam Ierymenko |
2015-07-13 | Put back legacy code to listen for LAN announcements to support same network ... | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-07-07 | etherTypeName() is only used in Switch and only with ZT_TRACE | Adam Ierymenko |
2015-07-07 | More cleanup to direct path push, comment fixes, etc. | Adam Ierymenko |
2015-07-06 | Fix a regression. | Adam Ierymenko |
2015-07-06 | Almost everything for GitHub issue #180 except direct path map setup. | Adam Ierymenko |
2015-07-06 | Almost all of GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-07-06 | Include COM with EXT_FRAME in bridged case. | Adam Ierymenko |
2015-07-06 | Kill debug line. | Adam Ierymenko |
2015-07-06 | Documentation in Packet, more work on path push, and clean up ancient legacy ... | Adam Ierymenko |
2015-06-26 | GitHub issue #191 - kill intra-network multicast rate limits (which were not ... | Adam Ierymenko |
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ... | Adam Ierymenko |
2015-05-06 | Renamed supernode to rootserver | Kees Bos |
2015-06-01 | Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow... | Adam Ierymenko |
2015-06-01 | Rest of GitHub issue #140 implementation. | Adam Ierymenko |
2015-05-22 | Build fix. | Adam Ierymenko |
2015-05-22 | typo | Adam Ierymenko |
2015-05-22 | Add delay to NAT-t escalation stuff to try to address GitHub issue #167 | Adam Ierymenko |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a significant... | Adam Ierymenko |
2015-04-26 | Do not unite() peers across different IP scopes as this would pretty much nev... | Adam Ierymenko |
2015-04-15 | Disable a few noisy TRACEs, and limit how often we confirm new paths to avoid... | Adam Ierymenko |
2015-04-15 | Fix some deadlock issues, move awareness of broadcast subscription into core,... | Adam Ierymenko |