| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fold UnexplainedTaskSpawnFailure into Internal. | Nick Mathewson | 2022-02-22 | 1 | -9/+1 | |
| | * | | | Rename TorShuttingDown to ArtiShuttingDown | Nick Mathewson | 2022-02-22 | 2 | -2/+2 | |
| | * | | | Replace RemoteRefused with CircuitRefused. | Nick Mathewson | 2022-02-22 | 2 | -5/+5 | |
| | * | | | Rename RemoteIdMismatch to RelayIdMismatch. | Nick Mathewson | 2022-02-22 | 2 | -3/+3 | |
| | * | | | Fold EK::Canceled into TransientFailure | Nick Mathewson | 2022-02-22 | 2 | -11/+7 | |
| | * | | | Fold AlreadyClosed into BadApiUsage | Nick Mathewson | 2022-02-22 | 2 | -6/+1 | |
| | * | | | Add TODOs for errorkinds we mean to fix later | Nick Mathewson | 2022-02-22 | 1 | -2/+13 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'client_builder' into 'main' | Nick Mathewson | 2022-02-23 | 5 | -51/+117 | |
| |\ \ \ | ||||||
| | * | | | Documentation suggestion from review. | Ian Jackson | 2022-02-23 | 1 | -1/+1 | |
| | * | | | Make a TorClientBuilder API. | Nick Mathewson | 2022-02-18 | 5 | -51/+117 | |
| * | | | | Merge branch 'restore_needless_borrow_check' into 'main' | eta | 2022-02-23 | 8 | -9/+0 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Remove clippy::needless_borrow exception in CI. | Nick Mathewson | 2022-02-20 | 8 | -9/+0 | |
| | |/ / | ||||||
| * | | | Merge remote-tracking branch 'origin/mr/335' | Nick Mathewson | 2022-02-22 | 1 | -18/+39 | |
| |\ \ \ | ||||||
| | * | | | Edit tor-error comment to reflect shared ideas | Nick Mathewson | 2022-02-18 | 1 | -18/+37 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'error-report' into 'main' | Nick Mathewson | 2022-02-22 | 8 | -6/+131 | |
| |\ \ \ | ||||||
| | * | | | tor_error::Report: add tests | Ian Jackson | 2022-02-22 | 1 | -0/+56 | |
| | * | | | tor_error::Report: Add bound to struct | Ian Jackson | 2022-02-22 | 1 | -1/+3 | |
| | * | | | Move program name printing to report_and_exit | Ian Jackson | 2022-02-22 | 1 | -3/+8 | |
| | * | | | Placate clippy on nightly, properly | Ian Jackson | 2022-02-18 | 1 | -1/+1 | |
| | * | | | Placate clippy on nightly | Ian Jackson | 2022-02-18 | 1 | -0/+1 | |
| | * | | | Bump anyhow minimal version to 1.0.23 | Ian Jackson | 2022-02-18 | 4 | -4/+4 | |
| | * | | | Placate rustfmt | Ian Jackson | 2022-02-18 | 1 | -4/+10 | |
| | * | | | Placate clippy | Ian Jackson | 2022-02-18 | 2 | -2/+5 | |
| | * | | | Add missing docs for report_and_exit | Ian Jackson | 2022-02-18 | 1 | -0/+3 | |
| | * | | | Add a missing anyhow context() call | Ian Jackson | 2022-02-18 | 1 | -2/+2 | |
| | * | | | Provide error reporter and use it in the arti binary | Ian Jackson | 2022-02-18 | 5 | -1/+50 | |
| * | | | | Merge branch 'pending_error' into 'main' | Ian Jackson | 2022-02-22 | 2 | -47/+65 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Handle panics from circuit construction. | Nick Mathewson | 2022-02-18 | 2 | -3/+13 | |
| | * | | | Move the main body of our circuit-launching task into a new function | Nick Mathewson | 2022-02-18 | 1 | -47/+55 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'proxy-sooner' into 'main' | eta | 2022-02-18 | 2 | -11/+19 | |
| |\ \ \ | ||||||
| | * | | | tests/chutney/setup: Reduce sleep | Ian Jackson | 2022-02-18 | 1 | -1/+3 | |
| | * | | | arti cli: Add some anyhow context() calls | Ian Jackson | 2022-02-18 | 1 | -5/+8 | |
| | * | | | arti cli: socks proxy: Start listening immedately | Ian Jackson | 2022-02-18 | 1 | -4/+7 | |
| | * | | | arti cli: Do config watch setup before entering future select | Ian Jackson | 2022-02-18 | 1 | -3/+3 | |
| | |/ / | ||||||
| * | | | Merge branch 'typos' into 'main' | eta | 2022-02-18 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Fix typos | Dimitris Apostolou | 2022-02-18 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'script-filenames' into 'main' | eta | 2022-02-18 | 25 | -31/+31 | |
| |\ \ | |/ |/| | ||||||
| | * | maint/add_warning: Remove duplicate argv0 from usage message | Ian Jackson | 2022-02-18 | 1 | -1/+1 | |
| | * | maint/gen_md_links: Add missing +x bit | Ian Jackson | 2022-02-18 | 1 | -0/+0 | |
| | * | rename *.py scripts to bare name | Ian Jackson | 2022-02-18 | 9 | -6/+6 | |
| | * | rename *.sh scripts to bare name | Ian Jackson | 2022-02-18 | 18 | -25/+25 | |
| * | | Merge branch 'no-http-status-err' into 'main' | Ian Jackson | 2022-02-18 | 3 | -9/+18 | |
| |\ \ | |/ |/| | ||||||
| | * | dirclient: Remove HttpStatus error variant | Nick Mathewson | 2022-02-17 | 3 | -9/+18 | |
| * | | spelling fix | Nick Mathewson | 2022-02-17 | 1 | -1/+1 | |
| * | | Add #[display] annotations for remaining ErrorKinds. | Nick Mathewson | 2022-02-17 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge branch 'remaining-errors' | Nick Mathewson | 2022-02-17 | 19 | -153/+510 | |
| |\ | ||||||
| | * | Use TorConnectionFailed for failure to download directory. | Nick Mathewson | 2022-02-17 | 2 | -9/+1 | |
| | * | Clarify state vs cache in ErrorKind | Nick Mathewson | 2022-02-17 | 1 | -4/+20 | |
| | * | Correct ErrorKinds for some tor-dirclient errors. | Nick Mathewson | 2022-02-17 | 2 | -2/+10 | |
| | * | Rename CircuitTimeout to TorNetworkTimeout. | Nick Mathewson | 2022-02-17 | 2 | -6/+7 | |
