summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2019-03-25Various other fixes including removal of more mem*() issues and netlink fixes...Adam Ierymenko
2019-03-25...Adam Ierymenko
2019-03-25Nope, more...Adam Ierymenko
2019-03-25I think this is the last one.Adam Ierymenko
2019-03-25More mem*() stuff... sigh...Adam Ierymenko
2019-03-25More mem*() stuff...Adam Ierymenko
2019-03-25One more.Adam Ierymenko
2019-03-25... and moreAdam Ierymenko
2019-03-25Removal of more mem*() calls.Adam Ierymenko
2019-03-25Get rid of some mem* calls that are bad C++ form (but worked fine) and cause ...Adam Ierymenko
2019-03-22Get rid of ZT_FAST_MEMCPY because this is not really needed.Adam Ierymenko
2019-03-22RingBuffer<> is now templated with size, buffer is now static.Adam Ierymenko
2019-03-21Replace certificate based gating of multicast like/gather with a simpler more...Adam Ierymenko
2019-03-19.Adam Ierymenko
2019-03-14More cleanup.Adam Ierymenko
2019-03-14Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of...Adam Ierymenko
2019-03-11Revert "#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROT...Grant Limberg
2019-03-01#ifdef'd out multipath/QoS statistics buffers allocations for ZT_PROTOCOL_VER...Joseph Henry
2019-01-27Fixed potential memory leak in RingBufferJoseph Henry
2019-01-25Fixed sign-comparison compile warnings in QoS codeJoseph Henry
2019-01-14Updated licenses for 2019Joseph Henry
2018-12-06More speed stuff.Adam Ierymenko
2018-12-06stuff for speed and stuff (testing)Adam Ierymenko
2018-12-04Revert mutex change.Adam Ierymenko
2018-12-04Disable spinlock to check CPU usage implications on multithreaded controllers.Adam Ierymenko
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