summaryrefslogtreecommitdiff
path: root/crates/tor-error/src
Commit message (Expand)AuthorAgeFilesLines
* Placate rustfmtIan Jackson2022-05-171-5/+1
* Do backtrace string matching test only on some platforms.Ian Jackson2022-05-171-0/+19
* Revert "Merge branch 'backtrace' into 'main'"eta2022-05-161-6/+0
* Do backtrace string matching test only on LinuxIan Jackson2022-05-161-0/+6
* Add new FsPermissions ErrorKind.Nick Mathewson2022-05-091-0/+9
* Fix grammar and typosSamanta Navarro2022-04-272-2/+2
* AbsRetryTime::from_sum: Provide a test caseIan Jackson2022-04-251-0/+15
* AbsRetryTime::from_sum: Add missing full stopIan Jackson2022-04-251-1/+1
* retry-error: Provide AbsRetryTime::from_sub and use itIan Jackson2022-04-251-12/+14
* tor-error: Handle integer overflowsSamanta Navarro2022-04-231-4/+27
* RetryTime: Improve documentation.Nick Mathewson2022-04-041-7/+27
* RetryTime: make loose_cmp pub.Nick Mathewson2022-04-041-1/+1
* RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-041-26/+69
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-042-0/+220
* tor-proto: better errors when handshake fails due to untimely certsNick Mathewson2022-03-231-0/+8
* Provide ErrorKind::OtherIan Jackson2022-03-041-0/+10
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Fix typo in messageNick Mathewson2022-02-281-1/+1
* | EK::RemoteProtocolFailed replaces OtherRemoteIan Jackson2022-02-281-6/+14
* | Introduce ErrorKind::OtherRemoteIan Jackson2022-02-281-0/+9
* | Merge branch 'proto_handshake_err' into 'main'Nick Mathewson2022-02-241-2/+2
|\ \
| * | tor-proto: Split IoErr based on when it occursNick Mathewson2022-02-231-2/+2
| |/
* / Give specific error kinds to different END reasonsNick Mathewson2022-02-231-1/+53
|/
* Cleanups on !340 from @dizietIan Jackson2022-02-231-2/+8
* Make NoLock into BadApiUsage.Nick Mathewson2022-02-221-12/+0
* Eliminate RequestedResourceAbsent kind.Nick Mathewson2022-02-221-7/+0
* Fold NamespaceFull into BadApiUsage.Nick Mathewson2022-02-221-12/+0
* Rename RemoteNameError to RemoteHostNotFoundNick Mathewson2022-02-221-4/+4
* Replace TorNetworkError with TorDirectoryErrorNick Mathewson2022-02-221-6/+6
* Rename TorConnectionFailed to TorAccessFailedNick Mathewson2022-02-221-1/+1
* Fold UnexplainedTaskSpawnFailure into Internal.Nick Mathewson2022-02-221-9/+1
* Rename TorShuttingDown to ArtiShuttingDownNick Mathewson2022-02-221-1/+1
* Replace RemoteRefused with CircuitRefused.Nick Mathewson2022-02-221-4/+4
* Rename RemoteIdMismatch to RelayIdMismatch.Nick Mathewson2022-02-221-2/+2
* Fold EK::Canceled into TransientFailureNick Mathewson2022-02-221-10/+0
* Fold AlreadyClosed into BadApiUsageNick Mathewson2022-02-221-5/+0
* Add TODOs for errorkinds we mean to fix laterNick Mathewson2022-02-221-2/+13
* Merge remote-tracking branch 'origin/mr/335'Nick Mathewson2022-02-221-18/+39
|\
| * Edit tor-error comment to reflect shared ideasNick Mathewson2022-02-181-18/+37
* | Merge branch 'error-report' into 'main'Nick Mathewson2022-02-222-0/+118
|\ \
| * | tor_error::Report: add testsIan Jackson2022-02-221-0/+56
| * | tor_error::Report: Add bound to structIan Jackson2022-02-221-1/+3
| * | Move program name printing to report_and_exitIan Jackson2022-02-221-3/+8
| * | Placate clippy on nightly, properlyIan Jackson2022-02-181-1/+1
| * | Placate clippy on nightlyIan Jackson2022-02-181-0/+1
| * | Placate rustfmtIan Jackson2022-02-181-4/+10
| * | Placate clippyIan Jackson2022-02-181-1/+3
| * | Add missing docs for report_and_exitIan Jackson2022-02-181-0/+3
| * | Provide error reporter and use it in the arti binaryIan Jackson2022-02-182-0/+43
| |/