ZeroTierOne/node
2015-09-24 11:00:22 -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 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 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 2015-06-29 10:21:28 -07:00
CertificateOfMembership.hpp
Constants.hpp Integrate arp into NetconEthernetTap. 2015-09-11 12:12:45 -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 Eliminate another warning. 2015-09-23 10:29:05 -07:00
Identity.cpp
Identity.hpp
IncomingPacket.cpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
IncomingPacket.hpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
InetAddress.cpp Generate local IPv6 addresses from network IDs and addresses. 2015-09-17 21:30:32 -07:00
InetAddress.hpp Generate local IPv6 addresses from network IDs and addresses. 2015-09-17 21:30:32 -07:00
MAC.hpp ARP cache and responder agent code for use in netcon and iOS. 2015-09-11 11:45:04 -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 Add a bit of useful testing instrumentation to SqliteNetworkController. 2015-09-08 11:35:55 -07:00
Network.hpp Two for one! (std::map removal) 2015-09-04 14:14:32 -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 bit of useful testing instrumentation to SqliteNetworkController. 2015-09-08 11:35:55 -07:00
Node.cpp Fix for timer jitter problem. 2015-09-23 14:01:41 -07:00
Node.hpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
NonCopyable.hpp
OutboundMulticast.cpp More cleanup to direct path push, comment fixes, etc. 2015-07-07 10:00:34 -07:00
OutboundMulticast.hpp
Packet.cpp Documentation in Packet, more work on path push, and clean up ancient legacy support code in Switch. 2015-07-06 12:34:35 -07:00
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 Prefer IPv6 paths if available. 2015-09-23 16:16:36 -07:00
Peer.cpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
Peer.hpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
Poly1305.cpp
Poly1305.hpp
RemotePath.hpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
RuntimeEnvironment.hpp Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG and replacing it with a simple non-crypto PRNG that just uses Salsa20. 2015-07-07 10:49:50 -07:00
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 Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit. 2015-07-02 09:00:00 -07:00
SelfAwareness.cpp ... and another ... 2015-09-04 14:24:31 -07:00
SelfAwareness.hpp ... and another ... 2015-09-04 14:24:31 -07:00
SHA512.cpp Make sure ZT_NO_TYPE_PUNNING also obeyed here. 2015-09-23 14:09:27 -07:00
SHA512.hpp
SharedPtr.hpp
Switch.cpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -07:00
Switch.hpp Merge branch 'adamierymenko-dev' into netcon 2015-09-24 11:00:22 -07:00
Topology.cpp Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 2015-09-23 13:49:56 -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 Kill a potential source of type punning BUS errors on Android, and besides that hack probably did not improve performance at all given the short lenghts of things compared with secureEq() 2015-07-07 10:59:59 -07:00