aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-hyper
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-2/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-2/+2
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-4/+4
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-10/+10
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+10
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-8/+1
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-4/+4
* Merge branch 'msrv-1.65' into 'main'Ian Jackson2023-04-121-1/+1
|\
| * Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* | s/ProtocolFailed/ProtocolViolation/g where possibleNeel Chauhan2023-04-081-1/+1
|/
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Remove unnecessary warning from arti-hyper/READMESaksham Mittal2023-02-281-5/+0
* Follow-on patchlevel bumps for crates with changed dependenciesNick Mathewson2023-02-281-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-2/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-272-0/+3
* Merge branch 'arti-hyper-fixing-715' into 'main'eta2023-01-093-2/+20
|\
| * Removed unnecessary "all()" cfg constraintMichael van Straten2023-01-071-1/+1
| * 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