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 38a4c521be Merge branch 'maint-0.4.7' into release-0.4.7 new 59bef48490 metrics: Record percentage of blocked channels new 09d32ac667 metrics: Use N_EWMA for moving avg, with N=100. new 04fafeb2dd metrics: Reorganize state labels so rate() can be applied new 4db03ac360 Merge branch 'tor-gitlab/mr/654' into maint-0.4.7 new 995649dd1e Merge branch 'maint-0.4.7' into release-0.4.7
The 5 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/circuitlist.c | 12 ++----- src/core/or/congestion_control_flow.c | 10 ++---- src/core/or/congestion_control_vegas.c | 37 ++++++++++++++------ src/core/or/congestion_control_vegas.h | 2 ++ src/feature/relay/relay_metrics.c | 64 ++++++++++++++++++++++------------ src/lib/math/stats.h | 30 +++++++++++++--- 6 files changed, 99 insertions(+), 56 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch release-0.4.7 in repository tor.
commit 995649dd1e9e8bd045b444b42f1571da92f42772 Merge: 38a4c521be 4db03ac360 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed Nov 9 11:51:52 2022 -0500
Merge branch 'maint-0.4.7' into release-0.4.7
src/core/or/circuitlist.c | 12 ++----- src/core/or/congestion_control_flow.c | 10 ++---- src/core/or/congestion_control_vegas.c | 37 ++++++++++++++------ src/core/or/congestion_control_vegas.h | 2 ++ src/feature/relay/relay_metrics.c | 64 ++++++++++++++++++++++------------ src/lib/math/stats.h | 30 +++++++++++++--- 6 files changed, 99 insertions(+), 56 deletions(-)
tor-commits@lists.torproject.org