summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/poll_all.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* proto: Remove an allow for a now-pedantic warning.Nick Mathewson2026-05-071-6/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-proto: bring back comparison chain w/ allowhashcatHitman2025-10-081-9/+14
* tor-proto: replace comparison chain with matchhashcatHitman2025-10-081-8/+9
* proto: Document exactly how PollAll polls its futures.Gabriela Moldovan2025-09-251-1/+11
* proto: Resolve a couple of clippy warnings in the tests.Gabriela Moldovan2025-09-251-2/+2
* proto: Add PollAll helper for driving futures in lockstep.Gabriela Moldovan2025-09-251-0/+195