This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 9976da9367 Merge branch 'tor-gitlab/mr/709' new c71b6a14a3 equix: avoid a coverity warning in hashx_alloc() new a3ff3155c2 test_crypto: avoid memory leak in some hashx test failures new 23f4a28f97 token_bucket_ctr: replace 32-bit wallclock time with monotime new a2ec9a1199 Merge branch 'tor-gitlab/mr/711'
The 4 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/dos.c | 6 ++- src/ext/equix/hashx/src/context.c | 1 + src/feature/hs/hs_circuit.c | 3 +- src/feature/hs/hs_dos.c | 5 +- src/feature/hs/hs_intropoint.c | 3 +- src/feature/hs/hs_service.c | 3 +- src/lib/evloop/token_bucket.c | 111 +++++++++++++++++++------------------- src/lib/evloop/token_bucket.h | 12 ++--- src/lib/time/compat_time.c | 17 ++++++ src/lib/time/compat_time.h | 16 +++++- src/test/test_bwmgt.c | 24 ++++++++- src/test/test_crypto.c | 9 ++-- src/test/test_dos.c | 15 ++++-- src/test/test_hs_dos.c | 18 ++++--- src/test/test_hs_intropoint.c | 3 +- 15 files changed, 160 insertions(+), 86 deletions(-)