summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-dirclient: Only fail on empty GET responsesClara Engler2026-03-041-4/+4
* tor-dirclient: Disallow empty successful responsesClara Engler2026-03-041-0/+9
* tor-dirclient: Document retriability of failuresClara Engler2026-02-051-0/+6
* tor-dirclient: Improve upon error loggingClara Engler2025-12-101-3/+3
* dirclient: Use the new Tunnel interfaceDavid Goulet2025-08-051-0/+6
* dirclient: treat excessive incoming cells as suspicious.Nick Mathewson2025-07-101-2/+3
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-0/+39
* dirclient: New error type for too-long headers.Nick Mathewson2025-07-101-0/+5
* Fix typosDimitris Apostolou2024-09-031-1/+1
* Preserve HTTP status text in dirclient errors.Nick Mathewson2023-11-291-3/+3
* Privacy: Do not list supported encodings in hsdesc reqs.Nick Mathewson2023-10-161-1/+7
* Suppress two clippy::large_enum_variant warningsNick Mathewson2022-11-031-0/+1
* tor-dirclient: impl HasKind for RequestFailedErrorIan Jackson2022-10-251-1/+7
* tor-dirclient: Introduce RequestError:HttpStatusIan Jackson2022-10-201-0/+5
* tor-dirclient: Make RequestFailed its own error typeIan Jackson2022-10-201-13/+19
* Improve display for tor-dircache errors.Nick Mathewson2022-07-071-1/+14
* dirclient: Generalize MdSha256Empty to EmptyRequest.Nick Mathewson2022-07-071-4/+7
* Do not include error source() in display() format.Nick Mathewson2022-06-211-3/+3
* tor-dirclient: Require that self.digests is nonemptyNeel Chauhan2022-05-301-0/+5
* dirclient: add the ability to reject circuits that are too skewed.Nick Mathewson2022-05-111-0/+8
* dirclient: Collect and expose peer information from errors.Nick Mathewson2022-03-211-11/+67
* Replace TorNetworkError with TorDirectoryErrorNick Mathewson2022-02-221-1/+1
* dirclient: Remove HttpStatus error variantNick Mathewson2022-02-171-5/+0
* Correct ErrorKinds for some tor-dirclient errors.Nick Mathewson2022-02-171-2/+2
* Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
* tor-dirclient: Error::HttpError: add a TODO saying to abolishIan Jackson2022-02-171-0/+4
* Implement HasKind for tor_dirclient::ErrorNick Mathewson2022-02-161-0/+24
* dirclient: remove an unused error type.Nick Mathewson2022-02-161-4/+0
* Make TorError implement Clone.Nick Mathewson2022-02-041-3/+17
* Stop using anyhow in tor-dirclient.Jani Monoses2021-09-161-0/+8
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+65