index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
/
src
/
err.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
circmgr: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-1
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
circmgr: Remove now-obsolete error variants.
Nick Mathewson
2024-03-12
1
-43
/
+1
*
circmgr: Begin porting path selection to tor-relay-selection
Nick Mathewson
2024-03-12
1
-1
/
+17
*
tor-circmgr: Create the VanguardMgr in CircMgr::new.
Gabriela Moldovan
2024-03-11
1
-1
/
+14
*
tor-circmgr: Include the UniqId in Protocol error string (fmt).
Gabriela Moldovan
2024-02-27
1
-1
/
+6
*
tor-circmgr: Include the UniqId in Protocol error string.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add TODO about adding context to Error::CircCanceled.
Gabriela Moldovan
2024-02-27
1
-0
/
+5
*
tor-circmgr: Add UniqId to Error::Protocol.
Gabriela Moldovan
2024-02-27
1
-0
/
+2
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
1
-12
/
+6
*
tor-circmgr: Fix typo in PendingFailed docs.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-circmgr: Add UniqId to Error::GuardNotUsable.
Gabriela Moldovan
2024-02-27
1
-6
/
+6
*
tor-circmgr: Add a helper for displaying optional UniqIds.
Gabriela Moldovan
2024-02-27
1
-0
/
+14
*
tor-circmgr: Expose ErrorKind-combining calculation.
Nick Mathewson
2024-01-23
1
-5
/
+12
*
oneshot: Use veneer in tor-circmgr
Ian Jackson
2023-10-11
1
-2
/
+3
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-1
/
+4
*
tor-circmgr: impl AsRef<dyn std::error::Error> for some error types
Ian Jackson
2023-07-18
1
-0
/
+3
*
tor-cirmgr: Replace OwnedChanTarget with LoggedChanTarget in errors
Ian Jackson
2022-11-23
1
-5
/
+5
*
Additionally, mark the LostUsablityRace error as a "reset".
Nick Mathewson
2022-08-16
1
-1
/
+5
*
Mark some circuit-building errors as "transient".
Nick Mathewson
2022-08-16
1
-6
/
+36
*
CircMgr: Remove directory liveness testing.
Nick Mathewson
2022-07-26
1
-9
/
+0
*
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2022-07-13
1
-1
/
+1
*
circmgr: Use FilterCounts to explain why we couldn't build paths
Nick Mathewson
2022-07-12
1
-5
/
+17
*
circmgr: Use FilterCounts to explain why we couldn't find an exit.
Nick Mathewson
2022-07-12
1
-5
/
+16
*
tor-circmgr: Clarify and improve Protocol error.
Nick Mathewson
2022-07-12
1
-1
/
+19
*
tor-circmgr: minor error message edits.
Nick Mathewson
2022-07-12
1
-5
/
+5
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-5
/
+5
*
circmgr: back off on preemptive circuits if they fail consistently
Nick Mathewson
2022-04-12
1
-0
/
+7
*
Distinguish UsageMismatch cases by whether a race is possible
Nick Mathewson
2022-04-04
1
-7
/
+27
*
circmgr: implement HasRetryTime.
Nick Mathewson
2022-04-04
1
-2
/
+80
*
circmgr: Improve reporting of error origins.
Nick Mathewson
2022-04-04
1
-0
/
+6
*
circmgr: Avoid a race condition in circuit usage restriction
Nick Mathewson
2022-04-04
1
-1
/
+13
*
Expose more peer information from circuit build failures
Nick Mathewson
2022-03-21
1
-4
/
+24
*
circmgr: use AllGuardsDown to retry better
Nick Mathewson
2022-03-21
1
-1
/
+1
*
Fold EK::Canceled into TransientFailure
Nick Mathewson
2022-02-22
1
-1
/
+7
*
Handle panics from circuit construction.
Nick Mathewson
2022-02-18
1
-2
/
+1
*
Rename CircuitTimeout to TorNetworkTimeout.
Nick Mathewson
2022-02-17
1
-2
/
+2
*
tor_circmgr::Error: Sort variants by interesting-ness.
Nick Mathewson
2022-02-17
1
-37
/
+37
*
Clarify and rename PendingCanceled
Nick Mathewson
2022-02-16
1
-6
/
+7
*
Provide a better ErrorKind from RetryError.
Nick Mathewson
2022-02-16
1
-3
/
+26
*
circmgr: Add a Kind for speculative guard failure.
Nick Mathewson
2022-02-16
1
-1
/
+1
*
Add kinds for *most* circmgr errors.
Nick Mathewson
2022-02-16
1
-15
/
+29
*
circmgr: Port InternalError to use Bug.
Nick Mathewson
2022-02-16
1
-4
/
+5
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-8
/
+18
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
1
-2
/
+2
*
tor-circmgr::Error: impl HasKind
Ian Jackson
2022-02-04
1
-0
/
+12
*
tor-circmgr: Handle channel creation errors in the new style
Ian Jackson
2022-02-04
1
-3
/
+12
*
spawn errors: Fix arti-client, tor-chanmgr, tor-circmgr
Ian Jackson
2022-02-04
1
-3
/
+10
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
1
-0
/
+8
|
\
[next]