| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions` | Steven Engler | 2026-06-08 | 1 | -4/+9 |
| | | | | | | | | | | This adds the trait type `ConnectOptions` to `NetStreamProvider` and adds this `ConnectOptions` as an argument to `NetStreamProvider::connect()`. You probably want to look at the changes in tor-rtcompat first, then the rest of this commit is updating the various places we use `NetStreamProvider`. | ||||
| * | dirpublish: Rename and clarify "permanent failure" error. | Nick Mathewson | 2026-05-12 | 1 | -4/+4 |
| | | |||||
| * | New `tor-dirpublish` crate to handle uploading documents. | Nick Mathewson | 2026-05-12 | 1 | -0/+108 |
| 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. | |||||
