mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3243] [MERGED] proto: move message types around #3673
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#3673
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/3243
Author: @djc
Created: 8/31/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @djc
Base:
main← Head:message-types📝 Commits (8)
4d6ab98proto: move DnsResponseStream out of dns_response modulee922ab1proto: discard unused NegativeType API169cacfproto: clean up exports in ope56f9faproto: privatize structure inside opa0636e5proto: move dns_request from xfer to op98a2ea3proto: move serial_message from xfer to opf8300b7proto: move dns_response from xfer to op5a325e9proto: privatize test utilities📊 Changes
70 files changed (+581 additions, -1119 deletions)
View changed files
📝
bin/tests/integration/named_metrics_tests.rs(+2 -2)📝
bin/tests/integration/server_harness/mod.rs(+2 -2)📝
bin/tests/integration/server_harness/mut_message_client.rs(+2 -1)📝
crates/client/src/client/client.rs(+5 -2)📝
crates/client/src/client/dnssec_client.rs(+2 -3)📝
crates/client/src/client/memoize_client_handle.rs(+6 -6)📝
crates/client/src/tests.rs(+1 -1)📝
crates/proto/src/dnssec/handle.rs(+2 -2)📝
crates/proto/src/dnssec/tsig.rs(+3 -3)📝
crates/proto/src/error.rs(+1 -2)📝
crates/proto/src/h2/h2_client_stream.rs(+5 -5)📝
crates/proto/src/h3/h3_client_stream.rs(+5 -5)📝
crates/proto/src/lib.rs(+0 -2)📝
crates/proto/src/multicast/mdns_client_stream.rs(+2 -1)📝
crates/proto/src/multicast/mdns_stream.rs(+1 -1)📝
crates/proto/src/op/dns_request.rs(+0 -0)➕
crates/proto/src/op/dns_response.rs(+282 -0)📝
crates/proto/src/op/message.rs(+5 -6)📝
crates/proto/src/op/mod.rs(+31 -14)📝
crates/proto/src/op/op_code.rs(+2 -2)...and 50 more files
📄 Description
Initial steps toward
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.