summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/timeouts.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* circmgr: Now that Action is public, clean it up a little.Nick Mathewson2023-06-221-3/+2
* circmgr: New API to expose estimate-based timeouts.Nick Mathewson2023-06-221-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Resolve an XXXX: timeout scaling _is_ documentedNick Mathewson2021-12-081-1/+2
* Use a panic-free function to multiply timeouts.Nick Mathewson2021-12-061-1/+57
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+2
* Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-211-2/+2
* Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-201-0/+1
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-3/+16
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+162