aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-hyper
Commit message (Expand)AuthorAgeFilesLines
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-4/+4
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-6/+5
* Fix rustdoc errors.Nick Mathewson2022-03-011-1/+1
* Merge remote-tracking branch 'origin/mr/371'Nick Mathewson2022-03-011-2/+22
|\
| * arti-hyper: Upgrade from an example to an "adaptation layer"Ian Jackson2022-03-011-0/+8
| * arti-hyper: Expand docsIan Jackson2022-03-011-1/+15
| * arti-hyper: Drop obsolete comment about not doing TLSIan Jackson2022-03-011-2/+0
* | Merge branch 'main' into 364Ian Jackson2022-03-014-38/+116
|\|
| * arti-hyper: Add vacuous doc comments as required by clippyIan Jackson2022-02-281-0/+3
| * EK::RemoteProtocolFailed replaces OtherRemoteIan Jackson2022-02-281-1/+1
| * Fix rustfmtIan Jackson2022-02-281-9/+10
| * arti-hyper: Abolish a bool in favour of a custom private enumIan Jackson2022-02-281-12/+19
| * arti-hyper: Box the http variant (bare DataStream)Ian Jackson2022-02-281-7/+6
| * arti-hyper: Fix duplicative doc comment not to be wrongIan Jackson2022-02-281-1/+1
| * arti-hyper: Drop description of nonexistent error-detail featureIan Jackson2022-02-281-3/+0
| * arti-hyper: Clarify what the TLS features do.Ian Jackson2022-02-281-1/+2
| * arti-hyper: Actually support TLSIan Jackson2022-02-283-19/+39
| * arti-hyper: Provide TLS connector and make space for TLS streamIan Jackson2022-02-283-19/+64
| * Manually implement Clone for ArtiHttpConnectorIan Jackson2022-02-281-1/+7
| * arti-hyper: Disable clippy::clone_on_ref_ptrIan Jackson2022-02-281-1/+0
* | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-4/+1
|/
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* arti-hyper: impl HasKind for ConnectionErrorIan Jackson2022-02-232-0/+15
* arti-hyper: Add note about missing https supportIan Jackson2022-02-232-0/+4
* arti-hyper: Add vacuous doc comments to placate clippyIan Jackson2022-02-231-0/+3
* arti-hyper: Move support code into libraryIan Jackson2022-02-232-112/+113
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-233-13/+43
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-232-2/+166
* arti-hyper: empty crate skeletonIan Jackson2022-02-233-0/+77