summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Collapse)Author
2017-04-20Some code cleanup and make sure any type punning is guarded with ↵Adam Ierymenko
ZT_NO_TYPE_PUNNING.
2017-04-19Integrate ARM/NEON crypto.Adam Ierymenko
2017-04-18Cleanup, Windows fixes, Self test fixAdam Ierymenko
2017-04-18Windows build fixes, self test cleanup.Adam Ierymenko
2017-04-18Just incorporate the X64 ASM version of Salsa20/12 for X64 platforms. This ↵Adam Ierymenko
gives us (for example) 1.5gb/sec encryption on a Core i5 2.8ghz.
2017-04-17Delete junk.Adam Ierymenko
2017-04-17Back out NaCl since the old one with xmm6 salsa2012 does not support ↵Adam Ierymenko
multi-block use and the new one is slower.
2017-04-17Enable use of NaCl for faster X64 Salsa20 implementations. Also include ↵Adam Ierymenko
binary for OSX for easy build. Blazingly fast.
2017-04-17Windows profile build target (CPU profiling), and a little bit of ↵Adam Ierymenko
optimization revealed by such.
2017-04-17Cluster build fix.Adam Ierymenko
2017-04-17Silence some TRACE noise.Adam Ierymenko
2017-04-17Tiny largely non-consequential credential fix.Adam Ierymenko
2017-04-17Fix for 100% cpu issue.Adam Ierymenko
2017-04-14Fix for cluster handoff.Adam Ierymenko
2017-04-14Significant simplification to path logic.Adam Ierymenko
2017-04-11Pass tptr on leave.Adam Ierymenko
2017-04-04Small fix, should filter by temporal validity.Adam Ierymenko
2017-04-04Logic simplification, cleanup, and memory use improvements in Membership. ↵Adam Ierymenko
Also fix an issue that may cause network instability in some cases.
2017-04-04Membership cleanup work in progress.Adam Ierymenko
2017-03-27Fix TRACE and CLUSTER builds.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and ↵Adam Ierymenko
then passed to handler functions resulting from a call.
2017-03-17Windows build fixes, app about text revisions.Adam Ierymenko
2017-03-17GitHub issue #461 -- plus a bit of cleanup and optimizationAdam Ierymenko
2017-03-17LZ4 cleanupAdam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17ARM tweaksAdam Ierymenko
2017-03-17Fix attempt to WHOIS self.Adam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17.Adam Ierymenko
2017-03-17Fixes for possible ARM issues, cleanup, fix for spurious meaningless ↵Adam Ierymenko
exceptions on NETWORK_CONFIG_REQUEST
2017-03-13Docs and a bit of cleanup. In particular ALL makes no sense for revocations ↵Adam Ierymenko
because they have IDs. In that case you would just revoke the COM.
2017-03-10Roots need to respond to lots of WHOISesAdam Ierymenko
2017-03-10Tweak WHOIS path for federation.Adam Ierymenko
2017-03-10getUpstreamPeer issue with interim federated rootsAdam Ierymenko
2017-03-10Sigh. Another thinko.Adam Ierymenko
2017-03-10Build fix (typo)Adam Ierymenko
2017-03-10Also must mask off counter bits in IV in cryptField.Adam Ierymenko
2017-03-10cryptField() used to obscure extended fields in HELLO cannot use mangleKey()Adam Ierymenko
2017-03-07Windows build fixes.Adam Ierymenko
2017-03-06Send revocations automatically on deauth for instant kill, also fix some ↵Adam Ierymenko
issues with the RP.
2017-03-03Now with less bugs.Adam Ierymenko
2017-03-01Update how controller handles circuit tests -- save results to filesystem.Adam Ierymenko
2017-03-01Fix FILTER_TRACE breakage.Adam Ierymenko
2017-03-01Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-03-01Circuit tests now report link quality. Also fixed a little thing in ↵Adam Ierymenko
revocation propagation.
2017-03-01comment broken TRACE messageGrant Limberg
2017-03-01ZeroTier now has link quality measurement. We are not using this yet but ↵Adam Ierymenko
decided to put it in to prep for future QoS support and SD-WAN stuff.
2017-03-01Outgoing side of packet counter for link quality reporting. Also some ↵Adam Ierymenko
cleanup and a cluster mode build fix.
2017-03-01Save space in expecting-reply-to tracking.Adam Ierymenko
2017-02-28Match on tag sender equals or tag recipient equals.Adam Ierymenko