summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* hss: Remove OnionServiceDataStram type.Nick Mathewson2023-09-271-1/+1
* hss: helper to get a stream of StreamReq from a stream of RendReq.Nick Mathewson2023-09-271-0/+3
* tor-hsservice: Make keys.rs a top-level module.Gabriela Moldovan2023-09-221-1/+2
* tor-hsservice: Remove unused keys module.Gabriela Moldovan2023-09-221-1/+0
* tor-hsservice: Add key specifier for blinded_id keypairs.Gabriela Moldovan2023-09-221-0/+1
* HSS: Enable RendRequests to be answered.Nick Mathewson2023-09-201-1/+1
* tor-hsservice: Move IptLocalId into crate toplevelIan Jackson2023-09-071-0/+13
* Merge branch 'hss_config' into 'main'Nick Mathewson2023-09-071-16/+3
|\
| * hss: Move Anonymity to module and make it serde.Nick Mathewson2023-09-071-15/+2
| * hss: Add configuration fields for onion services.Nick Mathewson2023-08-281-1/+1
* | tor-hsservice: Move PublishIptSet and its pieces into a new moduleIan Jackson2023-09-061-0/+1
|/
* tor-hsservice: Provide a sensible HsNicknameIan Jackson2023-08-231-0/+2
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-0/+1
* tor-hsservice: Provide timeout tracking utilitiesIan Jackson2023-08-231-0/+1
* tor-hsservice errors: Distinguish operational errors by contextIan Jackson2023-08-171-4/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-28/+56
* Downgrade every "TODO HS" in tor-hsserviceNick Mathewson2023-06-201-6/+6
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-0/+1
* hsservice: Add a note about the contents of circ_info.Nick Mathewson2023-01-241-0/+6
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+39