summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2018-11-11Times should be int64_t, not uint64_tAdam Ierymenko
2018-10-23because Windows....Grant Limberg
2018-09-25Merge pull request #853 from darkain/devAdam Ierymenko
2018-09-15Only null terminate the first characterVincent Milum Jr
2018-09-14Correcting conversion to/from IP address / stringVincent Milum Jr
2018-09-14Merge pull request #836 from skunkwerks/feature/add-freebsd-debugsAdam Ierymenko
2018-09-11Added ability for OneService to monitor local.conf for changes and automatica...Joseph Henry
2018-08-24add support for debug flags in FreeBSDDave Cottlehuber
2018-08-09merge devAdam Ierymenko
2018-07-25Replace Sao Paolo root with Buenos Aires in default planet def (will push to ...Adam Ierymenko
2018-07-20Fix a bug that caused a crash on empty HTTP requests (localhost only) and add...Adam Ierymenko
2018-07-20.Adam Ierymenko
2018-07-11Added basic QoS rule handlingJoseph Henry
2018-07-10Rough draft of fq-codel implementationJoseph Henry
2018-06-22Improved path selection, more efficient traffic allocation, lower QoS/ACK ove...Joseph Henry
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 estima...Joseph Henry
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
2018-06-12Improved rate limit logic for QoS/ACK packets. Also reduced how often process...Joseph Henry
2018-06-12Merge pull request #755 from skunkwerks/fix/c++-17-deprecationAdam Ierymenko
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 QoS/ACK...Joseph Henry
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
2018-05-02Adjusted locking order of _paths_m for path pruning. Other minor multipath ch...Joseph Henry
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 multi...Adam Ierymenko
2018-03-13Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will...Adam Ierymenko
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