ZeroTierOne/node
2016-04-06 16:28:40 -07:00
..
Address.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Array.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
AtomicCounter.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
BinarySemaphore.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Buffer.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
C25519.cpp More little stuff in crypto code. 2014-06-26 17:23:10 -07:00
C25519.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
CertificateOfMembership.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
CertificateOfMembership.hpp Widen max delta for TS/revision just a bit more for now. 2016-02-10 16:18:45 -08:00
Cluster.cpp Fix Cluster to send from a designated endpoint address instead of wildcard. 2016-04-05 10:47:13 -07:00
Cluster.hpp Tweak a few cluster params for higher perf / lower initial setup latency. 2016-02-08 09:57:46 -08:00
Constants.hpp Tweak new RX queue algorithm to "expire" old entries to prevent always needing to traverse the whole queue array. 2016-04-06 16:28:40 -07:00
DeferredPackets.cpp Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory. 2016-03-18 14:16:07 -07:00
DeferredPackets.hpp Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory. 2016-03-18 14:16:07 -07:00
Dictionary.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Dictionary.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Hashtable.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Identity.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Identity.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
IncomingPacket.cpp Fix problems with previous commit. 2016-03-03 14:15:09 -08:00
IncomingPacket.hpp Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory. 2016-03-18 14:16:07 -07:00
InetAddress.cpp Fix for GitHub issue #298 and hopefully #297 2016-02-01 14:41:54 -08:00
InetAddress.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
MAC.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Multicaster.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Multicaster.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
MulticastGroup.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Mutex.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Network.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Network.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
NetworkConfig.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
NetworkConfig.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
NetworkController.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Node.cpp Preserve add local interface address add order and send in that order since this is a priority. 2016-04-06 11:50:00 -07:00
Node.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
NonCopyable.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
OutboundMulticast.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
OutboundMulticast.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Packet.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Packet.hpp Deprecate reporting of local clock in circuit tests since a small number of users might have security problems with this. 2016-02-22 12:59:26 -08:00
Path.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Path.hpp Temporarily blacklist he.net IPv6 tunnel addresses for paths: these usually have a very low MTU which causes packet loss and other issues. 2016-02-10 11:06:26 -08:00
Peer.cpp Fix some broken TRACEs and a tiny reorder in a few ifs. 2016-03-28 12:15:24 -07:00
Peer.hpp More tweaks to new symmetric NAT buster, and stop using old iterative method since this supersedes it. 2016-02-10 18:41:39 -08:00
Poly1305.cpp Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on ARM, but the 64-bit version should be fine. 2015-10-07 10:40:59 -07:00
Poly1305.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
RuntimeEnvironment.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Salsa20.cpp Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE) 2015-10-09 09:39:27 -07:00
Salsa20.hpp Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruction. 2015-10-14 10:14:07 -07:00
SelfAwareness.cpp Reduce symmetric prediction fuzz just a bit. 2016-04-05 10:49:14 -07:00
SelfAwareness.hpp Reduce direct ping delay back to 1m and make SelfAwareness aware of local received-on address to eliminate false symmetric classification. 2016-02-22 09:47:50 -08:00
SHA512.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
SHA512.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
SharedPtr.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Switch.cpp Tweak new RX queue algorithm to "expire" old entries to prevent always needing to traverse the whole queue array. 2016-04-06 16:28:40 -07:00
Switch.hpp Tweak new RX queue algorithm to "expire" old entries to prevent always needing to traverse the whole queue array. 2016-04-06 16:28:40 -07:00
Topology.cpp Old SF root is dead. Now we are just on Alice and Bob. (world update for 1.1.4) 2016-01-13 10:18:41 -08:00
Topology.hpp boring doc stuff 2016-01-12 14:04:55 -08:00
Utils.cpp boring doc stuff 2016-01-12 14:04:55 -08:00
Utils.hpp nit pick... might this matter? 2016-03-30 16:49:21 -07:00
World.hpp boring doc stuff 2016-01-12 14:04:55 -08:00