aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirpublish/src
Commit message (Expand)AuthorAgeFilesLines
* tor-dirpublish: change `Uploader::upload()` to not require `Arc`Steven Engler2026-07-303-18/+20
* Merge branch 'remove-lint' into 'main'Jim Newsome2026-07-152-2/+1
|\
| * Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
| * add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
| * Removed unnecessary lintpryty262026-07-151-1/+1
* | multiple crates: Fix clippy warningshjrgrn2026-07-101-1/+1
|/
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-081-4/+9
* 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
* dirpublish: Rename and clarify "permanent failure" error.Nick Mathewson2026-05-122-8/+8
* grammar fix from @gabi-250Nick Mathewson2026-05-121-1/+1
* New `tor-dirpublish` crate to handle uploading documents.Nick Mathewson2026-05-124-0/+1733