| .. |
|
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 |
|
Constants.hpp
|
.
|
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
|
Improve security posture by eliminating non-const data() accessor from Buffer.
|
12 years ago |
|
IncomingPacket.hpp
|
Add origin to new MULTICAST_FRAME, move security check for certs into Network to remove redundant code and bug-proneness, more work on IncomingPacket...
|
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
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
Multicaster.hpp
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
Mutex.hpp
|
Boring stuff: update dates in copyrights across all files.
|
12 years ago |
|
Network.cpp
|
Improve security posture by eliminating non-const data() accessor from Buffer.
|
12 years ago |
|
Network.hpp
|
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 |
|
NetworkConfig.cpp
|
.
|
12 years ago |
|
NetworkConfig.hpp
|
.
|
12 years ago |
|
Node.cpp
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
Node.hpp
|
Move rest of NodeControl stuff out of node/ and into control/
|
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
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
OutboundMulticast.hpp
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
Packet.cpp
|
Yet more WIP on mulitcast algo...
|
12 years ago |
|
Packet.hpp
|
Improve security posture by eliminating non-const data() accessor from Buffer.
|
12 years ago |
|
Path.hpp
|
Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics.
|
12 years ago |
|
Peer.cpp
|
Everything in for new multicast except IncomingPacket parsing...
|
12 years ago |
|
Peer.hpp
|
Multicaster needs to be global, not per-network, and a bunch of other stuff.
|
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
|
Some cleanup, Multicaster now sends multicasts as it gets additional members.
|
12 years ago |
|
Switch.hpp
|
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 |
|
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
|
Improve security posture by eliminating non-const data() accessor from Buffer.
|
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 |