mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1879] [MERGED] Move client code used by server code down into proto #2666
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#2666
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/1879
Author: @djc
Created: 1/10/2023
Status: ✅ Merged
Merged: 2/6/2023
Merged by: @bluejekyll
Base:
main← Head:client-to-proto📝 Commits (4)
05dfa8bMove client code used by server code down into proto20648d7add docsrs feature doc for text-parsing9a41974fix formatting for inline variablesa35f331update Tokio soundness warning: RUSTSEC-2023-0005📊 Changes
165 files changed (+950 additions, -1214 deletions)
View changed files
📝
Cargo.lock(+2 -3)📝
bin/src/trust-dns.rs(+2 -2)📝
bin/tests/named_https_tests.rs(+2 -3)📝
bin/tests/named_quic_tests.rs(+1 -2)📝
bin/tests/named_rustls_tests.rs(+2 -3)📝
bin/tests/named_test_rsa_dnssec.rs(+2 -2)📝
bin/tests/server_harness/mod.rs(+8 -10)📝
crates/client/Cargo.toml(+1 -1)📝
crates/client/src/client/async_client.rs(+2 -7)📝
crates/client/src/client/client.rs(+4 -5)📝
crates/client/src/client/client_connection.rs(+3 -4)📝
crates/client/src/error/client_error.rs(+1 -2)➖
crates/client/src/error/dnssec_error.rs(+0 -219)➖
crates/client/src/error/lexer_error.rs(+0 -101)📝
crates/client/src/error/mod.rs(+0 -15)📝
crates/client/src/lib.rs(+1 -1)📝
crates/client/src/op/mod.rs(+1 -6)➖
crates/client/src/rr/dnssec/mod.rs(+0 -87)📝
crates/client/src/rr/mod.rs(+0 -7)📝
crates/client/src/serialize/mod.rs(+1 -1)...and 80 more files
📄 Description
All the low-level stuff in the client code was quite generic (and in fact used by the server).
As a future improvement, we might move all the networking stuff out of -proto into a trust-dns-net crate maybe? It would be nice if trust-dns-proto was sans-io.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.