aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/publish/reupload_timer.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* tor-hssrvice: port to web-time-compat.Nick Mathewson2026-03-261-2/+2
|
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|
* Fix some rustdoc warnings.Nick Mathewson2024-03-121-1/+1
| | | | | These are mostly about explicitly linking to things that were already in scope.
* tor-hsservice: prelude: Move imports from reupload_timer.rsIan Jackson2024-03-051-4/+1
|
* tor-hsservice: Move publish out of svcIan Jackson2024-03-051-0/+112