summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/timeouts/estimator.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* circmgr: Use event_report!() and similar macrosNick Mathewson2023-07-071-2/+2
* Use ErrorReport for errors in warn! in tor-circmgrIan Jackson2023-01-301-1/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Use a panic-free function to multiply timeouts.Nick Mathewson2021-12-061-2/+4
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-031-0/+85
* Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-211-0/+1
* Finish the timeout-inference side of shared state.Nick Mathewson2021-10-201-2/+63
* Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-201-42/+0
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-0/+131