mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1449] [MERGED] Move other proto crates into proto #2328
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#2328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/1449
Author: @bluejekyll
Created: 4/12/2021
Status: ✅ Merged
Merged: 4/26/2021
Merged by: @bluejekyll
Base:
main← Head:move-other-proto-crates-into-proto📝 Commits (8)
ccd0505move rustls crate into proto427f70fmove https impls into proto06def0bmove native-tls into proto1553a56move openssl into proto81abd18fix tls in server_future_testsc737700reexport proto impls and deprecate old crates4c53cd5fix skip crate list26a30f3fix dns-over-tls tests📊 Changes
56 files changed (+355 additions, -369 deletions)
View changed files
📝
Cargo.lock(+10 -50)📝
Cargo.toml(+5 -5)📝
Makefile.toml(+7 -7)📝
bin/Cargo.toml(+4 -8)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_openssl_tests.rs(+3 -3)📝
bin/tests/named_rustls_tests.rs(+1 -1)📝
bin/tests/named_tests.rs(+1 -1)📝
crates/client/Cargo.toml(+4 -4)📝
crates/client/src/https_client_connection.rs(+1 -1)📝
crates/https/Cargo.toml(+1 -20)📝
crates/https/src/lib.rs(+3 -18)📝
crates/native-tls/Cargo.toml(+1 -13)📝
crates/native-tls/src/lib.rs(+3 -9)📝
crates/openssl/Cargo.toml(+1 -10)📝
crates/openssl/src/lib.rs(+9 -21)📝
crates/proto/Cargo.toml(+22 -1)📝
crates/proto/src/https/error.rs(+3 -2)📝
crates/proto/src/https/https_client_stream.rs(+12 -14)📝
crates/proto/src/https/https_server.rs(+5 -5)...and 36 more files
📄 Description
@djc this is inline I think with our discussion on the number of crates. I think I like collapsing them all into the proto crate.
If this initial change looks good, then I will perform similar moves for OpenSSL and HTTPS.
fixes: #1446
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.