..
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
more warning cleanup
2019-08-08 10:28:57 -05: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
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
2019-03-25 22:19:52 +00:00
CertificateOfMembership.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
CertificateOfMembership.hpp
Cleanup
2019-06-25 10:06:50 -07:00
CertificateOfOwnership.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
CertificateOfOwnership.hpp
Fix valgrind warning... not sure if it is an actual issue.
2019-06-17 15:23:52 -07:00
Constants.hpp
Adjusted multipath constants
2019-08-13 14:34:11 -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
Fix FileDB stuff and latency measurement.
2019-07-15 16:30:34 -05:00
IncomingPacket.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
InetAddress.cpp
Remove 44/8 as pseudoprivate since it is now partly global.
2019-07-19 13:33:14 -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
Fix for sharing of capabilities in 1.4 (problem introduced when push frequency was reduced)
2019-08-02 20:43:02 -07:00
Membership.hpp
GitHub issue #990
2019-08-04 15:08:33 -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
GitHub issue #993 (???)
2019-08-04 15:35:43 -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
Add try/catch in LFDB and add introspection into multicast subscriptions in client network status API
2019-08-06 15:22:57 -05:00
Network.hpp
Fix for sharing of capabilities in 1.4 (problem introduced when push frequency was reduced)
2019-08-02 20:43:02 -07:00
NetworkConfig.cpp
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
2019-03-25 22:19:52 +00:00
NetworkConfig.hpp
Added ZT_DISABLE_COMPRESSION build flag for SDK and low-end NAS builds
2019-07-23 12:39:07 -07:00
NetworkController.hpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Node.cpp
Compiler warning cleanup
2019-06-13 10:28:09 -07:00
Node.hpp
.
2019-03-19 16:43:43 -07:00
OutboundMulticast.cpp
Tighten up credential push just a bit for faster up-time with older nodes, should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes.
2019-06-25 13:42:20 -07:00
OutboundMulticast.hpp
More stack->heap
2019-06-17 15:50:05 -07: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
Cleanup, version bump.
2019-06-11 14:58:23 -07:00
Path.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Path.hpp
Merge master into multipath
2019-08-12 11:40:13 -07:00
Peer.cpp
Minor. Name change for trace functions
2019-08-14 11:24:03 -07:00
Peer.hpp
Added call to computeAggregateAllocation() in multipath mode=1 to give realtime allocation output
2019-08-12 17:04:27 -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
...
2019-03-25 12:58:43 -07:00
RingBuffer.hpp
Compiler warning cleanup
2019-06-13 10:28:09 -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
Cleanup, version bump.
2019-06-11 14:58:23 -07:00
SelfAwareness.hpp
Cleanup, version bump.
2019-06-11 14:58:23 -07: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
Tighten up credential push just a bit for faster up-time with older nodes, should not have significant impact on bandwidth. Also some cleanup and push direct path timing fixes.
2019-06-25 13:42:20 -07:00
Switch.hpp
cleanup
2019-07-29 10:19:20 -07:00
Tag.cpp
Updated licenses for 2019
2019-01-14 10:25:53 -08:00
Tag.hpp
Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
2019-03-25 22:19:52 +00: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
Minor. Name change for trace functions
2019-08-14 11:24:03 -07:00
Trace.hpp
Minor. Name change for trace functions
2019-08-14 11:24:03 -07: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