| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hss: implement HasKind for several errors. | Nick Mathewson | 2023-09-27 | 1 | -0/+19 |
| | | |||||
| * | tor-hsservice: Make Publisher::launch return a StartupError. | Gabriela Moldovan | 2023-09-27 | 1 | -11/+0 |
| | | | | | | | This simplifies error handling in `OnionService`. Closes #1052 | ||||
| * | hss: Implement HasKind for StartupError | Nick Mathewson | 2023-09-26 | 1 | -1/+15 |
| | | |||||
| * | hss: fix error return from OnionService::launch() | Nick Mathewson | 2023-09-21 | 1 | -0/+8 |
| | | |||||
| * | hss: start filling in a "launch" function for OnionService. | Nick Mathewson | 2023-09-21 | 1 | -0/+4 |
| | | |||||
| * | HSS: Enable RendRequests to be answered. | Nick Mathewson | 2023-09-20 | 1 | -2/+12 |
| | | | | | | This requires yet more plumbing—this time, of HsCircPool and NetDirProvider. | ||||
| * | tor-hsservice: About half of an IPT Manager | Ian Jackson | 2023-08-23 | 1 | -1/+20 |
| | | | | | There are many TODOs and no tests, but it does compile. | ||||
| * | tor-hsservice errors: Distinguish operational errors by context | Ian Jackson | 2023-08-17 | 1 | -2/+46 |
| | | | | | | | | | | | At the very least, I need FatalError to be distinct: IptEstablisher::new ought not to fail unless everything is terrible. Add a the Spawn variant to FatalError (that we'll need soon) and the Bug variant (which it seems likely we might need). This also gets rid of the crate-level Result alias. | ||||
| * | Sketch an API for onion services. | Nick Mathewson | 2023-01-24 | 1 | -0/+8 |
