summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/req.rs
Commit message (Expand)AuthorAgeFilesLines
* hss: Remove OnionServiceDataStram type.Nick Mathewson2023-09-271-17/+3
* hss: Implement methodss for StreamRequestNick Mathewson2023-09-271-7/+24
* tor-proto: Make allow_stream_requests() not return a ResultNick Mathewson2023-09-271-11/+5
* HSS: Enable RendRequests to be answered.Nick Mathewson2023-09-201-17/+55
* HSS: route most necessary key material to RendRequestNick Mathewson2023-09-201-8/+24
* tor-hsservice: Apply deferred rustfmt churnIan Jackson2023-09-181-5/+1
* tor-hsservice: Unify ids as IptLocalId replacing IntroPointIdIan Jackson2023-09-181-4/+5
* HSS: Refactor RendRequest so we can return a stream of it.Nick Mathewson2023-08-221-29/+44
* tor-hsservice errors: Distinguish operational errors by contextIan Jackson2023-08-171-3/+5
* tor-hsservice errors: Use Bug for methods that oughtn't to failIan Jackson2023-08-171-3/+7
* tor-hsservice errors: Use `crate::Result` rather than importsIan Jackson2023-08-171-8/+6
* hsservice: Adapt API sketches from onion-service-notes.mdNick Mathewson2023-07-311-0/+41
* hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-0/+100