summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2018-06-14Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bitJoseph Henry
2018-06-14Added multipath field to zerotier-cli status output. Adjusted how path ↵Joseph Henry
estimates are computed and cached
2018-06-13Minor cleanup. More efficient push() operation for RingBufferJoseph Henry
2018-06-12Reduced how often relative path qualities and aggregate link allocations are ↵Joseph Henry
computed
2018-06-12Improved rate limit logic for QoS/ACK packets. Also reduced how often ↵Joseph Henry
processBackgroundPathMeasurements() is called
2018-06-12Merge pull request #755 from skunkwerks/fix/c++-17-deprecationAdam Ierymenko
fix clang C++17 deprecation when building with ZT_DEBUG=1
2018-06-07Spellcheck sweep across codebaseJoseph Henry
2018-06-07Added rate gates for QOS and ACK packetsJoseph Henry
2018-06-07Added TX queue cap for issue #769Joseph Henry
2018-06-04Merge branch 'rtnetlink' into edgeGrant Limberg
2018-06-01Added auto-escalation to multipath if both peers support it. Improved ↵Joseph Henry
QoS/ACK tracking. Related bug fixes
2018-05-30Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path qualityJoseph Henry
2018-05-25add/remove routes via rtnetlinkGrant Limberg
2018-05-18node: remove deprecated register hint for C++17 compatibilityDave Cottlehuber
when building with `ZT_DEBUG=1` this hint produces a warning: > node/Packet.cpp:335:43: error: 'register' storage class specifier is deprecated and incompatible with C++17 [-Werror,-Wdeprecated-register] See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340
2018-05-02Adjusted locking order of _paths_m for path pruning. Other minor multipath ↵Joseph Henry
changes
2018-05-02Cleanup. Misc type conversion and signedness fixesJoseph Henry
2018-05-01Introduced basic multipath supportJoseph Henry
2018-04-25Merge branch 'dev' into netbsd-supportAdam Ierymenko
2018-04-06Refactor some potentially unsafe SharedPtr<> code.Adam Ierymenko
2018-03-29GitHub issue #675Adam Ierymenko
2018-03-21Add specification of anchor and multicast hub address (optional) to new ↵Adam Ierymenko
multicast and IPv4 enabled ad-hoc network ID format.
2018-03-13Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. ↵Adam Ierymenko
Will matter a lot for network controllers, not so much for other things.
2018-03-12SHA512 using libcrypto (not enabled by default)Adam Ierymenko
2018-03-12Speed tweaks for signatures, etc.Adam Ierymenko
2018-03-09Other fixes to IPv4 ad-hoc networks.Adam Ierymenko
2018-03-08Some work on IPv4 enabled ad-hoc networks.Adam Ierymenko
2018-02-09A few fixes dicatated by valgrind.Adam Ierymenko
2018-02-02Linux build fix on some versions.Adam Ierymenko
2018-02-01Fix build on Intel C/C++ Compiler for Linux.Adam Ierymenko
2018-01-26Tie up the rest of hub and spoke designated replicator multicast mode.Adam Ierymenko
2018-01-26More cleanup of old stuff.Adam Ierymenko
2018-01-26Do not send to origin in second buffered multicast path.Adam Ierymenko
2018-01-26Add support for designated multicast replicators to Multicaster::send().Adam Ierymenko
2018-01-26Clean up some multicast code.Adam Ierymenko
2018-01-26A little more cleanup.Adam Ierymenko
2018-01-26Clean up some old stuff.Adam Ierymenko
2018-01-25More work on GitHub issue #666Adam Ierymenko
2018-01-25A small memory use reduction.Adam Ierymenko
2018-01-25Implement continuous contacting of designated anchors and multicast ↵Adam Ierymenko
replicators - GitHub issue #666
2018-01-24.Adam Ierymenko
2018-01-24cleanupAdam Ierymenko
2018-01-24Stub out NetworkConfig for GitHub issue #666Adam Ierymenko
2018-01-11Reenable faster lock.Adam Ierymenko
2018-01-11Fixes for lock ordering -- GitHub issue #573Adam Ierymenko
2018-01-10Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2018-01-10cleanupAdam Ierymenko
2018-01-10Fix compilation on WindowsGrant Limberg
DEBUG macro from miniupnpc interferring with enum Trace::DEBUG;
2018-01-09cleanupAdam Ierymenko
2018-01-09cleanupAdam Ierymenko
2018-01-08cleanupAdam Ierymenko