summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/preemptive.rs
Commit message (Expand)AuthorAgeFilesLines
* 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