Adam Ierymenko 45e823d27c 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. 11 years ago
..
Address.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Array.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
AtomicCounter.hpp 939cdc82a2 VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 11 years ago
BandwidthAccount.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Buffer.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
C25519.cpp 4d1cca1150 Remove VC++ warnings in C25519, also add inline to short methods. 12 years ago
C25519.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
CMWC4096.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
CertificateOfMembership.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
CertificateOfMembership.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Constants.hpp 45e823d27c 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. 11 years ago
Defaults.cpp abc82d6a52 IPC changes and SocketManager changes all build! 11 years ago
Defaults.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Dictionary.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
EthernetTap.cpp 742261c7fc (1) Fix menu bar item font size on Windows, (2) fix for possible Windows EthernetTap infinite loop while enumerating registry. 11 years ago
EthernetTap.hpp dc0f3559be Rip out old condition and Demarc stuff... 11 years ago
HttpClient.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
HttpClient.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Identity.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Identity.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
InetAddress.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
InetAddress.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
IpcConnection.cpp abc82d6a52 IPC changes and SocketManager changes all build! 11 years ago
IpcConnection.hpp acf7d70d24 Integrate IPC stuff into NodeConfig. 11 years ago
IpcListener.cpp 15e8c18106 Bug fixes. 11 years ago
IpcListener.hpp abc82d6a52 IPC changes and SocketManager changes all build! 11 years ago
Logger.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Logger.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
MAC.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
MulticastGroup.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Multicaster.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Multicaster.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Mutex.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Network.cpp 6f5a4d7e29 Fix blocking socket issues in new socket I/O code. 11 years ago
Network.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
NetworkConfig.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
NetworkConfig.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Node.cpp 6f5a4d7e29 Fix blocking socket issues in new socket I/O code. 11 years ago
Node.hpp 6fdb360e2a More IPC work. 11 years ago
NodeConfig.cpp 1c555e4b96 command bus fix 11 years ago
NodeConfig.hpp acf7d70d24 Integrate IPC stuff into NodeConfig. 11 years ago
NonCopyable.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Packet.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Packet.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
PacketDecoder.cpp 97e6b38144 MULTICAST_FRAME TRACE improvements. 11 years ago
PacketDecoder.hpp abc82d6a52 IPC changes and SocketManager changes all build! 11 years ago
Path.hpp 45e823d27c 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. 11 years ago
Peer.cpp 45e823d27c 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. 11 years ago
Peer.hpp 45e823d27c 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. 11 years ago
Poly1305.cpp 07f505971c Windows build fixes. 12 years ago
Poly1305.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
RuntimeEnvironment.hpp dc0f3559be Rip out old condition and Demarc stuff... 11 years ago
SHA512.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
SHA512.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
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 years ago
Salsa20.hpp 612c17240a Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Service.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Service.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
SharedPtr.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Socket.hpp bb25128406 TCP socket. 11 years ago
SocketManager.cpp 45e823d27c 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. 11 years ago
SocketManager.hpp 45e823d27c 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. 11 years ago
SoftwareUpdater.cpp 60f25ccdf9 Some text changes, remove unused modules from installer project. 11 years ago
SoftwareUpdater.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Switch.cpp 6f5a4d7e29 Fix blocking socket issues in new socket I/O code. 11 years ago
Switch.hpp abc82d6a52 IPC changes and SocketManager changes all build! 11 years ago
SysEnv.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
SysEnv.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
TcpSocket.cpp 45e823d27c 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. 11 years ago
TcpSocket.hpp bb25128406 TCP socket. 11 years ago
Thread.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Topology.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Topology.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
UdpSocket.cpp 4d0ad9abb6 Fix TRACE bug and new UDP socket code issue. 11 years ago
UdpSocket.hpp 1a0a6755b1 UDP socket implementation. 11 years ago
Utils.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago
Utils.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 years ago