summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/pending.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-guardmgr: Port to web_time_compat.Nick Mathewson2026-03-261-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-5/+2
* oneshot: Use veneer in tor-guardmgrIan Jackson2023-10-111-1/+2
* Create and use API to report guard/fallback skew.Nick Mathewson2022-04-071-1/+14
* Refactor FirstHopId into type-differentiated formNick Mathewson2022-03-301-10/+1
* Rename Guard=>FirstHop, GuardId=>FirstHopIdNick Mathewson2022-03-301-4/+4
* Clarify documentation about GuardUsable constructorsNick Mathewson2022-03-301-4/+10
* Add a TODO about an unslightly type.Nick Mathewson2022-03-301-0/+2
* Add status tracking to FallbackDir.Nick Mathewson2022-03-301-1/+0
* GuardMgr: some prep work for returning fallbacks as guards.Nick Mathewson2022-03-301-4/+14
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-021-11/+7
* impl Debug for various internal typesIan Jackson2022-02-251-0/+11
* Remove unused started_at PendingRequestNeel Chauhan2021-12-141-5/+0
* Fix a few typos.Nick Mathewson2021-11-241-2/+2
* Merge branch 'bug219'Nick Mathewson2021-11-021-14/+17
|\
| * Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-021-14/+17
* | tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-021-0/+7
* | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-021-0/+14
|/
* Improve some documentation linksNick Mathewson2021-10-291-3/+3
* Do not blame a guard for failures on non-random circuits.Nick Mathewson2021-10-261-3/+30
* Fix most warnings from nightly.Nick Mathewson2021-10-191-0/+1
* Use better reporting for guard status.Nick Mathewson2021-10-131-0/+6
* Rename GuardStatusMsg, make it public, add an `Indeterminate` case.Nick Mathewson2021-10-131-19/+36
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-071-1/+5
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-7/+12
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+254