summaryrefslogtreecommitdiff
path: root/crates/arti-hyper
Commit message (Expand)AuthorAgeFilesLines
...
| * Added x86_64-apple-darwin to fallback to "tls-api-openssl"Michael van Straten2023-01-073-5/+5
| * fixed "broken_intra_doc_link"Michael van Straten2023-01-061-2/+1
| * Temporary fix for #715 and #569Michael van Straten2023-01-053-3/+22
* | test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
|/
* Bump the minor version of every crate.Nick Mathewson2022-11-301-4/+4
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* 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
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-3/+3
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-1/+1
* Add unit tests for arti-hyper's uri -> host,port,tls conversionspongechameleon2022-07-051-0/+73
* Bump crate and dependency versions.Nick Mathewson2022-06-241-3/+3
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+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
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Upgrade tls-api to latest versions in arti-hyper.Nick Mathewson2022-06-071-2/+2
* 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
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-3/+3
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-4/+4
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-4/+4
* Fix typos (using the typos-cli tool).Nick Mathewson2022-05-041-1/+1
* update tls-api to 0.8.0trinity-1686a2022-04-281-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-11/+18
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-4/+4
* Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-022-7/+4
* 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