..
Address.hpp
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.
2019-03-21 16:18:49 -07:00
AtomicCounter.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Buffer.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
C25519.cpp
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.
2019-03-21 16:18:49 -07:00
C25519.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Capability.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Capability.hpp
Removal of more mem*() calls.
2019-03-25 11:59:14 -07:00
CertificateOfMembership.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
CertificateOfMembership.hpp
Get rid of some mem* calls that are bad C++ form (but worked fine) and cause warnings.
2019-03-25 11:45:32 -07:00
CertificateOfOwnership.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
CertificateOfOwnership.hpp
More mem*() stuff...
2019-03-25 12:41:59 -07:00
Constants.hpp
.
2019-03-19 16:43:43 -07:00
Credential.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Dictionary.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Hashtable.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Identity.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Identity.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
IncomingPacket.cpp
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.
2019-03-21 16:18:49 -07:00
IncomingPacket.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
InetAddress.cpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
InetAddress.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
MAC.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Membership.cpp
.
2019-03-19 16:43:43 -07:00
Membership.hpp
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.
2019-03-21 16:18:49 -07:00
Multicaster.cpp
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers.
2019-03-14 14:29:15 -07:00
Multicaster.hpp
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers.
2019-03-14 14:29:15 -07:00
MulticastGroup.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Mutex.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Network.cpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
Network.hpp
.
2019-03-19 16:43:43 -07:00
NetworkConfig.cpp
More mem*() stuff...
2019-03-25 12:41:59 -07:00
NetworkConfig.hpp
One more.
2019-03-25 12:36:54 -07:00
NetworkController.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Node.cpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
Node.hpp
.
2019-03-19 16:43:43 -07:00
OutboundMulticast.cpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
OutboundMulticast.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Packet.cpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
Packet.hpp
.
2019-03-19 16:43:43 -07:00
Path.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Path.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
Peer.cpp
RingBuffer<> is now templated with size, buffer is now static.
2019-03-22 14:39:52 -07:00
Peer.hpp
RingBuffer<> is now templated with size, buffer is now static.
2019-03-22 14:39:52 -07:00
Poly1305.cpp
RingBuffer<> is now templated with size, buffer is now static.
2019-03-22 14:39:52 -07:00
Poly1305.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
README.md
Actual documentation.
2017-02-03 19:47:00 -08:00
Revocation.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Revocation.hpp
Get rid of some mem* calls that are bad C++ form (but worked fine) and cause warnings.
2019-03-25 11:45:32 -07:00
RingBuffer.hpp
RingBuffer<> is now templated with size, buffer is now static.
2019-03-22 14:39:52 -07:00
RuntimeEnvironment.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Salsa20.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Salsa20.hpp
Another very small crypto optimization.
2017-05-03 07:43:23 -07:00
SelfAwareness.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
SelfAwareness.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
SHA512.cpp
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.
2018-03-13 06:51:17 -07:00
SHA512.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
SharedPtr.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Switch.cpp
.
2019-03-19 16:43:43 -07:00
Switch.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Tag.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Tag.hpp
Removal of more mem*() calls.
2019-03-25 11:59:14 -07:00
Topology.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Topology.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Trace.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Trace.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Utils.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Utils.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00
World.hpp
Get rid of ZT_FAST_MEMCPY because this is not really needed.
2019-03-22 15:50:15 -07:00