summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2019-07-15Fix FileDB stuff and latency measurement.Adam Ierymenko
2019-07-09Drop in faster C25519 agreement code.Adam Ierymenko
2019-06-25Tighten up credential push just a bit for faster up-time with older nodes, sh...Adam Ierymenko
2019-06-25CleanupAdam Ierymenko
2019-06-17Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2019-06-17More stack->heapAdam Ierymenko
2019-06-17Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2019-06-17Don't call _phy->getIfName if localSocket is -1Grant Limberg
2019-06-17Fix valgrind warning... not sure if it is an actual issue.Adam Ierymenko
2019-06-17More stack->heap...Adam Ierymenko
2019-06-17Allocate outp on heap in Peer.Adam Ierymenko
2019-06-17Windows build fixes, fix double/float types to get rid of warnings.Adam Ierymenko
2019-06-13Compiler warning cleanupGrant Limberg
2019-06-12Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2019-06-12Removed check for port number in multipath path replacement logicJoseph Henry
2019-06-11Cleanup, version bump.Adam Ierymenko
2019-06-06.Adam Ierymenko
2019-06-03Commented out RingBuffer::dump() as an alternative solution to PR #952Joseph Henry
2019-05-17Fixed ZT_SDK build issue. Moved ZT_SDK preprocessor directives to more perman...Joseph Henry
2019-05-14Bump protocol version to 10Adam Ierymenko
2019-05-13Disabled compression for outbound packets in SDK buildJoseph Henry
2019-05-13Added divisor for ZT_PEER_ACTIVITY_TIMEOUT, gives quicker indication to statu...Joseph Henry
2019-03-28cleanupAdam Ierymenko
2019-03-27Never mind, only unused on some builds so leave them there.Adam Ierymenko
2019-03-27Comment out some unused functions.Adam Ierymenko
2019-03-26Temporarily disable the symmetric NAT port prediction code since the current ...Adam Ierymenko
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