summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2015-04-01...Adam Ierymenko
2015-04-01More refactoring... and update the API a bit... turns out my strategy for ↵Adam Ierymenko
reducing indirect function calls also increased memcpy()s which are more expensive. This is simpler and faster.
2015-03-31docsAdam Ierymenko
2015-03-31Refactoring... lalalala...Adam Ierymenko
2015-03-31Whole heap more cleanup and refactoring...Adam Ierymenko
2015-03-31Move more stuff into osdep/ -- node/ will not use threads directly.Adam Ierymenko
2015-03-31More CAPI work, and move old control/ and old node/Node to attic.Adam Ierymenko
2015-03-31Phy is a better name than Wire, and other cleanup.Adam Ierymenko
2015-03-30Work on new simplified C API -- required for embedded, language bindings, ↵Adam Ierymenko
mobile (language bindings again), etc.
2015-03-30Turns out that node/ likely has no business with or need for the system IP ↵Adam Ierymenko
routing table. So shelve that code for now.
2015-03-18A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.Adam Ierymenko
2015-03-13Wire up externally specified NetworkConfigMasterAdam Ierymenko
2015-02-24RedisNetworkConfigMaster in its own folder. Also fix some hex/decimal Redis ↵Adam Ierymenko
database confusion.
2015-02-24Make NetworkConfigMaster a plugin to get Redis and other non-endpoint code ↵Adam Ierymenko
out of node/
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-02-04Physical address change message verb.Adam Ierymenko
2015-02-02Ping supernodes on surface change, and also reset TCP flag.Adam Ierymenko
2015-02-02Rip out network environment fingerprint. This will be replaced by constant ↵Adam Ierymenko
monitoring of actual external address surface.
2015-02-02Drop support for legacy P5 multicast, as there are fewer than 1% of these ↵Adam Ierymenko
remaining on the network.
2015-02-02Surface logic in Topology.Adam Ierymenko
2015-02-02Code to track externally visible address surface.Adam Ierymenko
2015-02-02Hash code method for InetAddressAdam Ierymenko
2015-01-09Create netconf master if redis options are in local.conf.Adam Ierymenko
2015-01-09Add confirmation step to new netconf, with the caveat that it will be ↵Adam Ierymenko
disabled for older netconf servers to avoid race. Also add some comments.
2015-01-08Build fixes.Adam Ierymenko
2015-01-08C++ network config master ready to test.Adam Ierymenko
2015-01-06Cleanup, new C++ netconf code is almost ready to test!Adam Ierymenko
2015-01-06C++ netconf master Redis plumbing.Adam Ierymenko
2015-01-05Add timestamp field to network config requests.Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2015-01-05docsAdam Ierymenko
2015-01-05Back out service message type -- YAGNI violation.Adam Ierymenko
2015-01-05Strip out old Service code, add new service message type.Adam Ierymenko
2014-12-19FreeBSD works, and some documentation fixes.Adam Ierymenko
2014-12-16locallyValidate() is expensive -- stop doing it on every HELLO since in most ↵Adam Ierymenko
cases we already know the identity and know it is valid
2014-12-02Windows Visual Studio meaningless-warning-ectomy.Adam Ierymenko
2014-12-02Fix network enumeration buffer size bug -- reported by user Neal Symms via ↵Adam Ierymenko
LiveAgent
2014-11-26docsAdam Ierymenko
2014-11-26Remove more legacy code -- just doing the supernode redist for old multicast ↵Adam Ierymenko
is now good enough given the small number of legacy nodes left.
2014-11-26cleanup and docsAdam Ierymenko
2014-11-26docs and cleanupAdam Ierymenko
2014-11-25Enable legacy multicast in Constants.Adam Ierymenko
2014-11-25Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be ↵Adam Ierymenko
toggled.
2014-11-24Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online.Adam Ierymenko
2014-11-24Multicast code cleanup.Adam Ierymenko
2014-11-23A few more tweaks to MC algo...Adam Ierymenko
2014-11-21Add a bunch of high-resolution try/catch safety in Node main loop to attempt ↵Adam Ierymenko
to snare gremlin.
2014-11-21Fix thinko in multicast changes... works now!Adam Ierymenko
2014-11-21Send multicasts in random order.Adam Ierymenko
This should not affect most users, but on large networks it should cause service announcements to work a lot better. This is the result of a prolonged discussion with a user about the visibility of game servers on a large network. The old multicast algorithm was de-facto randomized due to its distributed nature, while the new algorithm is more deterministic. This will restore some randomization beyond limit-overflow conditions. It won't affect small networks at all.
2014-11-20Tweak to symmetric NAT buster to add one to the number of ports above the ↵Adam Ierymenko
current one it attempts.