summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/streamproxy.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+1
| | | | | | | | See here for documentation on the lint: https://rust-lang.github.io/rust-clippy/master/index.html#/diverging_sub_expression The issue here, from what I can tell, is that the lint triggers whenever you use a diverging expression as a function body within an
* Downgrade every "TODO HS" in tor-hsserviceNick Mathewson2023-06-201-2/+2
| | | | These are all service-specific, and not client-specific.
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+35