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 6316011024 Make crypto and compression build optimized in debug, and also try disabling peers.persist -- might ship this way as it seems more trouble than its worth. 12 years ago
..
Address.hpp Refactoring in progress... pardon our dust... 12 years ago
AntiRecursion.hpp More toward GitHub issue #56 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 Improve security posture by eliminating non-const data() accessor from Buffer. 12 years ago
C25519.cpp More little stuff in crypto code. 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
Condition.hpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
Constants.hpp (1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. 12 years ago
Defaults.cpp cleanup 12 years ago
Defaults.hpp cleanup 12 years ago
Dictionary.cpp (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 12 years ago
Dictionary.hpp (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 12 years ago
EthernetTap.hpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
EthernetTapFactory.hpp Refactoring in progress... pardon our dust... 12 years ago
HttpClient.cpp Do HttpClient refactoring for Windows. 12 years ago
HttpClient.hpp Refactor HttpClient a bit. 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
IncomingPacket.cpp Delete bunch of commented out code. 12 years ago
IncomingPacket.hpp Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) 12 years ago
InetAddress.cpp Fix for missing broadcast address on Linux Ethernet taps. 12 years ago
InetAddress.hpp Fix for missing broadcast address on Linux Ethernet taps. 12 years ago
Logger.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Logger.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 12 years ago
MAC.hpp Refactoring in progress... pardon our dust... 12 years ago
MulticastGroup.hpp Enable configuration of multicast algorithm parameters in netconf 12 years ago
Multicaster.cpp Fixes to legacy peer support. 12 years ago
Multicaster.hpp Fixes to legacy peer support. 12 years ago
Mutex.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Network.cpp (1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. 12 years ago
Network.hpp Return self in GATHER requests if self is a member of multicast group, and reinstate legacy support. 12 years ago
NetworkConfig.cpp (1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. 12 years ago
NetworkConfig.hpp Pull logic to always send new multicasts to supernode since we need to do that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed. 12 years ago
Node.cpp Announce multicast group changes on network rescanMulticastGroups() 12 years ago
Node.hpp Plumb injectPacketFromHost through to API. 12 years ago
NodeConfig.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 12 years ago
NodeConfig.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 12 years ago
NonCopyable.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
OutboundMulticast.cpp Return self in GATHER requests if self is a member of multicast group, and reinstate legacy support. 12 years ago
OutboundMulticast.hpp New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 12 years ago
Packet.cpp Yet more WIP on mulitcast algo... 12 years ago
Packet.hpp New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 12 years ago
Path.hpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 12 years ago
Peer.cpp Stop persisting last announcement time since Multicaster is volatile. Also some more legacy multicast fixes. 12 years ago
Peer.hpp Make crypto and compression build optimized in debug, and also try disabling peers.persist -- might ship this way as it seems more trouble than its worth. 12 years ago
Poly1305.cpp Some crypto comment fixes. 12 years ago
Poly1305.hpp Some crypto comment fixes. 12 years ago
RoutingTable.cpp BSD routing table works... that hurt much worse than it should have. 12 years ago
RoutingTable.hpp Set/delete functionality in BSD routing table. 12 years ago
RuntimeEnvironment.hpp Multicaster needs to be global, not per-network, and a bunch of other stuff. 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 Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips. 12 years ago
Salsa20.hpp Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips. 12 years ago
Service.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 12 years ago
Service.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 12 years ago
SharedPtr.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Socket.hpp Probable fix for GitHub issue #63 - do not unite() if either path is TCP, since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming. 12 years ago
SocketManager.cpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 12 years ago
SocketManager.hpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 12 years ago
SoftwareUpdater.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 12 years ago
SoftwareUpdater.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 12 years ago
Switch.cpp New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 12 years ago
Switch.hpp Turns out that needed to be a list after all. Also clean up Multicaster::gather(). 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 Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 12 years ago
Topology.cpp Make crypto and compression build optimized in debug, and also try disabling peers.persist -- might ship this way as it seems more trouble than its worth. 12 years ago
Topology.hpp Some cleanup, Multicaster now sends multicasts as it gets additional members. 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
Utils.cpp Yes, zero my secret key data. Yes I really, really mean it. 12 years ago
Utils.hpp Yes, zero my secret key data. Yes I really, really mean it. 12 years ago