You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 0d0039674f Add new verb names, and fix some Mac compiler flags. 11 years ago
..
Address.hpp Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 11 years ago
AntiRecursion.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Array.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
AtomicCounter.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
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) 11 years ago
C25519.cpp More little stuff in crypto code. 12 years ago
C25519.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
CertificateOfMembership.cpp Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 11 years ago
CertificateOfMembership.hpp Tons more refactoring: simplify Network, move explicit management of Tap out, redo COM serialization, etc. 11 years ago
Constants.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Defaults.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Defaults.hpp osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 11 years ago
Dictionary.cpp Renamed supernode to rootserver 11 years ago
Dictionary.hpp Workaround for uclibc missing map::operator==() 11 years ago
Hashtable.hpp Eliminate another warning. 11 years ago
Identity.cpp A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code. 11 years ago
Identity.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
IncomingPacket.cpp More work on circuit testing... 11 years ago
IncomingPacket.hpp More work on circuit testing... 11 years ago
InetAddress.cpp Generate local IPv6 addresses from network IDs and addresses. 11 years ago
InetAddress.hpp Generate local IPv6 addresses from network IDs and addresses. 11 years ago
MAC.hpp ARP cache and responder agent code for use in netcon and iOS. 11 years ago
MulticastGroup.hpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 11 years ago
Multicaster.cpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 11 years ago
Multicaster.hpp Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead. 11 years ago
Mutex.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Network.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Network.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
NetworkConfig.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
NetworkConfig.hpp Eliminate some poorly thought out optimizations from the netconf/controller interaction, 11 years ago
NetworkController.hpp Add a bit of useful testing instrumentation to SqliteNetworkController. 11 years ago
Node.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Node.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
NonCopyable.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
OutboundMulticast.cpp More cleanup to direct path push, comment fixes, etc. 11 years ago
OutboundMulticast.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Packet.cpp Add new verb names, and fix some Mac compiler flags. 11 years ago
Packet.hpp Add new verb names, and fix some Mac compiler flags. 11 years ago
Path.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Peer.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Peer.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Poly1305.cpp Some crypto comment fixes. 12 years ago
Poly1305.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
RemotePath.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
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. 11 years ago
SHA512.cpp Make sure ZT_NO_TYPE_PUNNING also obeyed here. 11 years ago
SHA512.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Salsa20.cpp Speed up Salsa20 just a bit. 11 years ago
Salsa20.hpp Speed up Salsa20 just a bit. 11 years ago
SelfAwareness.cpp ... and another ... 11 years ago
SelfAwareness.hpp ... and another ... 11 years ago
SharedPtr.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Switch.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Switch.hpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Topology.cpp (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 11 years ago
Topology.hpp Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy) 11 years ago
Utils.cpp First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out. 11 years ago
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() 11 years ago