mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3400] [MERGED] Lookup message tweaks #3813
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#3813
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/3400
Author: @djc
Created: 12/15/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @djc
Base:
main← Head:lookup-message-tweaks📝 Commits (10+)
c0ceeb7proto: simplify DNSSEC iterator setupfee2d0fresolver: drop untested niche platform configuration1b2a539resolver: drop simplify runtime provider abstraction187e1b0resolver: wrap example test in a tests module6281660resolver: drop unnecessary Arc wrapping in example78ae3bbresolver: further simplify example codee0926b3resolver: keep condition setup closer to usageb9a7d7dresolver: avoid short-lived allocations12e70aaresolver: avoid cloning when discarding original messageb5e64c2resolver: avoid unnecessary boxing📊 Changes
14 files changed (+249 additions, -307 deletions)
View changed files
📝
crates/proto/src/dnssec/mod.rs(+4 -22)📝
crates/proto/src/dnssec/rdata/tsig.rs(+8 -3)📝
crates/proto/src/dnssec/signer.rs(+1 -1)📝
crates/proto/src/dnssec/tsig.rs(+10 -7)📝
crates/proto/src/op/message.rs(+35 -17)📝
crates/resolver/examples/flush_cache.rs(+22 -48)📝
crates/resolver/src/caching_client.rs(+80 -101)📝
crates/resolver/src/hosts.rs(+38 -38)📝
crates/resolver/src/lookup.rs(+31 -31)📝
crates/resolver/src/lookup_ip.rs(+5 -8)📝
crates/resolver/src/resolver.rs(+4 -3)📝
crates/server/src/store/blocklist.rs(+1 -1)📝
crates/server/src/zone_handler/catalog.rs(+9 -26)📝
tests/integration-tests/tests/integration/lookup_tests.rs(+1 -1)📄 Description
Followup from
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.