summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/examples/hyper.rs
Commit message (Expand)AuthorAgeFilesLines
* Add unknown-lints exception to examplesNick Mathewson2024-03-131-0/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+2
* Added x86_64-apple-darwin to fallback to "tls-api-openssl"Michael van Straten2023-01-071-3/+3
* Temporary fix for #715 and #569Michael van Straten2023-01-051-2/+11
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
* clippy: Add standard test lint block to several examplesIan Jackson2022-06-241-0/+6
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Merge branch 'main' into 364Ian Jackson2022-03-011-2/+4
|\
| * arti-hyper: Actually support TLSIan Jackson2022-02-281-1/+0
| * arti-hyper: Provide TLS connector and make space for TLS streamIan Jackson2022-02-281-1/+4
* | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-4/+1
|/
* arti-hyper: Add note about missing https supportIan Jackson2022-02-231-0/+1
* arti-hyper: Move support code into libraryIan Jackson2022-02-231-112/+1
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-231-13/+14
* arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-231-0/+159