mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3370] [MERGED] Merge recursor code into resolver crate #3783
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#3783
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/3370
Author: @djc
Created: 12/2/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @djc
Base:
main← Head:merge-recursor📝 Commits (6)
35e76c6tests: use Protocol to distinguish protocols60bcff7resolver: fold contents of recursor crate into resolverdf128e2resolver: inline inner recursor modulef53c4a2resolver: move tests into existing tests module3cf9011resolver: rename recursor::recursor_dns_handle to handle3e694bcresolver: merge metrics test into tests module📊 Changes
23 files changed (+422 additions, -879 deletions)
View changed files
📝
Cargo.lock(+2 -27)📝
Cargo.toml(+0 -2)➖
crates/recursor/Cargo.toml(+0 -121)➖
crates/recursor/LICENSE-APACHE(+0 -202)➖
crates/recursor/LICENSE-MIT(+0 -20)➖
crates/recursor/README.md(+0 -50)➖
crates/recursor/src/lib.rs(+0 -204)➖
crates/recursor/src/metrics_tests.rs(+0 -104)📝
crates/resolver/Cargo.toml(+5 -0)📝
crates/resolver/src/lib.rs(+4 -0)📝
crates/resolver/src/recursor/error.rs(+4 -4)📝
crates/resolver/src/recursor/handle.rs(+20 -23)📝
crates/resolver/src/recursor/mod.rs(+167 -51)📝
crates/resolver/src/recursor/tests.rs(+189 -28)📝
crates/resolver/tests/tests.rs(+3 -3)📝
crates/server/Cargo.toml(+4 -13)📝
crates/server/src/lib.rs(+0 -2)📝
crates/server/src/store/recursor.rs(+6 -3)📝
crates/server/src/zone_handler/catalog.rs(+2 -3)📝
crates/server/src/zone_handler/mod.rs(+2 -2)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.