| .. |
|
AES.cpp
|
9d66d876f4
Likely fix for some alignment issues on ARM.
|
5 years ago |
|
AES.hpp
|
70f37962cf
Backport AES fixes for compiler, arch, and splitting into separate files.
|
5 years ago |
|
AES_aesni.cpp
|
dd65680150
Windows build fixes, version bump in AIP.
|
5 years ago |
|
AES_armcrypto.cpp
|
a624dfd776
Fixing regression in AES for ARM targets
|
5 years ago |
|
Address.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
AtomicCounter.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Bond.cpp
|
1cf8a1f493
More accurate accounting of bond layer overhead traffic
|
3 years ago |
|
Bond.hpp
|
1b0c183913
Force non-leaf peers into local active-backup bond when multipath is enabled
|
3 years ago |
|
Buffer.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
C25519.cpp
|
2ac49d99dd
AES integrated on send side.
|
5 years ago |
|
C25519.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Capability.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Capability.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
CertificateOfMembership.cpp
|
b403f106fb
Revert "Use a faster method of fingerprinting identities."
|
4 years ago |
|
CertificateOfMembership.hpp
|
565885a4c0
Remove ancient controller support.
|
4 years ago |
|
CertificateOfOwnership.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
CertificateOfOwnership.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Constants.hpp
|
618202d426
Increase min failover to 500 ms and probe period to 1/3rd of failover
|
3 years ago |
|
Credential.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
DNS.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Dictionary.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Hashtable.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Identity.cpp
|
2ac49d99dd
AES integrated on send side.
|
5 years ago |
|
Identity.hpp
|
b403f106fb
Revert "Use a faster method of fingerprinting identities."
|
4 years ago |
|
IncomingPacket.cpp
|
5e13b42abc
Rate gate ECHO per Path instead of per Peer
|
3 years ago |
|
IncomingPacket.hpp
|
e1af003e4f
Consolidation of multipath logic. Better system separation
|
4 years ago |
|
InetAddress.cpp
|
de308f05e0
missing break in InetAddress::ipScope()
|
5 years ago |
|
InetAddress.hpp
|
90f18f7ee7
Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP.
|
5 years ago |
|
MAC.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Membership.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Membership.hpp
|
134d33c218
Add a bit of hardening in the network certificate of membership by incorporating a full hash of the identity to which it is issued. This means the recipient need not depend entirely on the root verifying identities properly to make sure impersonation is not occurring.
|
4 years ago |
|
MulticastGroup.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Multicaster.cpp
|
44af828aa4
Tweak multicast settings to prevent failures due to TX queue overflow.
|
5 years ago |
|
Multicaster.hpp
|
9480ff1f37
Fix some timestamp signedness mismatches.
|
5 years ago |
|
Mutex.hpp
|
1c956494a4
Use lowercase when including Windows headers
|
3 years ago |
|
Network.cpp
|
f9c84c8c52
Remove stray debug trace
|
3 years ago |
|
Network.hpp
|
eaccce743f
moar plumbing progress
|
3 years ago |
|
NetworkConfig.cpp
|
1192b1b422
refresh token run loop
|
3 years ago |
|
NetworkConfig.hpp
|
7cce23ae79
wip
|
3 years ago |
|
NetworkController.hpp
|
b270d527f4
Basic plumbing for authentication requirement and piping through of URL information.
|
4 years ago |
|
Node.cpp
|
eaccce743f
moar plumbing progress
|
3 years ago |
|
Node.hpp
|
e1af003e4f
Consolidation of multipath logic. Better system separation
|
4 years ago |
|
OutboundMulticast.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
OutboundMulticast.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Packet.cpp
|
31d8758ad9
Apple "fat binaries" are back!
|
5 years ago |
|
Packet.hpp
|
b270d527f4
Basic plumbing for authentication requirement and piping through of URL information.
|
4 years ago |
|
Path.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Path.hpp
|
1918c29fd7
Change ECHO divisor from 20 to 6
|
3 years ago |
|
Peer.cpp
|
9933d83cf8
Merge pull request #1564 from zerotier/dev-whoami
|
3 years ago |
|
Peer.hpp
|
5e13b42abc
Rate gate ECHO per Path instead of per Peer
|
3 years ago |
|
Poly1305.cpp
|
d530356055
RingBuffer<> is now templated with size, buffer is now static.
|
6 years ago |
|
Poly1305.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
README.md
|
8a2ff0b31e
Actual documentation.
|
8 years ago |
|
Revocation.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Revocation.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
RingBuffer.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
RuntimeEnvironment.hpp
|
e1af003e4f
Consolidation of multipath logic. Better system separation
|
4 years ago |
|
SHA512.cpp
|
1ad555a071
More selective push of AES modifications and refactoring stuff.
|
5 years ago |
|
SHA512.hpp
|
2ac49d99dd
AES integrated on send side.
|
5 years ago |
|
Salsa20.cpp
|
9681fedbb4
Spellcheck sweep across codebase
|
7 years ago |
|
Salsa20.hpp
|
87d17088cc
Disable Salsa20 SSE on MinGW 32-bit compiler
|
3 years ago |
|
SelfAwareness.cpp
|
96aa1c30a6
Proactively seek, enumerate, and distribute external surface addresses
|
3 years ago |
|
SelfAwareness.hpp
|
96aa1c30a6
Proactively seek, enumerate, and distribute external surface addresses
|
3 years ago |
|
SharedPtr.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Switch.cpp
|
e1af003e4f
Consolidation of multipath logic. Better system separation
|
4 years ago |
|
Switch.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Tag.cpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Tag.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Topology.cpp
|
3c85a7f074
Rev roots.
|
3 years ago |
|
Topology.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Trace.cpp
|
24615ed24b
Fix erroneous cast of verb to double that causes invalid tracing output
|
4 years ago |
|
Trace.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |
|
Utils.cpp
|
537ce83498
yes
|
4 years ago |
|
Utils.hpp
|
90f18f7ee7
Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP.
|
5 years ago |
|
World.hpp
|
06730c7d1d
BSL date bump
|
5 years ago |