..
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
More cleanup, and fix a bug in Multicaster::gather()
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
Make selftest build and run on FreeBSD 10 with gmake
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
Send multicasts in random order.
11 years ago
IncomingPacket.hpp
More cleanup, and fix a bug in Multicaster::gather()
12 years ago
InetAddress.cpp
Fix for missing broadcast address on Linux Ethernet taps.
12 years ago
InetAddress.h
Make selftest build and run on FreeBSD 10 with gmake
12 years ago
InetAddress.hpp
Make selftest build and run on FreeBSD 10 with gmake
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
Send multicasts in random order.
11 years ago
Multicaster.hpp
Send multicasts in random order.
11 years ago
Mutex.hpp
Boring stuff: update dates in copyrights across all files.
12 years ago
Network.cpp
Optimization: we don't need to verify signatures on certs if they're certs we already have and have verified.
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
Code cleanup, and fix some unsafe pointer handling in Network.
12 years ago
Node.hpp
More testnet work.
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
Code cleanup, and fix some unsafe pointer handling in Network.
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
Fix a nasty bug introduced in packet fragmentation a while back during refactoring, and a few other things related to multicast.
12 years ago
Packet.cpp
Yet more WIP on mulitcast algo...
12 years ago
Packet.hpp
More cleanup, and fix a bug in Multicaster::gather()
12 years ago
Path.hpp
Simplify locking semantics some more to address a deadlock.
12 years ago
Peer.cpp
Change path selection logic to exclude non-fixed and non-active paths -- possible fix for "NAT traversal coma" issue. Also fix a typo.
11 years ago
Peer.hpp
Simplify locking semantics some more to address a deadlock.
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
Code cleanup, and fix some unsafe pointer handling in Network.
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
Code cleanup, and fix some unsafe pointer handling in Network.
12 years ago
Socket.hpp
About halfway there in refactoring to support pluggable SocketManager.
12 years ago
SocketManager.hpp
Starting on simulated socket manager.
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
Tweak to symmetric NAT buster to add one to the number of ports above the current one it attempts.
11 years ago
Switch.hpp
Turns out that needed to be a list after all. Also clean up Multicaster::gather().
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 several changes to eliminate potential deadlock or recursive lock conditions, and add back rescan of multicast groups on network startup.
12 years ago
Topology.hpp
Windows build fixes.
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