Age | Commit message (Expand) | Author |
2016-09-13 | Implement relay policy, and setting multicast limit to 0 now disables multica... | Adam Ierymenko |
2016-09-13 | Get rid of HELLO rate gate on path since its basically worthless. There are 6... | Adam Ierymenko |
2016-09-09 | (1) Public networks now get COMs even though they do not gate with them since... | Adam Ierymenko |
2016-09-07 | Use ECHO instead of HELLO where possible. | Adam Ierymenko |
2016-09-06 | (1) fix crazy bug introduced in doRENDEZVOUS(), (2) reclaim Paths after paths... | Adam Ierymenko |
2016-09-06 | comments, docs | Adam Ierymenko |
2016-09-05 | More tweaks to path behavior. | Adam Ierymenko |
2016-09-02 | Cluster sub-optimal is in fact necessary... | Adam Ierymenko |
2016-09-02 | Rest of big Path canonicalization refactor. | Adam Ierymenko |
2016-09-01 | Work in progress: 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-05-31 | IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while not | 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-02-10 | Temporarily blacklist he.net IPv6 tunnel addresses for paths: these usually h... | Adam Ierymenko |
2016-02-08 | Make activity no longer a function of ping frequency, since this causes compa... | Adam Ierymenko |
2016-01-12 | boring doc stuff | Adam Ierymenko |
2016-01-06 | Tighten up dead path detection. Should now auto-detect dead paths in less tha... | 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-09 | Mark geo-redirected paths as suboptimal and do not report that we have a peer... | 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-27 | Some cleanup, and use getPeerNoCache() exclusively in Cluster. | Adam Ierymenko |
2015-10-27 | Factor out RemotePath subclass of Path -- no longer needed, just cruft. | Adam Ierymenko |
2015-10-19 | Fix some broken logic in Path::reliable() | Adam Ierymenko |
2015-10-01 | Peer serialization and related changes. | Adam Ierymenko |
2015-10-01 | Refactor: move network COMs out of Network and into Peer in prep for tighteni... | Adam Ierymenko |
2015-09-30 | Consider IPv6 paths reliable (no constant keepalives needed) | Adam Ierymenko |
2015-09-24 | (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i... | Adam Ierymenko |
2015-09-23 | Prefer IPv6 paths if available. | Adam Ierymenko |
2015-07-13 | Clean up some YAGNI issues with implementation of GitHub issue #180, and make... | Adam Ierymenko |
2015-07-07 | A bunch of comments and cleanup, including some to yesterday's direct path pu... | Adam Ierymenko |
2015-07-06 | Plumbing for local interface addresses -- GitHub issue #180 | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | Adam Ierymenko |
2015-07-06 | For curiosity add Salsa20/8 to benchmarks. | Adam Ierymenko |
2015-05-21 | Completely factor out "desperation" from the core. I thought of a significant... | Adam Ierymenko |
2015-04-07 | Tons of refactoring, change to desperation algorithm to use max of core or li... | Adam Ierymenko |
2015-04-07 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-03 | Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw... | Adam Ierymenko |
2015-04-03 | Send path simplification. | Adam Ierymenko |
2015-04-02 | The concept of link desperation (escalating to less desirable transports) sim... | Adam Ierymenko |
2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko |
2014-09-05 | Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-... | Adam Ierymenko |
2014-04-03 | Tweak some timings and stuff. | Adam Ierymenko |
2014-04-01 | Get : out of Path.toString() since this will conflict with : in IPv6 IPs. | Adam Ierymenko |
2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ind... | Adam Ierymenko |
2014-03-31 | Clean dead paths from peers. | Adam Ierymenko |