ZeroTierOne/node
2014-03-20 14:24:15 -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 IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -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 Fix blocking socket issues in new socket I/O code. 2014-03-20 13:21:58 -07:00
Node.hpp More IPC work. 2014-03-19 16:05:03 -07:00
NodeConfig.cpp command bus fix 2014-03-19 16:59:23 -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 MULTICAST_FRAME TRACE improvements. 2014-03-20 14:24:15 -07:00
PacketDecoder.hpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07:00
Peer.cpp IPC changes and SocketManager changes all build! 2014-03-19 13:56:48 -07:00
Peer.hpp Everything but the local config bus... blech. 2014-03-18 14:33:57 -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 More deadlock fixes in new I/O. 2014-03-20 14:00:05 -07:00
SocketManager.hpp Bug fixes. 2014-03-19 22:01:32 -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 TCP socket. 2014-03-18 11:53:53 -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 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.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