Adam Ierymenko 54313212a4 New supernode: shoggoth.zerotier.com in Tokyo, Japan! This just about covers the entire world for global low-latency peer location and relaying. 11 年之前
..
Address.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Array.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
AtomicCounter.hpp d27251ec4e Make AtomicCounter use <atomic> on Windows (eventually this will replace it on other platforms), and some installer work. 11 年之前
BandwidthAccount.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Buffer.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
C25519.cpp 4d1cca1150 Remove VC++ warnings in C25519, also add inline to short methods. 11 年之前
C25519.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
CMWC4096.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
CertificateOfMembership.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
CertificateOfMembership.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Condition.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Constants.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Defaults.cpp 54313212a4 New supernode: shoggoth.zerotier.com in Tokyo, Japan! This just about covers the entire world for global low-latency peer location and relaying. 11 年之前
Defaults.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Demarc.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Demarc.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Dictionary.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
EthernetTap.cpp 13fbf9a200 *nix build fix 11 年之前
EthernetTap.hpp f2a03f68bd Add code to clean unused permanent tap interfaces on Windows (but not used yet). 11 年之前
HttpClient.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
HttpClient.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Identity.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Identity.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
InetAddress.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
InetAddress.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Logger.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Logger.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
MAC.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
MulticastGroup.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Multicaster.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Multicaster.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Mutex.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Network.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Network.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
NetworkConfig.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
NetworkConfig.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Node.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Node.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
NodeConfig.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
NodeConfig.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
NonCopyable.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Packet.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Packet.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
PacketDecoder.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
PacketDecoder.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Peer.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Peer.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Poly1305.cpp 07f505971c Windows build fixes. 11 年之前
Poly1305.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
RuntimeEnvironment.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SHA512.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SHA512.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Salsa20.cpp 8c9b73f67b Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance. 12 年之前
Salsa20.hpp 612c17240a Dead code removal, fix for cleanup GitHub issue #28 11 年之前
Service.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Service.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SharedPtr.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SoftwareUpdater.cpp 268ec8d1e0 Fix for GitHub issue #40: updates.d not being cleared. 11 年之前
SoftwareUpdater.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Switch.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Switch.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SysEnv.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
SysEnv.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Thread.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Topology.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Topology.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
UdpSocket.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
UdpSocket.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Utils.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前
Utils.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 年之前