aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-error
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
|/
* 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-042-26/+70
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-043-0/+221
* Reformat tor-error/Cargo.tomlNick Mathewson2022-04-041-3/+3
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* 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
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
* | Update README.md files from rustdoc.Nick Mathewson2022-03-011-16/+5
* | 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
* | Update minimum backtrace version to 0.3.39Nick Mathewson2022-02-251-1/+1
* | 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