1
0
Adam Ierymenko 1a0a6755b1 UDP socket implementation. 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 939cdc82a2 VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 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. 12 жил өмнө
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 жил өмнө
Dictionary.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 жил өмнө
EthernetTap.cpp 742261c7fc (1) Fix menu bar item font size on Windows, (2) fix for possible Windows EthernetTap infinite loop while enumerating registry. 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 d0b506c12b Fix crash on uninitialized taps. 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 bd749e040d Compile fixes. 11 жил өмнө
Poly1305.cpp 07f505971c Windows build fixes. 12 жил өмнө
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 12 жил өмнө
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 жил өмнө
Socket.hpp 1a0a6755b1 UDP socket implementation. 11 жил өмнө
SocketManager.cpp 1a0a6755b1 UDP socket implementation. 11 жил өмнө
SocketManager.hpp bd749e040d Compile fixes. 11 жил өмнө
SoftwareUpdater.cpp 60f25ccdf9 Some text changes, remove unused modules from installer project. 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 жил өмнө
TcpSocket.hpp bd749e040d Compile fixes. 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 1a0a6755b1 UDP socket implementation. 11 жил өмнө
UdpSocket.hpp 1a0a6755b1 UDP socket implementation. 11 жил өмнө
UdpSocket_old.cpp 7e80d7e551 Bunch of work in progress on new socket multiplexer and plumbing for TCP jailbreaking... Don't try to build, won't yet. 11 жил өмнө
UdpSocket_old.hpp 7e80d7e551 Bunch of work in progress on new socket multiplexer and plumbing for TCP jailbreaking... Don't try to build, won't yet. 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 жил өмнө