| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump all crates to 0.1.0arti-v0.1.0 | Nick Mathewson | 2022-03-01 | 1 | -4/+4 |
| | | |||||
| * | arti-hyper: Actually support TLS | Ian Jackson | 2022-02-28 | 1 | -1/+1 |
| | | |||||
| * | arti-hyper: Provide TLS connector and make space for TLS stream | Ian Jackson | 2022-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | Add tls_conn field to ArtiHttpConnector (and argument to constructor). Introduce MaybeHttpsStream and use it in ArtiHttpConnection. Have the example program pass the native TLS connector. Currently the TLS connector and the HTTPS variant are not used, but this commit is very noisy and fomrulaic, so I have split out the code to use them into a separate commit for easier preparation and review. | ||||
| * | 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 | 1 | -0/+1 |
| | | |||||
| * | arti-hyper: Introduce new ConnectionError type | Ian Jackson | 2022-02-23 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -2/+7 |
| | | | | | Code motion and consequential dependency adjustments. | ||||
| * | arti-hyper: empty crate skeleton | Ian Jackson | 2022-02-23 | 1 | -0/+29 |
