| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-hsservice: Remove unused config types. | Gabriela Moldovan | 2024-08-05 | 1 | -0/+1 |
| | | |||||
| * | tor-hsservice: Add restricted discovery configuration. | Gabriela Moldovan | 2024-08-05 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files from arti-1.2.1 release | Nick Mathewson | 2024-04-02 | 1 | -1/+0 |
| | | |||||
| * | AuthorizedClientConfig: add semver note | Ian Jackson | 2024-03-05 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files from arti 1.2.0 release. | Gabriela Moldovan | 2024-03-04 | 1 | -2/+0 |
| | | |||||
| * | tor-hsservice: Note builder breaking change in semver.md | Gabriela Moldovan | 2024-02-28 | 1 | -0/+1 |
| | | |||||
| * | tor-hsservice: Add an IptError type for status reporting. | Gabriela Moldovan | 2024-02-19 | 1 | -0/+1 |
| | | | | | | | | The `OnionServiceStatus` API can now report errors coming from `IptManager`. Part of #1083 | ||||
| * | Remove all semver.md files to start a fresh release round | Ian Jackson | 2024-02-05 | 1 | -6/+0 |
| | | |||||
| * | tor-hsservice: Add FatalError::KeystoreRace. | Gabriela Moldovan | 2024-02-01 | 1 | -0/+1 |
| | | | | | This will be used when a keystore race is detected. | ||||
| * | tor-hsservice: Make UploadError public. | Gabriela Moldovan | 2024-01-24 | 1 | -0/+1 |
| | | | | | | We need it to be public, because we're about to expose it in the `OnionServiceStatus`. | ||||
| * | tor-hsservice: Add an error type for subcredential lookup failures. | Gabriela Moldovan | 2024-01-22 | 1 | -0/+1 |
| | | | | | | | | | The subcredential lookup will be moved to `IntroRequest::decrypt_from_introduce2`. The error returned on failure is going to be `IntroRequestError::Subcredentials`. Part of #1242 | ||||
| * | hsservice: Temporarily remove .pause() (formerly stop()). | Nick Mathewson | 2024-01-18 | 1 | -0/+1 |
| | | | | | | We don't need to implement this for our first release of onion services, but we shouldn't ship a function that calls todo!(). | ||||
| * | tor-hsservice: Move onion_name() to OnionServiceState. | Gabriela Moldovan | 2024-01-18 | 1 | -1/+1 |
| | | | | | | | | | Both `OnionService` and `RunningOnionService` have an `onion_name()` function. To reduce code duplication, we can move `onion_name()` to a new `OnionServiceState` struct (which will grow more state management functions int he future), and make both `*OnionService` structs deref to it. | ||||
| * | tor-hsservice: Create a separate RunningOnionService type. | Gabriela Moldovan | 2024-01-18 | 1 | -0/+2 |
| | | | | | | | | | This will enable us to construct non-launched (but configured) `OnionService`s. We need this, for example, for implementing the `arti hss` CLI command. Part of #1227 | ||||
| * | Remove semver.md files now that 1.1.9 is out. | Nick Mathewson | 2023-10-02 | 1 | -1/+0 |
| | | |||||
| * | tor-hsservice: Add semver.md file. | Gabriela Moldovan | 2023-09-22 | 1 | -0/+1 |
