mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3394] [MERGED] proto: split out hickory-net crate #3809
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#3809
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/3394
Author: @djc
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/15/2025
Merged by: @djc
Base:
main← Head:net📝 Commits (1)
565d8bfproto: split out hickory-net crate📊 Changes
147 files changed (+1734 additions, -1653 deletions)
View changed files
📝
Cargo.lock(+36 -5)📝
Cargo.toml(+2 -0)📝
bin/Cargo.toml(+1 -0)📝
bin/benches/comparison_benches.rs(+6 -6)📝
bin/src/lib.rs(+4 -4)📝
bin/tests/integration/forwarder.rs(+2 -4)📝
bin/tests/integration/in_memory.rs(+2 -4)📝
bin/tests/integration/named_https_tests.rs(+6 -6)📝
bin/tests/integration/named_metrics_tests.rs(+13 -8)📝
bin/tests/integration/named_quic_tests.rs(+6 -6)📝
bin/tests/integration/named_rustls_tests.rs(+6 -6)📝
bin/tests/integration/named_test_rsa_dnssec.rs(+12 -11)📝
bin/tests/integration/named_tests.rs(+25 -25)📝
bin/tests/integration/server_harness/mod.rs(+4 -6)📝
bin/tests/integration/server_harness/mut_message_client.rs(+2 -2)📝
bin/tests/integration/txt_tests.rs(+1 -1)📝
bin/tests/integration/zone_handler_battery/basic.rs(+4 -2)📝
bin/tests/integration/zone_handler_battery/dnssec.rs(+1 -1)📝
bin/tests/integration/zone_handler_battery/dynamic_update.rs(+4 -2)📝
conformance/Cargo.lock(+24 -2)...and 80 more files
📄 Description
Fixes #3221.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.