summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Expand some comments based on review from @diziet.Nick Mathewson2022-03-211-0/+6
* dirmgr: Note errors and inform the circmgr about them.Nick Mathewson2022-03-211-0/+41
* Provide an error variant for external directory providersIan Jackson2022-03-041-0/+12
* Rename TorConnectionFailed to TorAccessFailedNick Mathewson2022-02-221-1/+1
* Rename TorShuttingDown to ArtiShuttingDownNick Mathewson2022-02-221-1/+1
* Use TorConnectionFailed for failure to download directory.Nick Mathewson2022-02-171-1/+1
* tor-dirmgr: Use Bug type for sqlite-detected bugsIan Jackson2022-02-171-1/+9
* tor-dirmgr: Make sqlite_error_kind take rusqlite::ErrorIan Jackson2022-02-171-32/+34
* dirmgr: Remember where netdocs came from.Nick Mathewson2022-02-161-3/+20
* dirmgr: eliminate StringParsingError.Nick Mathewson2022-02-161-23/+13
* dirmgr: HasKind for internal and sqlite errorsNick Mathewson2022-02-161-11/+51
* dirmgr: implement HasKind for the easier variantsNick Mathewson2022-02-161-9/+30
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-0/+3
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-5/+15
* Make TorError implement Clone.Nick Mathewson2022-02-041-4/+22
* spawn errors: Fix tor-dirmgrIan Jackson2022-02-041-3/+10
* Fix some typos in comments.Nick Mathewson2021-10-191-1/+1
* Remove anyhow dependency from tor-dirmgr.Jani Monoses2021-10-181-0/+48
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+51