| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace TorNetworkError with TorDirectoryError | Nick Mathewson | 2022-02-22 | 1 | -1/+1 |
| | | | | | | | This is still not as specific as we want; but there's already a TODO comment in tor-dirclient::err about fixing that at some point in the future. | ||||
| * | dirclient: Remove HttpStatus error variant | Nick Mathewson | 2022-02-17 | 1 | -5/+0 |
| | | | | | | | | Getting a non-200 status is no longer a failure condition; it's just a different kind of answer. Closes #349. | ||||
| * | Correct ErrorKinds for some tor-dirclient errors. | Nick Mathewson | 2022-02-17 | 1 | -2/+2 |
| | | |||||
| * | Rename ExitTimeout to RemoteNetworkTimeout. | Nick Mathewson | 2022-02-17 | 1 | -1/+1 |
| | | |||||
| * | tor-dirclient: Error::HttpError: add a TODO saying to abolish | Ian Jackson | 2022-02-17 | 1 | -0/+4 |
| | | |||||
| * | Implement HasKind for tor_dirclient::Error | Nick Mathewson | 2022-02-16 | 1 | -0/+24 |
| | | |||||
| * | dirclient: remove an unused error type. | Nick Mathewson | 2022-02-16 | 1 | -4/+0 |
| | | |||||
| * | Make TorError implement Clone. | Nick Mathewson | 2022-02-04 | 1 | -3/+17 |
| | | | | | | This patch makes only minimal changes in lower-level error types: we have more refactoring to do. | ||||
| * | Stop using anyhow in tor-dirclient. | Jani Monoses | 2021-09-16 | 1 | -0/+8 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+65 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
