aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-165-16/+155
|\ \ \ \ | |_|_|/ |/| | |
| * | | arti-client: add ability to automatically bootstrapeta2022-02-165-16/+155
| | |/ | |/|
* | | 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-1620-107/+289
|\ \ \ | |_|/ |/| |
| * | tor_proto::Error: Fix an incomplete sentence.Nick Mathewson2022-02-161-1/+2
| * | Update tor-proto errors to latest API.Nick Mathewson2022-02-1511-43/+41
| * | Update tor-cell errors to latest APINick Mathewson2022-02-151-4/+4
| * | Make tor-proto::Error implement HasKind.Nick Mathewson2022-02-154-27/+121
| * | tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-1513-45/+84
| * | tor-cell: provide HasKind.Nick Mathewson2022-02-159-31/+81
* | | Merge branch 'ticket_344' into 'main'eta2022-02-161-5/+24
|\ \ \
| * | | 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
| | |/ | |/|
* / | Move persistent state flush from client to circmgrYuan Lyu2022-02-152-15/+13
|/ /
* | Minimal compilation fix: InternalError=>BugNick Mathewson2022-02-151-2/+2
* | Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-1521-399/+579
|\ \ | |/ |/|
| * Typo fix from@etaeta2022-02-151-1/+1
| * Refactor tor_netdoc::ErrorNick Mathewson2022-02-1416-378/+552
| * netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-147-13/+30
| * netdoc: remove Error::Untimely.Nick Mathewson2022-02-141-11/+0
* | tor_error::Bug: change Display impl to use kindIan Jackson2022-02-151-2/+2
* | BadApiUsage: change Display impl capitalisationIan Jackson2022-02-151-1/+1
* | Rename BadApiUsage from BadAPIUsageIan Jackson2022-02-152-5/+5
* | tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid errorIan Jackson2022-02-152-8/+3
* | Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!Ian Jackson2022-02-154-42/+97
* | New name and semantics for BadAPIUsage (was BadArgument)Ian Jackson2022-02-152-4/+13
* | Merge branch 'error-socksproto-autoconvert' into 'main'Nick Mathewson2022-02-142-14/+7
|\ \
| * | Run rustfmt.Nick Mathewson2022-02-141-12/+5
| * | Provide, and use From impl for InternalErrorIan Jackson2022-02-142-8/+8
* | | Merge branch 'explain_into_tor_addr' into 'main'Nick Mathewson2022-02-141-4/+25
|\ \ \
| * | | More docs for IntoTorAddrNick Mathewson2022-02-141-4/+25
| |/ /
* | | Merge branch 'ticket_337' into 'main'eta2022-02-142-38/+11
|\ \ \
| * | | Simplify wait_for_bootstrap to use a Mutex.Nick Mathewson2022-02-142-38/+11
| | |/ | |/|
* | | Merge branch 'warn_not_deny' into 'main'eta2022-02-1430-30/+30
|\ \ \
| * | | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-1430-30/+30
| |/ /
* | | Merge remote-tracking branch 'origin/mr/313'Nick Mathewson2022-02-141-2/+2
|\ \ \
| * | | tor_socksproto::Error HasKind fix two delegationsIan Jackson2022-02-141-2/+2