You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko d9836adbf6 .... aaaaaand... GitHub issue #61 was caused by the fact that we were no longer deleting taps on Windows! 12 years ago
..
Address.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Array.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
AtomicCounter.hpp VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 12 years ago
BandwidthAccount.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Buffer.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
C25519.cpp Remove VC++ warnings in C25519, also add inline to short methods. 12 years ago
C25519.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
CMWC4096.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
CertificateOfMembership.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
CertificateOfMembership.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Constants.hpp Some adjustments to TCP logic for GitHub issue #60 12 years ago
Defaults.cpp Add TCP/443 to all supernodes in Defaults. 12 years ago
Defaults.hpp Add TCP channel support for supernode list, make Peer pick the first path if all paths are equally dead. 12 years ago
Dictionary.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
EthernetTap.hpp Split EthernetTap into subclasses, work in progress... 12 years ago
HttpClient.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
HttpClient.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Identity.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Identity.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
InetAddress.cpp Fix TCP connection accumulation problem, still having issues with TCP tunneling. 12 years ago
InetAddress.hpp Clean dead paths from peers. 12 years ago
IpcConnection.cpp WINDOWS IS SUFFERING 12 years ago
IpcConnection.hpp WINDOWS IS SUFFERING 12 years ago
IpcListener.cpp Make Unix domain sockets mode 0777 so that properly authorized non-privileged users can access them (if they have auth token). 12 years ago
IpcListener.hpp WINDOWS IS SUFFERING 12 years ago
Logger.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Logger.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
MAC.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
MulticastGroup.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Multicaster.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Multicaster.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Mutex.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Network.cpp .... aaaaaand... GitHub issue #61 was caused by the fact that we were no longer deleting taps on Windows! 12 years ago
Network.hpp Apply multicast rate limits on a network to ourselves and do not send multicasts that would exceed limits, for GitHub issue #55 12 years ago
NetworkConfig.cpp Crank down default multicast preload and max balance just a little bit... should not impact non-lame protocols. 12 years ago
NetworkConfig.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Node.cpp Some adjustments to TCP logic for GitHub issue #60 12 years ago
Node.hpp Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable. 12 years ago
NodeConfig.cpp More TCP-related fixes and tweaks to ping timing, resynchronize, and startup. 12 years ago
NodeConfig.hpp Integrate IPC stuff into NodeConfig. 12 years ago
NonCopyable.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Packet.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Packet.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
PacketDecoder.cpp More tweaks to algorithm for determining when to fail over to TCP, and stop supernodes from resynchronizing unless explicitly ordered. 12 years ago
PacketDecoder.hpp IPC changes and SocketManager changes all build! 12 years ago
Path.hpp Tweak some timings and stuff. 12 years ago
Peer.cpp More tweaks to TCP logic for GitHub issue #60 12 years ago
Peer.hpp A few more tweaks to TCP failover... seems to be switching back and forth pretty well now! 12 years ago
Poly1305.cpp Windows build fixes. 12 years ago
Poly1305.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
RuntimeEnvironment.hpp More TCP-related fixes and tweaks to ping timing, resynchronize, and startup. 12 years ago
SHA512.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
SHA512.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
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. 13 years ago
Salsa20.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Service.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Service.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
SharedPtr.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Socket.hpp Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. 12 years ago
SocketManager.cpp Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. 12 years ago
SocketManager.hpp Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. 12 years ago
SoftwareUpdater.cpp Some text changes, remove unused modules from installer project. 12 years ago
SoftwareUpdater.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Switch.cpp Build fix. 12 years ago
Switch.hpp Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. 12 years ago
SysEnv.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
SysEnv.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
TcpSocket.cpp The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer. 12 years ago
TcpSocket.hpp The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer. 12 years ago
Thread.hpp WINDOWS IS SUFFERING 12 years ago
Topology.cpp Oops... turns out we need to differentiate incoming from outgoing TCP and indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. 12 years ago
Topology.hpp A few more tweaks to TCP failover... seems to be switching back and forth pretty well now! 12 years ago
UdpSocket.cpp A few more tweaks to TCP failover... seems to be switching back and forth pretty well now! 12 years ago
UdpSocket.hpp UDP socket implementation. 12 years ago
UnixEthernetTap.cpp Was not closing _shutdownSignalPipe in UnixEthernetTap either... 12 years ago
UnixEthernetTap.hpp Split EthernetTap into subclasses, work in progress... 12 years ago
Utils.cpp Fix TCP connection accumulation problem, still having issues with TCP tunneling. 12 years ago
Utils.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
WindowsEthernetTap.cpp More Windows tap cleanup... seems solid. We'll see. 12 years ago
WindowsEthernetTap.hpp Windows tap: be REAL REAL REAL PARANOID. Wake up sheeple. 12 years ago