mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2441] [MERGED] Clean up server features #3040
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#3040
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/2441
Author: @djc
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @djc
Base:
main← Head:server-features📝 Commits (6)
da4504aclient: drop partial re-exports of proto contentsbecd837server: avoid ResolveError on paths that don't depend on the resolver99a9386server: enable serde in -proto8c8da54bin: clean up unnecessary feature forwardingfa6d1beserver: use weak feature dependencies for resolver51d9b0fRemove deprecated tls features📊 Changes
41 files changed (+146 additions, -284 deletions)
View changed files
📝
bin/Cargo.toml(+7 -40)📝
bin/benches/comparison_benches.rs(+10 -10)📝
bin/src/hickory-dns.rs(+2 -2)📝
bin/tests/named_test_rsa_dnssec.rs(+2 -2)📝
bin/tests/named_tests.rs(+9 -10)📝
bin/tests/server_harness/mod.rs(+1 -1)📝
bin/tests/server_harness/mut_message_client.rs(+2 -2)📝
crates/client/src/client/async_client.rs(+20 -21)📝
crates/client/src/client/client.rs(+1 -2)📝
crates/client/src/client/client_connection.rs(+9 -8)📝
crates/client/src/client/memoize_client_handle.rs(+3 -3)📝
crates/client/src/h2_client_connection.rs(+2 -2)📝
crates/client/src/lib.rs(+10 -12)📝
crates/client/src/multicast/mod.rs(+1 -4)➖
crates/client/src/op/mod.rs(+0 -17)📝
crates/client/src/rr/mod.rs(+0 -25)📝
crates/client/src/rr/zone.rs(+5 -3)➖
crates/client/src/serialize/binary/mod.rs(+0 -27)➖
crates/client/src/serialize/mod.rs(+0 -20)📝
crates/client/src/tcp/mod.rs(+1 -5)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.