| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Bump minimum tokio to 1.7, since tokio-util now needs that. | Nick Mathewson | 2022-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | arti-hyper: impl HasKind for ConnectionError | Ian Jackson | 2022-02-23 | 2 | -0/+15 | |
| | | ||||||
| * | arti-hyper: Add note about missing https support | Ian Jackson | 2022-02-23 | 2 | -0/+4 | |
| | | ||||||
| * | arti-hyper: Add vacuous doc comments to placate clippy | Ian Jackson | 2022-02-23 | 1 | -0/+3 | |
| | | ||||||
| * | arti-hyper: Move support code into library | Ian Jackson | 2022-02-23 | 2 | -112/+113 | |
| | | | | | Pure code motion. (Including motion/copying of "use" lines.) | |||||
| * | arti-hyper: Introduce new ConnectionError type | Ian Jackson | 2022-02-23 | 3 | -13/+43 | |
| | | | | | | We need this not to use anyhow because we don't want our libraries to expose anyhow, and this is about to go into the library. | |||||
| * | arti-hyper: Move hyper example from arti-client | Ian Jackson | 2022-02-23 | 2 | -2/+166 | |
| | | | | | Code motion and consequential dependency adjustments. | |||||
| * | arti-hyper: empty crate skeleton | Ian Jackson | 2022-02-23 | 3 | -0/+77 | |
