summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/preemptive.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-29/+37
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-051-12/+12
* Use clone_from in CircMgr config updater.Nick Mathewson2024-04-221-1/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Teach *CircUsage structs about stability.Nick Mathewson2024-02-201-16/+34
* 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
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Shorten the duration needed in preemptive::test::does_not_predict_old_ports.Alexander Færøy2022-08-311-2/+3
* Change builder list APIIan Jackson2022-05-041-4/+4
* Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-251-4/+4
* Introduce PredictedPortsListBuilderIan Jackson2022-04-251-25/+16
* move isolation in separate moduletrinity-1686a2022-03-241-1/+1
* add trait to help test isolation related codetrinity-1686a2022-03-161-19/+29
* fix existing teststrinity-1686a2022-03-161-32/+20
* preemptive.rs: Use Instant::checked_add instead of raw subtractioneta2021-12-201-2/+12
* Minor circuit predictor tweaks and comments.Nick Mathewson2021-12-071-3/+11
* Make preemptive circuits reconfigurable.Nick Mathewson2021-12-071-22/+56
* Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-20/+44
* Add a semicolon.Nick Mathewson2021-11-301-1/+1
* Add tests & address review commentaryeta2021-11-301-3/+76
* Actually build preemptive circuits (and minor fixes)eta2021-11-291-0/+2
* Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptiveeta2021-11-231-0/+42