ZeroTierOne/node
2015-09-04 13:53:48 -07:00
..
Address.hpp Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 2015-09-04 12:14:21 -07:00
AntiRecursion.hpp
Array.hpp
AtomicCounter.hpp
Buffer.hpp
C25519.cpp
C25519.hpp
CertificateOfMembership.cpp
CertificateOfMembership.hpp
Constants.hpp Kill more kittens. 2015-07-28 12:04:14 -07:00
Defaults.cpp
Defaults.hpp
Dictionary.cpp
Dictionary.hpp Workaround for uclibc missing map::operator==() 2015-07-13 11:39:55 -07:00
Hashtable.hpp Another std::map<> dies. 2015-09-04 13:42:19 -07:00
Identity.cpp
Identity.hpp
IncomingPacket.cpp Try another NAT traversal improvement. 2015-07-28 11:28:47 -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
MAC.hpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 2015-08-27 16:17:21 -07:00
Multicaster.cpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 2015-08-27 16:17:21 -07:00
Multicaster.hpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 2015-08-27 16:17:21 -07:00
MulticastGroup.hpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 2015-08-27 16:17:21 -07:00
Mutex.hpp
Network.cpp ... and another one! 2015-09-04 13:53:48 -07:00
Network.hpp ... and another one! 2015-09-04 13:53:48 -07:00
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 Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 2015-09-04 12:14:21 -07:00
Node.hpp Dead code removal. 2015-07-31 08:56:31 -07:00
NonCopyable.hpp
OutboundMulticast.cpp
OutboundMulticast.hpp
Packet.cpp
Packet.hpp
Path.hpp
Peer.cpp Remove a bit of redundant logic, and also announce MULTICAST_LIKEs to controllers (for future use). 2015-07-31 09:37:13 -07:00
Peer.hpp Another std::map<> dies. 2015-09-04 13:42:19 -07:00
Poly1305.cpp
Poly1305.hpp
RemotePath.hpp
RuntimeEnvironment.hpp
Salsa20.cpp
Salsa20.hpp
SelfAwareness.cpp Try another NAT traversal improvement. 2015-07-28 11:28:47 -07:00
SelfAwareness.hpp Try another NAT traversal improvement. 2015-07-28 11:28:47 -07:00
SHA512.cpp
SHA512.hpp
SharedPtr.hpp
Switch.cpp docs,cleanup 2015-07-28 12:39:03 -07:00
Switch.hpp Try another NAT traversal improvement. 2015-07-28 11:28:47 -07:00
Topology.cpp Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 2015-09-04 12:14:21 -07:00
Topology.hpp Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 2015-09-04 12:14:21 -07:00
Utils.cpp
Utils.hpp