Adam Ierymenko 04169b5150 If I want it to pick the first, actually picking the first is helpful. 11 vuotta sitten
..
Address.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Array.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
AtomicCounter.hpp 939cdc82a2 VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 11 vuotta sitten
BandwidthAccount.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Buffer.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
C25519.cpp 4d1cca1150 Remove VC++ warnings in C25519, also add inline to short methods. 12 vuotta sitten
C25519.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
CMWC4096.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
CertificateOfMembership.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
CertificateOfMembership.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Constants.hpp ba3f04deed Work in progress: refactoring paths, adding TCP fallback. 11 vuotta sitten
Defaults.cpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
Defaults.hpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
Dictionary.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
EthernetTap.cpp 742261c7fc (1) Fix menu bar item font size on Windows, (2) fix for possible Windows EthernetTap infinite loop while enumerating registry. 11 vuotta sitten
EthernetTap.hpp dc0f3559be Rip out old condition and Demarc stuff... 11 vuotta sitten
HttpClient.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
HttpClient.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Identity.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Identity.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
InetAddress.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
InetAddress.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
IpcConnection.cpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
IpcConnection.hpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
IpcListener.cpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
IpcListener.hpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
Logger.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Logger.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
MAC.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
MulticastGroup.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Multicaster.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Multicaster.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Mutex.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Network.cpp 6f5a4d7e29 Fix blocking socket issues in new socket I/O code. 11 vuotta sitten
Network.hpp ab5a460177 Apply multicast rate limits on a network to ourselves and do not send multicasts that would exceed limits, for GitHub issue #55 11 vuotta sitten
NetworkConfig.cpp 73c1d43f2f Crank down default multicast preload and max balance just a little bit... should not impact non-lame protocols. 11 vuotta sitten
NetworkConfig.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Node.cpp d9b91758e0 Fix command line interface. 11 vuotta sitten
Node.hpp 6fdb360e2a More IPC work. 11 vuotta sitten
NodeConfig.cpp d9b91758e0 Fix command line interface. 11 vuotta sitten
NodeConfig.hpp acf7d70d24 Integrate IPC stuff into NodeConfig. 11 vuotta sitten
NonCopyable.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Packet.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Packet.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
PacketDecoder.cpp 8d3eb1a258 A few renamings to be consistent. 11 vuotta sitten
PacketDecoder.hpp abc82d6a52 IPC changes and SocketManager changes all build! 11 vuotta sitten
Path.hpp 33ad3deaee Builds with new Path code. 11 vuotta sitten
Peer.cpp 04169b5150 If I want it to pick the first, actually picking the first is helpful. 11 vuotta sitten
Peer.hpp 8d3eb1a258 A few renamings to be consistent. 11 vuotta sitten
Poly1305.cpp 07f505971c Windows build fixes. 12 vuotta sitten
Poly1305.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
RuntimeEnvironment.hpp dc0f3559be Rip out old condition and Demarc stuff... 11 vuotta sitten
SHA512.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
SHA512.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
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 vuotta sitten
Salsa20.hpp 612c17240a Dead code removal, fix for cleanup GitHub issue #28 12 vuotta sitten
Service.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Service.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
SharedPtr.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Socket.hpp bb25128406 TCP socket. 11 vuotta sitten
SocketManager.cpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
SocketManager.hpp 328be8f846 Make Windows build, add (untested) Windows named pipe based IPC code. 11 vuotta sitten
SoftwareUpdater.cpp 60f25ccdf9 Some text changes, remove unused modules from installer project. 11 vuotta sitten
SoftwareUpdater.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Switch.cpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
Switch.hpp abc82d6a52 IPC changes and SocketManager changes all build! 11 vuotta sitten
SysEnv.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
SysEnv.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
TcpSocket.cpp 328be8f846 Make Windows build, add (untested) Windows named pipe based IPC code. 11 vuotta sitten
TcpSocket.hpp bb25128406 TCP socket. 11 vuotta sitten
Thread.hpp 67a85221d5 WINDOWS IS SUFFERING 11 vuotta sitten
Topology.cpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
Topology.hpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
UdpSocket.cpp daaec84c6b Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 11 vuotta sitten
UdpSocket.hpp 1a0a6755b1 UDP socket implementation. 11 vuotta sitten
Utils.cpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten
Utils.hpp b5c3a92be2 Boring stuff: update dates in copyrights across all files. 11 vuotta sitten