| .. |
|
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
|
fee6aae442
Drop in faster C25519 agreement code.
|
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
|
a3ef9b8a15
Cleanup
|
6 years ago |
|
CertificateOfOwnership.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
CertificateOfOwnership.hpp
|
e2900f4f3c
Fix valgrind warning... not sure if it is an actual issue.
|
6 years ago |
|
Constants.hpp
|
d9432f2f1e
cleanup
|
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
|
90872c906f
Fix FileDB stuff and latency measurement.
|
6 years ago |
|
IncomingPacket.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
InetAddress.cpp
|
1b2d9e202e
Remove 44/8 as pseudoprivate since it is now partly global.
|
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
|
75ebe5172f
Fix for sharing of capabilities in 1.4 (problem introduced when push frequency was reduced)
|
6 years ago |
|
Membership.hpp
|
639fc60257
GitHub issue #990
|
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
|
818b7e4a2e
GitHub issue #993 (???)
|
6 years ago |
|
Mutex.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
Network.cpp
|
3db0197865
Add try/catch in LFDB and add introspection into multicast subscriptions in client network status API
|
6 years ago |
|
Network.hpp
|
75ebe5172f
Fix for sharing of capabilities in 1.4 (problem introduced when push frequency was reduced)
|
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
|
6958ba9557
Added ZT_DISABLE_COMPRESSION build flag for SDK and low-end NAS builds
|
6 years ago |
|
NetworkController.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
Node.cpp
|
47d29ddcaf
Compiler warning cleanup
|
6 years ago |
|
Node.hpp
|
63ec19674c
.
|
6 years ago |
|
OutboundMulticast.cpp
|
a019c3dd5d
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.
|
6 years ago |
|
OutboundMulticast.hpp
|
b041de831a
More stack->heap
|
6 years ago |
|
Packet.cpp
|
2966eac64f
Get rid of ZT_FAST_MEMCPY because this is not really needed.
|
6 years ago |
|
Packet.hpp
|
5b2b088714
Cleanup, version bump.
|
6 years ago |
|
Path.cpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
Path.hpp
|
21e844cd82
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
|
6 years ago |
|
Peer.cpp
|
a019c3dd5d
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.
|
6 years ago |
|
Peer.hpp
|
cacdb445c7
Bump protocol version to 10
|
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
|
47d29ddcaf
Compiler warning cleanup
|
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
|
5b2b088714
Cleanup, version bump.
|
6 years ago |
|
SelfAwareness.hpp
|
5b2b088714
Cleanup, version bump.
|
6 years ago |
|
SharedPtr.hpp
|
0e597191b8
Updated licenses for 2019
|
6 years ago |
|
Switch.cpp
|
a019c3dd5d
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.
|
6 years ago |
|
Switch.hpp
|
d9432f2f1e
cleanup
|
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 |