aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-174-4/+4
| * tor_circmgr::Error: Sort variants by interesting-ness.Nick Mathewson2022-02-171-37/+37
| * Tweak documentation on ErrorKind::TransientNick Mathewson2022-02-171-5/+4
| * 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
| * tor-error: splitting/lumping guidelinesIan Jackson2022-02-171-0/+32
| * tor-dirclient: Error::HttpError: add a TODO saying to abolishIan Jackson2022-02-171-0/+4
| * ErrorKind::RemoteRefused: Expand on description, narrowing scopeIan Jackson2022-02-171-0/+3
| * ErrorKind::Csnceled: Expand on descriptionIan Jackson2022-02-171-0/+3
| * ErrorKind::CircuitTimeout: Expand on descriptionIan Jackson2022-02-171-1/+2
| * ErrorKind::DirectoryExpired: Add possible deprecation notesIan Jackson2022-02-171-0/+6
| * tor-circmgr: errors: Use autoconversion for BugIan Jackson2022-02-171-2/+2
| * tor_error: a couple of spelling/formatting issuesNick Mathewson2022-02-161-4/+4
| * Finally remove ErrorKind::TODO.Nick Mathewson2022-02-161-8/+0
| * arti_client: provide Kinds for all errors.Nick Mathewson2022-02-162-1/+26
| * dirmgr: Remember where netdocs came from.Nick Mathewson2022-02-166-16/+62
| * dirmgr: eliminate StringParsingError.Nick Mathewson2022-02-164-29/+23
| * dirmgr: HasKind for internal and sqlite errorsNick Mathewson2022-02-162-13/+54
| * dirmgr: implement HasKind for the easier variantsNick Mathewson2022-02-162-10/+61
| * Implement HasKind for tor_dirclient::ErrorNick Mathewson2022-02-163-0/+26
| * dirclient: remove an unused error type.Nick Mathewson2022-02-161-4/+0
| * Clarify and rename PendingCanceledNick Mathewson2022-02-162-8/+9
| * Provide a better ErrorKind from RetryError.Nick Mathewson2022-02-161-3/+26
| * circmgr: Add a Kind for speculative guard failure.Nick Mathewson2022-02-162-1/+13
| * Add kinds for *most* circmgr errors.Nick Mathewson2022-02-167-35/+104
| * circmgr: Port InternalError to use Bug.Nick Mathewson2022-02-163-6/+12
* | Fix compilation on mainNick Mathewson2022-02-171-1/+2
* | Merge branch 'clippy-followup' into 'main'Nick Mathewson2022-02-172-3/+4
|\ \
| * | Avoid recursive From implsIan Jackson2022-02-172-3/+3
| * | Remove some needless refs and slicingIan Jackson2022-02-173-6/+6
| * | Add a comment about "&mut [&mut ]"Ian Jackson2022-02-171-0/+1
* | | Merge branch 'issue-325' into 'main'eta2022-02-172-26/+84
|\ \ \
| * | | Replace as_mut with deref impl for MutCircEntYuan Lyu2022-02-162-26/+34
| * | | Make CircMap open_ent_count O(1)Yuan Lyu2022-02-162-26/+76
* | | | Merge branch 'bootstrap_second' into 'main'Ian Jackson2022-02-171-4/+3
|\ \ \ \
| * | | | arti: create TorClient first, then bootstrap.Nick Mathewson2022-02-151-4/+3
* | | | | Merge branch 'typos' into 'main'Ian Jackson2022-02-171-3/+3
|\ \ \ \ \
| * | | | | Fix typosDimitris Apostolou2022-02-171-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'ptr_arg_fix' into 'main'Ian Jackson2022-02-172-3/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Re-enable clippy::ptr_arg where it had been disabled.Nick Mathewson2022-02-162-3/+2
* | | | Merge branch 'eta/lazy-init' into 'main'eta2022-02-166-16/+156
|\ \ \ \ | |_|_|/ |/| | |
| * | | arti-client: add ability to automatically bootstrapeta2022-02-166-16/+156
| | |/ | |/|
* | | Merge branch 'chanmgr-error' into 'main'Nick Mathewson2022-02-164-18/+30
|\ \ \
| * | | tor-chanmgr: use Bug types.Nick Mathewson2022-02-164-16/+24
| * | | Implement HasKind for tor-chanmgr::ErrorNick Mathewson2022-02-161-2/+6
* | | | Merge branch 'netdir-error' into 'main'Ian Jackson2022-02-162-32/+9
|\ \ \ \ | |/ / / |/| | |
| * | | tor-netdir: Split testnet errors into a new typeNick Mathewson2022-02-152-13/+9
| * | | tor-netdir: remove unused error variantsNick Mathewson2022-02-151-19/+0
| |/ /
* | | Merge branch 'cell-proto-error' into 'main'Nick Mathewson2022-02-1621-107/+291
|\ \ \ | |_|/ |/| |
| * | tor_proto::Error: Fix an incomplete sentence.Nick Mathewson2022-02-161-1/+2