aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fold UnexplainedTaskSpawnFailure into Internal.Nick Mathewson2022-02-221-9/+1
| * | | Rename TorShuttingDown to ArtiShuttingDownNick Mathewson2022-02-222-2/+2
| * | | Replace RemoteRefused with CircuitRefused.Nick Mathewson2022-02-222-5/+5
| * | | Rename RemoteIdMismatch to RelayIdMismatch.Nick Mathewson2022-02-222-3/+3
| * | | Fold EK::Canceled into TransientFailureNick Mathewson2022-02-222-11/+7
| * | | Fold AlreadyClosed into BadApiUsageNick Mathewson2022-02-222-6/+1
| * | | Add TODOs for errorkinds we mean to fix laterNick Mathewson2022-02-221-2/+13
| | |/ | |/|
* | | Merge branch 'client_builder' into 'main'Nick Mathewson2022-02-235-51/+117
|\ \ \
| * | | Documentation suggestion from review.Ian Jackson2022-02-231-1/+1
| * | | Make a TorClientBuilder API.Nick Mathewson2022-02-185-51/+117
* | | | Merge branch 'restore_needless_borrow_check' into 'main'eta2022-02-238-9/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-208-9/+0
| |/ /
* | | Merge remote-tracking branch 'origin/mr/335'Nick Mathewson2022-02-221-18/+39
|\ \ \
| * | | Edit tor-error comment to reflect shared ideasNick Mathewson2022-02-181-18/+37
| | |/ | |/|
* | | Merge branch 'error-report' into 'main'Nick Mathewson2022-02-228-6/+131
|\ \ \
| * | | tor_error::Report: add testsIan Jackson2022-02-221-0/+56
| * | | tor_error::Report: Add bound to structIan Jackson2022-02-221-1/+3
| * | | Move program name printing to report_and_exitIan Jackson2022-02-221-3/+8
| * | | Placate clippy on nightly, properlyIan Jackson2022-02-181-1/+1
| * | | Placate clippy on nightlyIan Jackson2022-02-181-0/+1
| * | | Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-184-4/+4
| * | | Placate rustfmtIan Jackson2022-02-181-4/+10
| * | | Placate clippyIan Jackson2022-02-182-2/+5
| * | | Add missing docs for report_and_exitIan Jackson2022-02-181-0/+3
| * | | Add a missing anyhow context() callIan Jackson2022-02-181-2/+2
| * | | Provide error reporter and use it in the arti binaryIan Jackson2022-02-185-1/+50
* | | | Merge branch 'pending_error' into 'main'Ian Jackson2022-02-222-47/+65
|\ \ \ \ | |_|_|/ |/| | |
| * | | Handle panics from circuit construction.Nick Mathewson2022-02-182-3/+13
| * | | Move the main body of our circuit-launching task into a new functionNick Mathewson2022-02-181-47/+55
| | |/ | |/|
* | | Merge branch 'proxy-sooner' into 'main'eta2022-02-182-11/+19
|\ \ \
| * | | tests/chutney/setup: Reduce sleepIan Jackson2022-02-181-1/+3
| * | | arti cli: Add some anyhow context() callsIan Jackson2022-02-181-5/+8
| * | | arti cli: socks proxy: Start listening immedatelyIan Jackson2022-02-181-4/+7
| * | | arti cli: Do config watch setup before entering future selectIan Jackson2022-02-181-3/+3
| |/ /
* | | Merge branch 'typos' into 'main'eta2022-02-181-2/+2
|\ \ \ | |/ / |/| |
| * | Fix typosDimitris Apostolou2022-02-181-2/+2
|/ /
* | Merge branch 'script-filenames' into 'main'eta2022-02-1825-31/+31
|\ \ | |/ |/|
| * maint/add_warning: Remove duplicate argv0 from usage messageIan Jackson2022-02-181-1/+1
| * maint/gen_md_links: Add missing +x bitIan Jackson2022-02-181-0/+0
| * rename *.py scripts to bare nameIan Jackson2022-02-189-6/+6
| * rename *.sh scripts to bare nameIan Jackson2022-02-1818-25/+25
* | Merge branch 'no-http-status-err' into 'main'Ian Jackson2022-02-183-9/+18
|\ \ | |/ |/|
| * dirclient: Remove HttpStatus error variantNick Mathewson2022-02-173-9/+18
* | spelling fixNick Mathewson2022-02-171-1/+1
* | Add #[display] annotations for remaining ErrorKinds.Nick Mathewson2022-02-171-0/+2
|/
* Merge branch 'remaining-errors'Nick Mathewson2022-02-1719-153/+510
|\
| * Use TorConnectionFailed for failure to download directory.Nick Mathewson2022-02-172-9/+1
| * Clarify state vs cache in ErrorKindNick Mathewson2022-02-171-4/+20
| * Correct ErrorKinds for some tor-dirclient errors.Nick Mathewson2022-02-172-2/+10
| * Rename CircuitTimeout to TorNetworkTimeout.Nick Mathewson2022-02-172-6/+7