ZeroTierOne/node
2014-03-21 14:31:10 -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
Constants.hpp Work in progress: refactoring paths, adding TCP fallback. 2014-03-20 20:07:35 -07:00
Defaults.cpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07: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 Rip out old condition and Demarc stuff... 2014-03-18 12:00:15 -07: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
IpcConnection.cpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07:00
IpcConnection.hpp Integrate IPC stuff into NodeConfig. 2014-03-19 08:20:09 -07:00
IpcListener.cpp Bug fixes. 2014-03-19 22:01:32 -07:00
IpcListener.hpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07: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 blocking socket issues in new socket I/O code. 2014-03-20 13:21:58 -07: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 Builds with new Path code. 2014-03-21 13:46:55 -07:00
Node.hpp More IPC work. 2014-03-19 16:05:03 -07:00
NodeConfig.cpp Builds with new Path code. 2014-03-21 13:46:55 -07:00
NodeConfig.hpp Integrate IPC stuff into NodeConfig. 2014-03-19 08:20:09 -07: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 A few renamings to be consistent. 2014-03-21 14:18:35 -07:00
PacketDecoder.hpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07:00
Path.hpp Builds with new Path code. 2014-03-21 13:46:55 -07:00
Peer.cpp Fix deadlock in refactored code. 2014-03-21 14:31:10 -07:00
Peer.hpp A few renamings to be consistent. 2014-03-21 14:18:35 -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 Rip out old condition and Demarc stuff... 2014-03-18 12:00:15 -07: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 TCP socket. 2014-03-18 11:53:53 -07:00
SocketManager.cpp Builds with new Path code. 2014-03-21 13:46:55 -07:00
SocketManager.hpp Work in progress: refactoring paths, adding TCP fallback. 2014-03-20 20:07:35 -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 Fix blocking socket issues in new socket I/O code. 2014-03-20 13:21:58 -07:00
Switch.hpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07: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.cpp Reworking of paths in Peer work-in-progress, and TCP connect support in SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets. 2014-03-20 18:49:33 -07:00
TcpSocket.hpp TCP socket. 2014-03-18 11:53:53 -07:00
Thread.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Topology.cpp A few renamings to be consistent. 2014-03-21 14:18:35 -07:00
Topology.hpp Builds with new Path code. 2014-03-21 13:46:55 -07:00
UdpSocket.cpp Fix TRACE bug and new UDP socket code issue. 2014-03-19 23:10:34 -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