mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3071] [MERGED] hickory-dns bin & server crate comment tidying #3537
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#3537
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/3071
Author: @cpu
Created: 6/19/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @djc
Base:
main← Head:cpu-comment-crawl_dev📝 Commits (10+)
6622479hickory-server: update usage opts rustdoc commentd65b25cscripts: remove reference to non-existent native-tls dirbf36e6fhickory-dns: remove stale native-tls comments64d2a69docs: remove some stale ref's to native-tls6de4857tests/test-data: replace gen-keys.sh commentse7d5a84hickory-server: fix prom. server comment typo8da0de6hickory-dns: remove template Cargo.toml comments9ec5fa5server/authority: remove stale lifetime comments6a2d1c5server/authority: update AnyRecords commentc83fe82server/authority: fix upsert comments📊 Changes
18 files changed (+48 additions, -85 deletions)
View changed files
📝
README.md(+5 -8)📝
bin/src/hickory-dns.rs(+11 -10)📝
bin/src/prometheus_server.rs(+1 -1)📝
crates/client/README.md(+1 -1)📝
crates/resolver/README.md(+1 -1)📝
crates/server/Cargo.toml(+0 -5)📝
crates/server/src/authority/auth_lookup.rs(+1 -14)📝
crates/server/src/authority/catalog.rs(+4 -2)📝
crates/server/src/authority/message_response.rs(+4 -13)📝
crates/server/src/server/mod.rs(+8 -5)📝
crates/server/src/server/request_handler.rs(+1 -1)📝
crates/server/src/server/response_handler.rs(+2 -6)📝
crates/server/src/server/timeout_stream.rs(+0 -1)📝
crates/server/src/store/blocklist.rs(+2 -8)📝
crates/server/src/store/in_memory/mod.rs(+3 -1)📝
crates/server/src/store/sqlite/persistence.rs(+2 -3)📝
scripts/docker_ftest.sh(+0 -1)📝
tests/test-data/test_configs/sec/gen-keys.sh(+2 -4)📄 Description
Here's a grab bag of various small documentation changes that I've been collecting as I read through bits of the authoritative server code for other work. Lots of the changes are related to places where arguments were documented in rustdoc comments, but had drifted from the implementations. I also slipped in one very small code change, and tried to kill off some lingering
native-tlsrefs.I suspect similar efforts would yield good results for the other crates, but for now I've mostly limited my review pass to the authoritative server crate & bin.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.