..
Address.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
AES_aesni.cpp
Windows build fixes, version bump in AIP.
2020-11-06 11:18:41 -08:00
AES_armcrypto.cpp
Fixing regression in AES for ARM targets
2020-11-27 08:22:55 +00:00
AES.cpp
Likely fix for some alignment issues on ARM.
2020-11-25 14:28:41 -05:00
AES.hpp
Backport AES fixes for compiler, arch, and splitting into separate files.
2020-10-20 18:50:28 -04:00
AtomicCounter.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Bond.cpp
Fix for ab-mode link failure, QoS metrics (WIP)
2022-06-08 10:01:54 -07:00
Bond.hpp
Fix for ab-mode link failure, QoS metrics (WIP)
2022-06-08 10:01:54 -07:00
Buffer.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
C25519.cpp
AES integrated on send side.
2020-08-21 14:23:31 -07:00
C25519.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Capability.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
Capability.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
CertificateOfMembership.cpp
Revert "Use a faster method of fingerprinting identities."
2021-09-20 22:05:39 -04:00
CertificateOfMembership.hpp
Remove ancient controller support.
2021-09-20 18:38:29 -04:00
CertificateOfOwnership.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
CertificateOfOwnership.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Constants.hpp
Fix for ab-mode link failure, QoS metrics (WIP)
2022-06-08 10:01:54 -07:00
Credential.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Dictionary.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
DNS.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Hashtable.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Identity.cpp
AES integrated on send side.
2020-08-21 14:23:31 -07:00
Identity.hpp
Revert "Use a faster method of fingerprinting identities."
2021-09-20 22:05:39 -04:00
IncomingPacket.cpp
Fix for ab-mode link failure, QoS metrics (WIP)
2022-06-08 10:01:54 -07:00
IncomingPacket.hpp
Fix for ab-mode link failure, QoS metrics (WIP)
2022-06-08 10:01:54 -07:00
InetAddress.cpp
missing break in InetAddress::ipScope()
2020-11-23 14:54:13 -08:00
InetAddress.hpp
Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP.
2020-11-06 11:01:45 -05:00
MAC.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Membership.cpp
Fix a possible excessive memory use issue in controller and clean up a bunch of COM handling and other code in the normal node.
2022-04-19 19:59:54 -04:00
Membership.hpp
Several more SSO/OIDC related fixes, and bump version to 1.8.9.
2022-04-19 21:29:11 -04:00
Multicaster.cpp
Tweak multicast settings to prevent failures due to TX queue overflow.
2020-11-12 22:21:43 -05:00
Multicaster.hpp
Fix some timestamp signedness mismatches.
2020-11-11 11:46:09 -05:00
MulticastGroup.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Mutex.hpp
Use lowercase when including Windows headers
2021-12-29 16:29:08 -05:00
Network.cpp
Several more SSO/OIDC related fixes, and bump version to 1.8.9.
2022-04-19 21:29:11 -04:00
Network.hpp
Fix a possible excessive memory use issue in controller and clean up a bunch of COM handling and other code in the normal node.
2022-04-19 19:59:54 -04:00
NetworkConfig.cpp
refresh token run loop
2021-12-03 15:44:04 -08:00
NetworkConfig.hpp
Restore sending of rejections but move it exclusively to a thread, widen netconf window to 30 minutes.
2022-04-19 10:37:58 -04:00
NetworkController.hpp
Basic plumbing for authentication requirement and piping through of URL information.
2021-05-24 22:58:17 -04:00
Node.cpp
Set version to correct 1.10.0.
2022-06-06 16:18:50 -04:00
Node.hpp
Consolidation of multipath logic. Better system separation
2021-09-01 21:37:49 -07:00
OutboundMulticast.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
OutboundMulticast.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Packet.cpp
Apple "fat binaries" are back!
2020-11-16 16:30:15 -05:00
Packet.hpp
Basic plumbing for authentication requirement and piping through of URL information.
2021-05-24 22:58:17 -04:00
Path.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
Path.hpp
Change ECHO divisor from 20 to 6
2022-02-25 11:29:07 -08:00
Peer.cpp
Build fix.
2022-04-19 21:30:36 -04:00
Peer.hpp
Several more SSO/OIDC related fixes, and bump version to 1.8.9.
2022-04-19 21:29:11 -04:00
Poly1305.cpp
RingBuffer<> is now templated with size, buffer is now static.
2019-03-22 14:39:52 -07:00
Poly1305.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
README.md
Actual documentation.
2017-02-03 19:47:00 -08:00
Revocation.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
Revocation.hpp
Push credentials always if updated (client-side) and some controller-side cleanup that should be logically irrelevant but will prevent unnecessary DB lookups.
2022-04-19 12:41:38 -04:00
RingBuffer.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
RuntimeEnvironment.hpp
Consolidation of multipath logic. Better system separation
2021-09-01 21:37:49 -07:00
Salsa20.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Salsa20.hpp
ALMOST compiles for ARM64 Windows, only remaining barrier is ring in zeroidc.
2022-04-27 12:19:42 -04:00
SelfAwareness.cpp
Proactively seek, enumerate, and distribute external surface addresses
2022-02-17 15:39:17 -08:00
SelfAwareness.hpp
Proactively seek, enumerate, and distribute external surface addresses
2022-02-17 15:39:17 -08:00
SHA512.cpp
More selective push of AES modifications and refactoring stuff.
2020-09-10 14:48:48 -04:00
SHA512.hpp
AES integrated on send side.
2020-08-21 14:23:31 -07:00
SharedPtr.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Switch.cpp
Consolidation of multipath logic. Better system separation
2021-09-01 21:37:49 -07:00
Switch.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Tag.cpp
BSL date bump
2020-08-20 12:51:39 -07:00
Tag.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Topology.cpp
Rev roots.
2022-02-15 09:13:58 -05:00
Topology.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Trace.cpp
Fix erroneous cast of verb to double that causes invalid tracing output
2021-05-04 08:59:52 -07:00
Trace.hpp
BSL date bump
2020-08-20 12:51:39 -07:00
Utils.cpp
yes
2021-04-13 16:12:11 +00:00
Utils.hpp
Fix for ZTO-33 (Jira), only assign routes if there is a viable source IP.
2020-11-06 11:01:45 -05:00
World.hpp
BSL date bump
2020-08-20 12:51:39 -07:00