aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
|
* dirpublish: Rename and clarify "permanent failure" error.Nick Mathewson2026-05-121-4/+4
|
* New `tor-dirpublish` crate to handle uploading documents.Nick Mathewson2026-05-121-0/+258
This crate is a generalization of the logic for uploading we currently have in tor-hsservice to handle uploading a (possibly changing) document to a (possibly changing) list of targets. It supports different kinds of documents, different kinds of document targets, and different ways to upload. Currently only direct HTTP uploads are supported; we can add others in the future (and we'll have to, for bridges and onion services.) Closes #2499.