summaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish/src/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-dirpublish: change `Uploader::upload()` to not require `Arc`Steven Engler2026-07-301-11/+17
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* dirpublish: Extract the larger part of the select_biased body.Nick Mathewson2026-05-121-60/+87
* dirpublish: Turn TaskResult into a struct.Nick Mathewson2026-05-121-19/+22
* dirpublish: import span and Level for clarity.Nick Mathewson2026-05-121-2/+2
* New `tor-dirpublish` crate to handle uploading documents.Nick Mathewson2026-05-121-0/+673