This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch release-0.4.7 in repository tor.
from f1b6135959 Merge branch 'maint-0.4.7' into release-0.4.7 new 98b98fd3ce rephist: Track number of streams seen per type new e7e18ae914 relay: Add total number of streams seen on MetricsPort new 00f714b374 relay: Add CC RTT reset stats to MetricsPort new 06a26f1872 relay: Change the connection metrics name new a1c40c8511 metrics: Fix naming and documentation new 54160465df Merge branch 'maint-0.4.7' into release-0.4.7
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: src/core/or/congestion_control_common.c | 11 ++++++ src/core/or/congestion_control_common.h | 2 ++ src/core/or/connection_edge.c | 10 ++++++ src/core/or/relay.c | 2 +- src/core/or/relay.h | 2 ++ src/feature/relay/relay_metrics.c | 64 +++++++++++++++++++++++++++++++-- src/feature/relay/relay_metrics.h | 4 +++ src/feature/stats/rephist.c | 45 +++++++++++++++++++++++ src/feature/stats/rephist.h | 3 ++ 9 files changed, 140 insertions(+), 3 deletions(-)