ZeroTierOne/node
2015-07-28 11:16:43 -07:00
..
Address.hpp
AntiRecursion.hpp
Array.hpp
AtomicCounter.hpp
Buffer.hpp Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning code that might cause unaligned access errors on architectures that care (e.g. Android/ARM) 2015-07-08 09:12:51 -07:00
C25519.cpp
C25519.hpp
CertificateOfMembership.cpp
CertificateOfMembership.hpp
Constants.hpp (1) Fix updating of network revision counter on member change. 2015-07-23 17:18:20 -07:00
Defaults.cpp
Defaults.hpp
Dictionary.cpp
Dictionary.hpp Workaround for uclibc missing map::operator==() 2015-07-13 11:39:55 -07:00
Identity.cpp
Identity.hpp
IncomingPacket.cpp Add a rate limiting circuit breaker to the network controller to prevent flooding attacks and race conditions. 2015-07-23 10:10:17 -07:00
IncomingPacket.hpp
InetAddress.cpp Fix IP scoping bug, and disable remotely reported surface push... not helping. :( 2015-07-27 17:28:13 -07:00
InetAddress.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
MAC.hpp
Multicaster.cpp Implement ERROR_UNWATNED_MULTICAST 2015-07-07 11:49:38 -07:00
Multicaster.hpp Implement ERROR_UNWATNED_MULTICAST 2015-07-07 11:49:38 -07:00
MulticastGroup.hpp sp. 2015-07-17 15:30:13 -07:00
Mutex.hpp
Network.cpp Eliminate some poorly thought out optimizations from the netconf/controller interaction, 2015-07-23 09:50:10 -07:00
Network.hpp
NetworkConfig.cpp Eliminate some poorly thought out optimizations from the netconf/controller interaction, 2015-07-23 09:50:10 -07:00
NetworkConfig.hpp Eliminate some poorly thought out optimizations from the netconf/controller interaction, 2015-07-23 09:50:10 -07:00
NetworkController.hpp Add a rate limiting circuit breaker to the network controller to prevent flooding attacks and race conditions. 2015-07-23 10:10:17 -07:00
Node.cpp Fix leaving of networks to actually call Network::destroy(). 2015-07-24 14:50:44 -07:00
Node.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
NonCopyable.hpp
OutboundMulticast.cpp
OutboundMulticast.hpp
Packet.cpp
Packet.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
Path.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
Peer.cpp Nuke some abandoned code. 2015-07-28 11:16:43 -07:00
Peer.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
Poly1305.cpp
Poly1305.hpp
RemotePath.hpp Clean up some YAGNI issues with implementation of GitHub issue #180, and make best path choice aware of path rank. 2015-07-13 10:03:04 -07:00
RuntimeEnvironment.hpp
Salsa20.cpp Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning code that might cause unaligned access errors on architectures that care (e.g. Android/ARM) 2015-07-08 09:12:51 -07:00
Salsa20.hpp
SelfAwareness.cpp
SelfAwareness.hpp Nuke some abandoned code. 2015-07-28 11:16:43 -07:00
SHA512.cpp
SHA512.hpp
SharedPtr.hpp
Switch.cpp Fix to NAT escalation sequence. 2015-07-27 17:34:58 -07:00
Switch.hpp Put back legacy code to listen for LAN announcements to support same network location with pre-1.0.4 clients. 2015-07-13 08:33:02 -07:00
Topology.cpp
Topology.hpp Push remote surface as reported by peers along with known interface direct paths to assist with (some) NAT traversal. (trying this, may back out if not effective) 2015-07-27 17:02:43 -07:00
Utils.cpp
Utils.hpp