summaryrefslogtreecommitdiff
path: root/node/Topology.hpp
AgeCommit message (Expand)Author
2015-10-27Use getPeerNoCache() in Cluster to avoid keeping all peers cached everywhere.Adam Ierymenko
2015-10-26Cluster status plumbing.Adam Ierymenko
2015-10-23Fix bug in setWorld that might have caused a peer entry for myself (which wou...Adam Ierymenko
2015-10-19Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS v...Adam Ierymenko
2015-10-14Work in progress on Cluster for new root infrastructure, multi-homing.Adam Ierymenko
2015-10-13World stuff...Adam Ierymenko
2015-10-13More World stuff, and mkworld.Adam Ierymenko
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-10-01The return of peer peristence.Adam Ierymenko
2015-09-04Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongo...Adam Ierymenko
2015-07-27Push remote surface as reported by peers along with known interface direct pa...Adam Ierymenko
2015-06-19Root server terminology cleanup, and tighten up a security check by checking ...Adam Ierymenko
2015-05-06Renamed supernode to rootserverKees Bos
2015-06-01Kill obsolete amSupernode method -- we now have no differing behaviors.Adam Ierymenko
2015-04-08Node peer list function for CAPI, and some Peer cleanup.Adam Ierymenko
2015-04-08Make Toplogy use dataStoreXX() methods from Node, and get rid of old TCP stuff.Adam Ierymenko
2015-04-07Tons of refactoring, change to desperation algorithm to use max of core or li...Adam Ierymenko
2015-04-07Implemented empirical determination of external addressing, paritioned per sc...Adam Ierymenko
2015-04-06Add code to check external surface against reported surface from other truste...Adam Ierymenko
2015-04-03Send path simplification.Adam Ierymenko
2015-04-02The concept of link desperation (escalating to less desirable transports) sim...Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-02-02Ping supernodes on surface change, and also reset TCP flag.Adam Ierymenko
2015-02-02Surface logic in Topology.Adam Ierymenko
2015-02-02Code to track externally visible address surface.Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-10-19Windows build fixes.Adam Ierymenko
2014-10-14Make several changes to eliminate potential deadlock or recursive lock condit...Adam Ierymenko
2014-10-13Permanently retire peers.persist, but make iddb.d always enabled instead sinc...Adam Ierymenko
2014-10-01Some cleanup, Multicaster now sends multicasts as it gets additional members.Adam Ierymenko
2014-09-24Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a lit...Adam Ierymenko
2014-09-17More work on control bus refactor...Adam Ierymenko
2014-09-12Refactoring in progress... pardon our dust...Adam Ierymenko
2014-09-05Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-...Adam Ierymenko
2014-08-14(1) distribute default root-topology in new dictionary format, (2) bump peer ...Adam Ierymenko
2014-08-14Accept supernode dictionaries in Topology, also fix (unused) field name in on...Adam Ierymenko
2014-08-05(1) Disable firewall openers (its easy to re-enable), (2) Do some prep work f...Adam Ierymenko
2014-06-30Keep track of basic aliveness for peers regardless if direct or indirect conn...Adam Ierymenko
2014-04-09Yet more cleanup to TCP logic, this time adding a master switch and adding UD...Adam Ierymenko
2014-04-03A few more tweaks to TCP failover... seems to be switching back and forth pre...Adam Ierymenko
2014-04-03Tweak some timings and stuff.Adam Ierymenko
2014-04-03Such ping logic. So edge case.Adam Ierymenko
2014-04-01More tweaks to algorithm for determining when to fail over to TCP, and stop s...Adam Ierymenko
2014-03-26Add TCP channel support for supernode list, make Peer pick the first path if ...Adam Ierymenko
2014-03-21Builds with new Path code.Adam Ierymenko
2014-03-20Work in progress: refactoring paths, adding TCP fallback.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-01-30Take TRACE back out of Mac makefile, fix a few decode little things.Adam Ierymenko
2014-01-30Bunch of fixes to startup, pinging, and choice of route. Also some TRACE upda...Adam Ierymenko
2014-01-29More work on connection reset stuff...Adam Ierymenko