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 6c87f9f765 Rename MulticastTopology to Multicaster -- same name as old multicast controller but different code. More descriptive though. 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 Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations. 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
Constants.hpp Yet more WIP on mulitcast algo... 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 IP assignment and change cleanup -- leave IPs that were never configured via ZT static assignment alone. 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 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
IncomingPacket.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
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 Rename MulticastTopology to Multicaster -- same name as old multicast controller but different code. More descriptive though. 12 years ago
Multicaster.hpp Rename MulticastTopology to Multicaster -- same name as old multicast controller but different code. More descriptive though. 12 years ago
Mutex.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Network.cpp 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
Network.hpp Rename MulticastTopology to Multicaster -- same name as old multicast controller but different code. More descriptive though. 12 years ago
NetworkConfig.cpp . 12 years ago
NetworkConfig.hpp . 12 years ago
Node.cpp 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
Node.hpp Move rest of NodeControl stuff out of node/ and into control/ 12 years ago
NodeConfig.cpp 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
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.hpp Some more multicast algo work... 12 years ago
Packet.cpp Yet more WIP on mulitcast algo... 12 years ago
Packet.hpp Some more multicast algo work... 12 years ago
Path.hpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 12 years ago
Peer.cpp 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
Peer.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
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 Work on defining new direct broadcast multicast algorithm. 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 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
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 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
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 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.hpp Some more multicast algo work... 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 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
Topology.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
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 Make sure open() has third argument 12 years ago
Utils.hpp Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (though it would not have mattered since program exits immediately after). 12 years ago