summaryrefslogtreecommitdiff
path: root/crates/tor-error/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* tor-error: Fix a broken intra-doc linkIan Jackson2022-06-101-1/+2
* try to differentiate transient from nontransient errortrinity-1686a2022-06-081-1/+8
* lints: Make lint blocks consistentIan Jackson2022-05-311-0/+1
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Add new FsPermissions ErrorKind.Nick Mathewson2022-05-091-0/+9
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-041-0/+3
* 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-221-0/+3
|\ \
| * | Provide error reporter and use it in the arti binaryIan Jackson2022-02-181-0/+3
| |/
* / Fix typosDimitris Apostolou2022-02-181-2/+2
|/
* spelling fixNick Mathewson2022-02-171-1/+1
* Add #[display] annotations for remaining ErrorKinds.Nick Mathewson2022-02-171-0/+2
* Merge branch 'remaining-errors'Nick Mathewson2022-02-171-16/+174
|\
| * Use TorConnectionFailed for failure to download directory.Nick Mathewson2022-02-171-8/+0
| * Clarify state vs cache in ErrorKindNick Mathewson2022-02-171-4/+20
| * Correct ErrorKinds for some tor-dirclient errors.Nick Mathewson2022-02-171-0/+8
| * Rename CircuitTimeout to TorNetworkTimeout.Nick Mathewson2022-02-171-4/+5
| * Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
| * Tweak documentation on ErrorKind::TransientNick Mathewson2022-02-171-5/+4
| * tor-error: splitting/lumping guidelinesIan Jackson2022-02-171-0/+32
| * ErrorKind::RemoteRefused: Expand on description, narrowing scopeIan Jackson2022-02-171-0/+3