aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/timeouts/pareto.rs
Commit message (Expand)AuthorAgeFilesLines
* Add TODOs on uncertain points about time_since_last_trafficNick Mathewson2022-02-091-0/+1
* Remove the use of Mutex in channel unused_since timestampYuan Lyu2022-02-081-2/+6
* Only count timeouts when we've seen net activity.Nick Mathewson2021-12-201-5/+7
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* Use a safer histogram rebuild algorithm.Nick Mathewson2021-12-081-9/+14
* Change an XXX in pareto.rs: a ticket is now open.Nick Mathewson2021-12-081-2/+3
* Use a panic-free function to multiply timeouts.Nick Mathewson2021-12-061-3/+4
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-2/+8
* Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-201-0/+8
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-143/+90
* enable checked_conversions lint.Nick Mathewson2021-10-091-4/+10
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+2
* More tests in pareto.rsNick Mathewson2021-09-081-9/+47
* Use same defaults for abandon and close times in timeout code.Nick Mathewson2021-09-071-6/+4
* Stop making abandoned/successful circuit counts persistentNick Mathewson2021-09-071-22/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+941