aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* Fix typosDimitris Apostolou2023-07-221-1/+1
* tor-netdoc: Test hsdescs inners with a variety of IPT countsIan Jackson2023-06-281-1/+1
* tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-281-0/+3
* netdoc: Introduce HsDescErrorNick Mathewson2023-06-221-8/+0
* Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-211-0/+8
* netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-111-1/+1
* netdoc: Remove experimental-api gate from parse_decrypt_validate.Gabriela Moldovan2023-05-101-3/+0
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-15/+13
* netdoc: Mark parse_decrypt_validate as experimental.Gabriela Moldovan2023-05-021-0/+5
* netdoc: Add a convenience method for HS descriptor parsing.Gabriela Moldovan2023-04-251-0/+7
* Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-151-20/+12
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-151-0/+3
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-0/+3
* Netdoc: add accessor to error for ParseErrorKindNick Mathewson2022-06-071-0/+5
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Replace a match with some as_ref and asIan Jackson2022-03-161-4/+1
* Fix a rustdoc error.Nick Mathewson2022-02-151-1/+1
* Refactor tor-netdoc a bit more, to use Bug right.Nick Mathewson2022-02-151-4/+23
* Minimal compilation fix: InternalError=>BugNick Mathewson2022-02-151-2/+2
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-152/+199
* netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-141-5/+14
* netdoc: remove Error::Untimely.Nick Mathewson2022-02-141-11/+0
* address clippy's latest lintDaniel Eades2021-12-201-0/+4
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-5/+5
* Document every macro.Nick Mathewson2021-09-071-0/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+423