Adam Ierymenko 2fcc344299 Some buffer tuning. 5 anni fa
..
AES.cpp 70f37962cf Backport AES fixes for compiler, arch, and splitting into separate files. 5 anni fa
AES.hpp 70f37962cf Backport AES fixes for compiler, arch, and splitting into separate files. 5 anni fa
AES_aesni.cpp dd65680150 Windows build fixes, version bump in AIP. 5 anni fa
AES_armcrypto.cpp 70f37962cf Backport AES fixes for compiler, arch, and splitting into separate files. 5 anni fa
Address.hpp 06730c7d1d BSL date bump 5 anni fa
AtomicCounter.hpp 06730c7d1d BSL date bump 5 anni fa
Bond.cpp 1331739ee4 Remove (some) debug tracing in Bond which may cause a segfault 5 anni fa
Bond.hpp 47e9fb3ddb Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev 5 anni fa
BondController.cpp 06730c7d1d BSL date bump 5 anni fa
BondController.hpp 06730c7d1d BSL date bump 5 anni fa
Buffer.hpp 06730c7d1d BSL date bump 5 anni fa
C25519.cpp 2ac49d99dd AES integrated on send side. 5 anni fa
C25519.hpp 06730c7d1d BSL date bump 5 anni fa
Capability.cpp 06730c7d1d BSL date bump 5 anni fa
Capability.hpp 06730c7d1d BSL date bump 5 anni fa
CertificateOfMembership.cpp 06730c7d1d BSL date bump 5 anni fa
CertificateOfMembership.hpp 06730c7d1d BSL date bump 5 anni fa
CertificateOfOwnership.cpp 06730c7d1d BSL date bump 5 anni fa
CertificateOfOwnership.hpp 06730c7d1d BSL date bump 5 anni fa
Constants.hpp 2fcc344299 Some buffer tuning. 5 anni fa
Credential.hpp 06730c7d1d BSL date bump 5 anni fa
DNS.hpp 06730c7d1d BSL date bump 5 anni fa
Dictionary.hpp 06730c7d1d BSL date bump 5 anni fa
Flow.hpp 06730c7d1d BSL date bump 5 anni fa
Hashtable.hpp 06730c7d1d BSL date bump 5 anni fa
Identity.cpp 2ac49d99dd AES integrated on send side. 5 anni fa
Identity.hpp 7219ca0c0f AES works! Only with this or newer nodes. Uses salsa with older ones as usual. 5 anni fa
IncomingPacket.cpp 7219ca0c0f AES works! Only with this or newer nodes. Uses salsa with older ones as usual. 5 anni fa
IncomingPacket.hpp 06730c7d1d BSL date bump 5 anni fa
InetAddress.cpp 221e4ecb12 Add "documentation" networks as IP_SCOPE_PRIVATE 5 anni fa
InetAddress.hpp 90f18f7ee7 Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP. 5 anni fa
MAC.hpp 06730c7d1d BSL date bump 5 anni fa
Membership.cpp 06730c7d1d BSL date bump 5 anni fa
Membership.hpp 06730c7d1d BSL date bump 5 anni fa
MulticastGroup.hpp 06730c7d1d BSL date bump 5 anni fa
Multicaster.cpp 44af828aa4 Tweak multicast settings to prevent failures due to TX queue overflow. 5 anni fa
Multicaster.hpp 9480ff1f37 Fix some timestamp signedness mismatches. 5 anni fa
Mutex.hpp 06730c7d1d BSL date bump 5 anni fa
Network.cpp dc806dd718 Try pipelining tap reads on Linux for a little more speed. 5 anni fa
Network.hpp 06730c7d1d BSL date bump 5 anni fa
NetworkConfig.cpp 06730c7d1d BSL date bump 5 anni fa
NetworkConfig.hpp 06730c7d1d BSL date bump 5 anni fa
NetworkController.hpp 06730c7d1d BSL date bump 5 anni fa
Node.cpp 06730c7d1d BSL date bump 5 anni fa
Node.hpp 06730c7d1d BSL date bump 5 anni fa
OutboundMulticast.cpp 06730c7d1d BSL date bump 5 anni fa
OutboundMulticast.hpp 06730c7d1d BSL date bump 5 anni fa
Packet.cpp 31d8758ad9 Apple "fat binaries" are back! 5 anni fa
Packet.hpp e6b5f8aabd AES work... but disabled in this commit. 5 anni fa
Path.cpp 06730c7d1d BSL date bump 5 anni fa
Path.hpp 8d83b9b7c5 Revert change to path quality to fix IPv6 issue in beta. We will rework this in 2.x. 5 anni fa
Peer.cpp 53ba413d32 Dont use AES in HELLO. 5 anni fa
Peer.hpp 7219ca0c0f AES works! Only with this or newer nodes. Uses salsa with older ones as usual. 5 anni fa
Poly1305.cpp d530356055 RingBuffer<> is now templated with size, buffer is now static. 6 anni fa
Poly1305.hpp 06730c7d1d BSL date bump 5 anni fa
README.md 8a2ff0b31e Actual documentation. 9 anni fa
Revocation.cpp 06730c7d1d BSL date bump 5 anni fa
Revocation.hpp 06730c7d1d BSL date bump 5 anni fa
RingBuffer.hpp 06730c7d1d BSL date bump 5 anni fa
RuntimeEnvironment.hpp 06730c7d1d BSL date bump 5 anni fa
SHA512.cpp 1ad555a071 More selective push of AES modifications and refactoring stuff. 5 anni fa
SHA512.hpp 2ac49d99dd AES integrated on send side. 5 anni fa
Salsa20.cpp 9681fedbb4 Spellcheck sweep across codebase 7 anni fa
Salsa20.hpp 41c187ba12 Another very small crypto optimization. 8 anni fa
SelfAwareness.cpp 06730c7d1d BSL date bump 5 anni fa
SelfAwareness.hpp 06730c7d1d BSL date bump 5 anni fa
SharedPtr.hpp 06730c7d1d BSL date bump 5 anni fa
Switch.cpp 26a0cbcd73 Revert "Push credentials in multicast." 5 anni fa
Switch.hpp 06730c7d1d BSL date bump 5 anni fa
Tag.cpp 06730c7d1d BSL date bump 5 anni fa
Tag.hpp 06730c7d1d BSL date bump 5 anni fa
Topology.cpp e6b5f8aabd AES work... but disabled in this commit. 5 anni fa
Topology.hpp 06730c7d1d BSL date bump 5 anni fa
Trace.cpp 06730c7d1d BSL date bump 5 anni fa
Trace.hpp 06730c7d1d BSL date bump 5 anni fa
Utils.cpp 31d8758ad9 Apple "fat binaries" are back! 5 anni fa
Utils.hpp 90f18f7ee7 Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP. 5 anni fa
World.hpp 06730c7d1d BSL date bump 5 anni fa

README.md

ZeroTier Network Hypervisor Core

This directory contains the real ZeroTier: a completely OS-independent global virtual Ethernet switch engine. This is where the magic happens.

Give it wire packets and it gives you Ethernet packets, and vice versa. The core contains absolutely no actual I/O, port configuration, or other OS-specific code (except Utils::getSecureRandom()). It provides a simple C API via /include/ZeroTierOne.h. It's designed to be small and maximally portable for future use on small embedded and special purpose systems.

Code in here follows these guidelines:

  • Keep it minimal, especially in terms of code footprint and memory use.
  • There should be no OS-dependent code here unless absolutely necessary (e.g. getSecureRandom).
  • If it's not part of the core virtual Ethernet switch it does not belong here.
  • No C++11 or C++14 since older and embedded compilers don't support it yet and this should be maximally portable.
  • Minimize the use of complex C++ features since at some point we might end up "minus-minus'ing" this code if doing so proves necessary to port to tiny embedded systems.