mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #116] [MERGED] require docs #1249
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#1249
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/116
Author: @bluejekyll
Created: 4/12/2017
Status: ✅ Merged
Merged: 4/16/2017
Merged by: @bluejekyll
Base:
master← Head:bfry/require_docs📝 Commits (9)
d59ec4fpartial docsf0e1026documentation for message.rsfe72005more docsea117a1all rdata documented54046c3all client interfaces documented211bd48get all Server public interfaces documented3427472merge master2eff6acadd missed docs for Server8427ff8fix renamed method📊 Changes
89 files changed (+2182 additions, -1352 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
README.md(+1 -0)📝
client/build.rs(+9 -9)📝
client/src/client/client.rs(+3 -0)📝
client/src/client/client_connection.rs(+4 -0)📝
client/src/client/client_future.rs(+1 -0)📝
client/src/client/retry_client_handle.rs(+19 -10)📝
client/src/error/decode_error.rs(+1 -0)📝
client/src/error/mod.rs(+1 -0)📝
client/src/lib.rs(+8 -0)📝
client/src/logger.rs(+9 -3)📝
client/src/op/edns.rs(+22 -1)📝
client/src/op/header.rs(+50 -17)📝
client/src/op/message.rs(+129 -43)📝
client/src/op/op_code.rs(+1 -0)📝
client/src/op/query.rs(+4 -0)📝
client/src/op/request_handler.rs(+9 -0)📝
client/src/op/response_code.rs(+27 -29)📝
client/src/rr/dns_class.rs(+26 -11)📝
client/src/rr/dnssec/algorithm.rs(+15 -10)...and 69 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.