Avatar for the rustls user
rustls
upki
BlogDocsChangelog

Branches performance

Pull requests

Delay deletions of stale files#82
last run
38 minutes ago
Delay deletions of stale files The race condition that this avoids is as follows: a revocation check races a fetch. The revocation first read the manifest, and finds files `[A, B, C]`. Now the fetch obtains the new manifest, which contains `[B, C]`. It saves the new manifest. It determines file `A` is unused, so it deletes it. Now the revocation check loads files from its (in memory manifest) and finds `A` to be missing. We avoid this by having the fetch process avoid deleting files that are referenced by any prior manifest.
23 hours ago
0213745
jbp-delay-deletions
CodSpeed Performance Gauge
-1%
build(deps): bump aws-lc-rs from 1.15.4 to 1.16.0#81
last run
14 hours ago
build(deps): bump aws-lc-rs from 1.15.4 to 1.16.0 Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.15.4 to 1.16.0. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/v1.15.4...v1.16.0) --- updated-dependencies: - dependency-name: aws-lc-rs dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
14 hours ago
a10cd7f
dependabot/cargo/aws-lc-rs-1.16.0
CodSpeed Performance Gauge
0%
Update test site data#80
last run
1 day ago
Update test site data
1 day ago
cad8ef5
update-tests
CodSpeed Performance Gauge
-1%
build(deps): bump clap from 4.5.58 to 4.5.59 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.59. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.58...clap_complete-v4.5.59) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.59 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3 days ago
e608ae5
dependabot/cargo/clap-4.5.59
CodSpeed Performance Gauge
-2%
© 2026 CodSpeed Technology
Home Terms Privacy Docs