summaryrefslogtreecommitdiff
path: root/crates/arti-hyper/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* s/ProtocolFailed/ProtocolViolation/g where possibleNeel Chauhan2023-04-081-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* Spelling fixes and normalizations on some high-level cratesNick Mathewson2022-11-071-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-9/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Add unit tests for arti-hyper's uri -> host,port,tls conversionspongechameleon2022-07-051-0/+73
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-021-7/+3
* Fix rustdoc errors.Nick Mathewson2022-03-011-1/+1
* 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
* 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: Actually support TLSIan Jackson2022-02-281-17/+38
* arti-hyper: Provide TLS connector and make space for TLS streamIan Jackson2022-02-281-18/+58
* Manually implement Clone for ArtiHttpConnectorIan Jackson2022-02-281-1/+7
* arti-hyper: Disable clippy::clone_on_ref_ptrIan Jackson2022-02-281-1/+0
* arti-hyper: impl HasKind for ConnectionErrorIan Jackson2022-02-231-0/+14
* arti-hyper: Add note about missing https supportIan Jackson2022-02-231-0/+3
* arti-hyper: Add vacuous doc comments to placate clippyIan Jackson2022-02-231-0/+3
* arti-hyper: Move support code into libraryIan Jackson2022-02-231-0/+112
* arti-hyper: Introduce new ConnectionError typeIan Jackson2022-02-231-0/+28
* arti-hyper: empty crate skeletonIan Jackson2022-02-231-0/+32