summaryrefslogtreecommitdiff
path: root/crates/arti-client/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-191-0/+1
|
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-1/+0
|
* arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-151-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.0Nick Mathewson2022-09-071-3/+0
|
* config watch: Fix and reduce debounce intervalIan Jackson2022-08-251-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 notesIan Jackson2022-08-171-0/+1
|
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-3/+0
|
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-221-0/+1
| | | | Closes #503.
* Rename DirSkewTolerance to DirToleranceNick Mathewson2022-07-221-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 Jackson2022-07-191-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 Mathewson2022-07-191-0/+1
The variable is now handled when building the configuration, and no longer needs to be special-cased. Closes #483.