summaryrefslogtreecommitdiff
path: root/crates/arti-client/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.