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 3fa6dd377f docs 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 Handling of CIRCUIT_TEST, should be ready to test. 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 Peer serialization and related changes. 11 years ago
Constants.hpp Tune NAT-t keepalives so that timing is better obeyed, clean up a build warning, and fix a potential source of network recursion (though harmless). 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 Simplify Dictionary and reduce memory usage, now no more std::maps in core. 11 years ago
Dictionary.hpp Simplify Dictionary and reduce memory usage, now no more std::maps in core. 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 Peer serialization and related changes. 11 years ago
IncomingPacket.cpp Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TEST_REPORT messages. 11 years ago
IncomingPacket.hpp Finally add an ECHO. 11 years ago
InetAddress.cpp Generate local IPv6 addresses from network IDs and addresses. 11 years ago
InetAddress.hpp More cleanup and simple refactoring, consolidate InetAddres serialize/deserialize into the class. 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 . 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 Tune NAT-t keepalives so that timing is better obeyed, clean up a build warning, and fix a potential source of network recursion (though harmless). 11 years ago
Network.hpp Always announce multicast groups, not just to peers with direct links, and push network COMs to any MULTICAST_LIKE recipient for future use. 11 years ago
NetworkConfig.cpp Simplify Dictionary and reduce memory usage, now no more std::maps in core. 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 Make it so ZeroTierOne.h can be used with a C compiler again. 11 years ago
Node.hpp Trim some cruft that is not used and probably never would be. 11 years ago
NonCopyable.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
OutboundMulticast.cpp Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. 11 years ago
OutboundMulticast.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
Packet.cpp Finally add an ECHO. 11 years ago
Packet.hpp docs 11 years ago
Path.hpp Peer serialization and related changes. 11 years ago
Peer.cpp Tune NAT-t keepalives so that timing is better obeyed, clean up a build warning, and fix a potential source of network recursion (though harmless). 11 years ago
Peer.hpp The return of peer peristence. 11 years ago
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. 11 years ago
Poly1305.hpp Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 years ago
RemotePath.hpp The return of peer peristence. 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 Little bit of reorg in Salsa20 which seems to speed things up very slightly. 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 Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things. 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 Simplify Dictionary and reduce memory usage, now no more std::maps in core. 11 years ago
Topology.hpp The return of peer peristence. 11 years ago
Utils.cpp Try reopening /dev/urandom if there is a problem. 11 years ago
Utils.hpp Get trim() out of core where it is not needed. 11 years ago