Age | Commit message (Expand) | Author |
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 |
2015-10-13 | cleanup | Adam Ierymenko |
2015-10-13 | World stuff... | Adam Ierymenko |
2015-10-13 | More World stuff, and mkworld. | Adam Ierymenko |
2015-10-12 | Work in progress on refactoring root-topology into World and adding in-band u... | Adam Ierymenko |
2015-10-01 | Simplify Dictionary and reduce memory usage, now no more std::maps in core. | Adam Ierymenko |
2015-10-01 | The return of peer peristence. | 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 | Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo... | Adam Ierymenko |
2015-07-06 | Some cleanup, docs, and Path -> Path > RemotePath refactor. | 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-04-08 | Add events for packet decode errors, etc., and re-implement TRACE as an event. | Adam Ierymenko |
2015-04-08 | Make Toplogy use dataStoreXX() methods from Node, and get rid of old TCP stuff. | Adam Ierymenko |
2015-04-07 | Implemented empirical determination of external addressing, paritioned per sc... | Adam Ierymenko |
2015-04-07 | Some external surface awareness work, and IP scope classification. | 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-02-02 | Ping supernodes on surface change, and also reset TCP flag. | Adam Ierymenko |
2015-02-02 | Surface logic in Topology. | Adam Ierymenko |
2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko |
2014-10-14 | Make several changes to eliminate potential deadlock or recursive lock condit... | Adam Ierymenko |
2014-10-14 | Fix sleeper bug that probably did nothing in setSupernodes(). | Adam Ierymenko |
2014-10-13 | Permanently retire peers.persist, but make iddb.d always enabled instead sinc... | Adam Ierymenko |
2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ... | Adam Ierymenko |
2014-10-02 | Improve security posture by eliminating non-const data() accessor from Buffer. | Adam Ierymenko |
2014-10-01 | Some cleanup, Multicaster now sends multicasts as it gets additional members. | Adam Ierymenko |
2014-09-24 | Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit... | Adam Ierymenko |
2014-08-19 | Makefile changes, and make Topology::getBestSupernode() return the "next" sup... | Adam Ierymenko |
2014-08-15 | Web request part of supernode resync (not quite done, needs test) | Adam Ierymenko |
2014-08-14 | (1) distribute default root-topology in new dictionary format, (2) bump peer ... | Adam Ierymenko |
2014-08-14 | Accept supernode dictionaries in Topology, also fix (unused) field name in on... | Adam Ierymenko |
2014-06-30 | Keep track of basic aliveness for peers regardless if direct or indirect conn... | Adam Ierymenko |
2014-04-18 | Cleanup, dead code removal, some pretty insignificant security stuff that's b... | 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 |
2014-03-26 | Add TCP channel support for supernode list, make Peer pick the first path if ... | Adam Ierymenko |
2014-03-21 | A few renamings to be consistent. | Adam Ierymenko |
2014-03-21 | Builds with new Path code. | Adam Ierymenko |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko |
2014-02-11 | Build fix on Linux with G++. | Adam Ierymenko |
2014-02-11 | Possible bug fix in Topology, have to test... | Adam Ierymenko |
2014-02-03 | Fix inverted sense bug in new skip-stale-relay logic. | Adam Ierymenko |
2014-02-03 | Fix infinite loop bug introduced in last commit. | Adam Ierymenko |
2014-02-03 | Add a simple but very nice mechanism for avoiding potentially dead supernodes. | Adam Ierymenko |
2014-01-26 | Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows l... | Adam Ierymenko |