ZeroTierOne/node
2014-03-17 16:18:44 -07:00
..
Address.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Array.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
AtomicCounter.hpp VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 2014-03-05 15:40:31 -08:00
BandwidthAccount.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Buffer.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
C25519.cpp Remove VC++ warnings in C25519, also add inline to short methods. 2014-01-18 09:44:35 -08:00
C25519.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CertificateOfMembership.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CertificateOfMembership.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CMWC4096.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Condition.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Constants.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Defaults.cpp New supernode: shoggoth.zerotier.com in Tokyo, Japan! This just about covers the entire world for global low-latency peer location and relaying. 2014-03-05 23:21:23 +01:00
Defaults.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Dictionary.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
EthernetTap.cpp (1) Fix menu bar item font size on Windows, (2) fix for possible Windows EthernetTap infinite loop while enumerating registry. 2014-03-06 14:06:31 -08:00
EthernetTap.hpp Add code to clean unused permanent tap interfaces on Windows (but not used yet). 2014-02-28 15:04:50 -08:00
HttpClient.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
HttpClient.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Identity.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Identity.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
InetAddress.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
InetAddress.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Logger.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Logger.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
MAC.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Multicaster.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Multicaster.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
MulticastGroup.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Mutex.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Network.cpp Fix crash on uninitialized taps. 2014-03-06 15:11:08 -08:00
Network.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
NetworkConfig.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
NetworkConfig.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Node.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Node.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
NodeConfig.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
NodeConfig.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
NonCopyable.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Packet.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Packet.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
PacketDecoder.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
PacketDecoder.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Peer.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Peer.hpp Compile fixes. 2014-03-17 15:14:22 -07:00
Poly1305.cpp Windows build fixes. 2014-01-17 17:09:59 -08:00
Poly1305.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
RuntimeEnvironment.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Salsa20.cpp 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. 2013-10-18 17:39:48 -04:00
Salsa20.hpp Dead code removal, fix for cleanup GitHub issue #28 2013-12-06 16:49:20 -08:00
Service.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Service.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SHA512.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SHA512.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SharedPtr.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Socket.hpp UDP socket implementation. 2014-03-17 16:18:44 -07:00
SocketManager.cpp UDP socket implementation. 2014-03-17 16:18:44 -07:00
SocketManager.hpp Compile fixes. 2014-03-17 15:14:22 -07:00
SoftwareUpdater.cpp Some text changes, remove unused modules from installer project. 2014-03-07 14:25:24 -08:00
SoftwareUpdater.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Switch.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Switch.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SysEnv.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SysEnv.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
TcpSocket.hpp Compile fixes. 2014-03-17 15:14:22 -07:00
Thread.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Topology.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Topology.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
UdpSocket_old.cpp Bunch of work in progress on new socket multiplexer and plumbing for TCP jailbreaking... Don't try to build, won't yet. 2014-03-17 09:05:43 -07:00
UdpSocket_old.hpp Bunch of work in progress on new socket multiplexer and plumbing for TCP jailbreaking... Don't try to build, won't yet. 2014-03-17 09:05:43 -07:00
UdpSocket.cpp UDP socket implementation. 2014-03-17 16:18:44 -07:00
UdpSocket.hpp UDP socket implementation. 2014-03-17 16:18:44 -07:00
Utils.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Utils.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00