.. |
Address.hpp
|
39e1021f62
Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
|
6 years ago |
AtomicCounter.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Buffer.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
C25519.cpp
|
39e1021f62
Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
|
6 years ago |
C25519.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Capability.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Capability.hpp
|
d81549a7b1
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
|
6 years ago |
CertificateOfMembership.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
CertificateOfMembership.hpp
|
b56753ea9f
Get rid of some mem* calls that are bad C++ form (but worked fine) and cause warnings.
|
6 years ago |
CertificateOfOwnership.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
CertificateOfOwnership.hpp
|
f23e354272
Nope, more...
|
6 years ago |
Constants.hpp
|
63ec19674c
.
|
6 years ago |
Credential.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Dictionary.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Hashtable.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Identity.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Identity.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
IncomingPacket.cpp
|
39e1021f62
Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
|
6 years ago |
IncomingPacket.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
InetAddress.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
InetAddress.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
MAC.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Membership.cpp
|
63ec19674c
.
|
6 years ago |
Membership.hpp
|
39e1021f62
Replace certificate based gating of multicast like/gather with a simpler more efficient method, fix some minor issues with request based com/cert push, and clean up some other random stuff.
|
6 years ago |
MulticastGroup.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Multicaster.cpp
|
e03102dbcb
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers.
|
6 years ago |
Multicaster.hpp
|
e03102dbcb
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers.
|
6 years ago |
Mutex.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Network.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
Network.hpp
|
63ec19674c
.
|
6 years ago |
NetworkConfig.cpp
|
d81549a7b1
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
|
6 years ago |
NetworkConfig.hpp
|
678116b6d1
One more.
|
6 years ago |
NetworkController.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Node.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
Node.hpp
|
63ec19674c
.
|
6 years ago |
OutboundMulticast.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
OutboundMulticast.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Packet.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
Packet.hpp
|
63ec19674c
.
|
6 years ago |
Path.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Path.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
Peer.cpp
|
ee8682ac75
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
|
6 years ago |
Peer.hpp
|
d530356055
RingBuffer<> is now templated with size, buffer is now static.
|
6 years ago |
Poly1305.cpp
|
d530356055
RingBuffer<> is now templated with size, buffer is now static.
|
6 years ago |
Poly1305.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
README.md
|
8a2ff0b31e
Actual documentation.
|
8 years ago |
Revocation.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Revocation.hpp
|
d5ac8512e3
...
|
6 years ago |
RingBuffer.hpp
|
d530356055
RingBuffer<> is now templated with size, buffer is now static.
|
6 years ago |
RuntimeEnvironment.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
SHA512.cpp
|
beb170e4fb
Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will matter a lot for network controllers, not so much for other things.
|
7 years ago |
SHA512.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Salsa20.cpp
|
9681fedbb4
Spellcheck sweep across codebase
|
7 years ago |
Salsa20.hpp
|
41c187ba12
Another very small crypto optimization.
|
8 years ago |
SelfAwareness.cpp
|
ee8682ac75
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
|
6 years ago |
SelfAwareness.hpp
|
ee8682ac75
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
|
6 years ago |
SharedPtr.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Switch.cpp
|
63ec19674c
.
|
6 years ago |
Switch.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Tag.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Tag.hpp
|
d81549a7b1
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
|
6 years ago |
Topology.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Topology.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Trace.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Trace.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Utils.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
Utils.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
World.hpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |