mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2893] [MERGED] server: simplify module structure #3400
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#3400
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/2893
Author: @djc
Created: 3/30/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @djc
Base:
main← Head:server-structure📝 Commits (10+)
422e22cserver: use exported names directlyed8cc0bserver: avoid small module indirectioncaf1c2bserver: move error modulec584ef4server: keep TimeoutStream tests local08e1229server: fold server_future module into serverd80869aserver: inline trivial wrapper functions0b53365server: merge error module into authorityf8bf32bserver: use inline module for zone_type46feeb3server: merge blocklist store modules385c7d2server: use single file blocklist module📊 Changes
26 files changed (+3111 additions, -3283 deletions)
View changed files
📝
bin/tests/integration/main.rs(+0 -1)➖
bin/tests/integration/timeout_stream_tests.rs(+0 -60)➖
crates/server/src/authority/error.rs(+0 -133)📝
crates/server/src/authority/mod.rs(+164 -9)➖
crates/server/src/authority/zone_type.rs(+0 -37)➕
crates/server/src/error.rs(+182 -0)➖
crates/server/src/error/config_error.rs(+0 -79)➖
crates/server/src/error/mod.rs(+0 -26)➖
crates/server/src/error/persistence_error.rs(+0 -104)📝
crates/server/src/server/h2_handler.rs(+11 -28)📝
crates/server/src/server/h3_handler.rs(+5 -19)📝
crates/server/src/server/mod.rs(+1325 -5)📝
crates/server/src/server/quic_handler.rs(+11 -19)➖
crates/server/src/server/server_future.rs(+0 -1329)📝
crates/server/src/server/timeout_stream.rs(+59 -0)📝
crates/server/src/store/blocklist.rs(+76 -1)➖
crates/server/src/store/blocklist/mod.rs(+0 -85)📝
crates/server/src/store/file.rs(+12 -3)➖
crates/server/src/store/file/mod.rs(+0 -23)📝
crates/server/src/store/forwarder.rs(+22 -7)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.