| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-client: Use ErrorSources to find best hint for an error. | Nick Mathewson | 2026-02-16 | 1 | -9/+5 |
| | | | | | | Previously, due to #2338, we would miss any error nested directly inside an io::Error. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | arti-client: Implement the basics of protocol enforcement. | Nick Mathewson | 2025-04-16 | 1 | -1/+16 |
| | | | | | This is the major part of #1849. | ||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Add tests for finding (or not) hints in our error types. | Nick Mathewson | 2024-02-16 | 1 | -0/+58 |
| | | |||||
| * | Discourage providing HintableErrorImpl without using the macro. | Nick Mathewson | 2024-02-16 | 1 | -3/+10 |
| | | |||||
| * | Rename one of the hint methods to hint_specific | Nick Mathewson | 2024-02-16 | 1 | -3/+10 |
| | | |||||
| * | Refactor and improve error hinting. | Nick Mathewson | 2024-02-14 | 1 | -0/+103 |
| Instead of using complicated match statements, use downcasting to find error types that define specific hints. This also lets us define a reasonable hint-extractor for anyhow::Error, and use it when reporting errors in main. I've left an implementation of hint() in `impl Error`, to avoid breaking backward compatibility. Closes #1165. | |||||
