summaryrefslogtreecommitdiff
path: root/crates/tor-error
Commit message (Expand)AuthorAgeFilesLines
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+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
* Move tor-error crate to the "rust-patterns" category.Nick Mathewson2022-05-271-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* 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
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-091-0/+9
|\
| * Add new FsPermissions ErrorKind.Nick Mathewson2022-05-091-0/+9
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-1/+1
|/
* Fix grammar and typosSamanta Navarro2022-04-274-4/+4
* Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-261-12/+29
|\
| * 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