summaryrefslogtreecommitdiff
path: root/crates/tor-error/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bridge-parse' into 'main'Ian Jackson2022-10-031-1/+0
|\
| * tor-error::internal: Remove a redundant suppressionIan Jackson2022-09-301-1/+0
* | New ErrorKind::LocalProtocolFailed.Nick Mathewson2022-09-271-0/+7
|/
* force no inlining on internal_macro_testtrinity-1686a2022-09-091-0/+1
* Add a dbg!() to diagnose #570.Nick Mathewson2022-09-081-0/+9
* 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
* 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