| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-persist: migrate to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier. | Gabriela Moldovan | 2024-10-31 | 1 | -1/+1 |
| | | | | | | | | This will enable us to store more than one `K_relaysign_ed` in the keystore. Closes #1692 | ||||
| * | tor-persist: Add a slug timestamp type. | Gabriela Moldovan | 2024-10-31 | 1 | -0/+132 |
| The new `Iso8601TimeSlug` is useful for encoding a timestamp as a `Slug` (i.e. in a filename). This is needed, for example, for #1692, to encode a timestamp as key denotator. | |||||
