| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TorClientBuilder: take self by reference when building | Nick Mathewson | 2024-06-24 | 1 | -0/+1 |
| | | | | | | There is no actual reason to consume this type, and taking it by reference allows us to retry. | ||||
| * | Remove semver.md files from arti-1.2.1 release | Nick Mathewson | 2024-04-02 | 1 | -4/+0 |
| | | |||||
| * | tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose. | Gabriela Moldovan | 2024-03-11 | 1 | -0/+1 |
| | | |||||
| * | arti-client: Add VanguardsConfig to TorClientConfig. | Gabriela Moldovan | 2024-03-11 | 1 | -0/+1 |
| | | |||||
| * | arti-client: Re-export VanguardsConfig from vanguards module. | Gabriela Moldovan | 2024-03-11 | 1 | -0/+1 |
| | | |||||
| * | tor-circmgr: Give CircMgr a VanguardMgr. | Gabriela Moldovan | 2024-03-11 | 1 | -0/+1 |
| | | | | | Closes #1277 | ||||
| * | Remove all semver.md files to start a fresh release round | Ian Jackson | 2024-02-05 | 1 | -1/+0 |
| | | |||||
| * | arti-client: Add ErrorDetail::KeystoreRequired. | Gabriela Moldovan | 2024-01-11 | 1 | -0/+1 |
| | | | | | | This addresses a `TODO HSS` about not using `internal!` for an error caused by misconfiguration. | ||||
| * | Remove pending semver entriesarti-v1.1.12 | Nick Mathewson | 2024-01-09 | 1 | -2/+0 |
| | | |||||
| * | dirmgr: Make the `dir_mgr_config` method public | Emil Engler | 2024-01-09 | 1 | -0/+1 |
| | | | | | | | | | | | | This commit makes the `dir_mgr_config` method of the `TorClientConfig` struct public. It might be questionable whether we should make this function public or switch to a `TryInto` trait in general, which also seems like an even Rustier solution Rustier solution. Fixes #1175 | ||||
| * | arti-client: Add an accessor for the keystore config. | Gabriela Moldovan | 2023-12-14 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files from arti 1.1.10 | Nick Mathewson | 2023-10-31 | 1 | -1/+0 |
| | | |||||
| * | tor-keymgr: Use ArtiPathError for invalid ArtiPaths. | Gabriela Moldovan | 2023-10-19 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files for 1.1.6 | Nick Mathewson | 2023-06-30 | 1 | -1/+0 |
| | | |||||
| * | arti-client: Use a dummy key manager if the keymgr feature is disabled. | Gabriela Moldovan | 2023-06-15 | 1 | -0/+1 |
| | | | | | | | | | | TorClient now only uses the tor_keymgr::KeyMgr implementation if the keymgr experimental feature is enabled. If the feature is disabled, a dummy key manager implementation is used. The new `keymgr` feature depends on `onion-client`, because the key manager is only used for HS client auth. | ||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -3/+0 |
| | | |||||
| * | config watch: Fix and reduce debounce interval | Ian Jackson | 2022-08-25 | 1 | -0/+2 |
| | | | | | | | | | The parameter to FileWatcher::new is not a polling time fallback; it is a "debounce time". Events are always delayed by at least this much. 10s is much too long for this. 1s is more appropriate. | ||||
| * | Add semver notes | Ian Jackson | 2022-08-17 | 1 | -0/+1 |
| | | |||||
| * | Now that versions have bumped, remove semver.md files. | Nick Mathewson | 2022-08-01 | 1 | -3/+0 |
| | | |||||
| * | Rename download_tolerance to directory_tolerance | Nick Mathewson | 2022-07-22 | 1 | -0/+1 |
| | | | | | Closes #503. | ||||
| * | Rename DirSkewTolerance to DirTolerance | Nick Mathewson | 2022-07-22 | 1 | -0/+1 |
| | | | | | | | This name is more accurate because we aren't only dealing with clock skew here: we're also trying to tolerate the case where the authorities fail to reach consensus for a while. | ||||
| * | Semver tweaks from review. | Ian Jackson | 2022-07-19 | 1 | -1/+1 |
| | | | | | These aren't user facing comments, but getting them right will help us write better changelogs. | ||||
| * | Move responsibility for disable-fs-mistrust envvar. | Nick Mathewson | 2022-07-19 | 1 | -0/+1 |
| The variable is now handled when building the configuration, and no longer needs to be special-cased. Closes #483. | |||||
