summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-01-081-1/+1
* tor-hsservice: Make IPT logs be persistentIan Jackson2023-12-131-0/+9
* tor-hsservice: Add a NetdirProviderShutdown FatalError variant.Gabriela Moldovan2023-12-131-1/+7
* tor-hsservice: Add a FatalError::from_spawn.Gabriela Moldovan2023-12-131-0/+12
* tor-hsservice: Use keystore to store and reuse IPT keysIan Jackson2023-12-041-0/+8
* tor-hsservice: Provide StartupError variants for failed state readsIan Jackson2023-12-041-0/+26
* tor-hsservice: Introduce IptStoreErrorIan Jackson2023-12-041-0/+49
* tor-keymgr: Add a top-level error type.Gabriela Moldovan2023-11-211-3/+2
* tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.Gabriela Moldovan2023-11-201-6/+1
* tor-hsservice: Rename MissingKey to MissingHsIdKeypair.Gabriela Moldovan2023-11-201-3/+4
* HSS: impl HasKind for FatalErrorIan Jackson2023-11-011-0/+13
* tor-hsservice: Add some TODOs about error handling.Gabriela Moldovan2023-10-191-0/+5
* tor-hsservice: Replace placeholder subcredentials with values from the keystore.Gabriela Moldovan2023-10-191-0/+8
* tor-hsservice: Make OnionServices auto-generate the hs_id, if it's missing.Gabriela Moldovan2023-10-091-0/+17
* hss: implement HasKind for several errors.Nick Mathewson2023-09-271-0/+19
* tor-hsservice: Make Publisher::launch return a StartupError.Gabriela Moldovan2023-09-271-11/+0
* hss: Implement HasKind for StartupErrorNick Mathewson2023-09-261-1/+15
* hss: fix error return from OnionService::launch()Nick Mathewson2023-09-211-0/+8
* hss: start filling in a "launch" function for OnionService.Nick Mathewson2023-09-211-0/+4
* HSS: Enable RendRequests to be answered.Nick Mathewson2023-09-201-2/+12
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-1/+20
* tor-hsservice errors: Distinguish operational errors by contextIan Jackson2023-08-171-2/+46
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+8