summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-11Cleanup, version bump.Adam Ierymenko
2019-06-11docsAdam Ierymenko
2019-06-11Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into devAdam Ierymenko
2019-06-11Indent fixAdam Ierymenko
2019-06-11Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2019-06-11Added s390x arch flags to makefile and ZeroTierOne.h for ticket #950Joseph Henry
2019-06-11GitHub issue #886Adam Ierymenko
2019-06-06.Adam Ierymenko
2019-06-03Commented out RingBuffer::dump() as an alternative solution to PR #952Joseph Henry
2019-05-31Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2019-05-31dont spin as much in the onlineNotificationThreadGrant Limberg
2019-05-31CLI improvements (peers, and get/set ip, ip4, ip6, etc)Joseph Henry
2019-05-17Fixed ZT_SDK build issue. Moved ZT_SDK preprocessor directives to more ↵Joseph Henry
permanent homes
2019-05-14Bump protocol version to 10Adam Ierymenko
2019-05-13Added convenience swtich for disabling JSON support in SDK buildJoseph Henry
2019-05-13Disabled compression for outbound packets in SDK buildJoseph Henry
2019-05-13Added divisor for ZT_PEER_ACTIVITY_TIMEOUT, gives quicker indication to ↵Joseph Henry
status change in SDK
2019-05-01Added 90x90 AppIconJoseph Henry
2019-04-22pt 2Grant Limberg
2019-04-22Make things compile with Android NDK againGrant Limberg
2019-04-18amqp_consume_message now has a timeoutGrant Limberg
RabbitMQ::consume() will return an empty string if the call to amqp_consume_message times out
2019-04-04fix compile & sql errorsGrant Limberg
2019-04-04Queue up inserts in onlineNotificationThread() into a multiple insert statementGrant Limberg
2019-03-29More new Mac ethernet tap bugs.Adam Ierymenko
2019-03-29Add bigness to buffers to prevent overflow on high traffic (Mac tap).Adam Ierymenko
2019-03-29Destroy feth devices before creating to delete old ones if they were left ↵Adam Ierymenko
behind (MacEthernetTap).
2019-03-28More bug fixing for AARCH64.Adam Ierymenko
2019-03-28One more AARCH64 fix.Adam Ierymenko
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
version adds protocol overhead and probably is not that effective.
2019-03-25Fix more alignment hell in LinuxNetLink for AARCH64 and probably other ↵Adam Ierymenko
pedantic architectures.
2019-03-25Various other fixes including removal of more mem*() issues and netlink ↵Adam Ierymenko
fixes for AARCH64.
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
warnings.
2019-03-22Kill ZT_FAST_MEMCPY in selftest.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-22Merge branch 'dev' into edgeAdam Ierymenko
2019-03-21Update credits.Adam Ierymenko
2019-03-21More cleanup of old stuff no longer used.Adam Ierymenko
2019-03-21cleanupAdam Ierymenko