mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #166] [MERGED] Parsing of system resolv.conf #1279
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#1279
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/166
Author: @bluejekyll
Created: 7/9/2017
Status: ✅ Merged
Merged: 7/30/2017
Merged by: @bluejekyll
Base:
master← Head:bfry/resolv.conf📝 Commits (10+)
2b3b55dparsing of resolv.conf components15744edconversion for resolv.conf to ResolverConfig121ce8bbump up the client versionff1c562fixup path for resolver coveragec6a22daadd underpinnings for domain and search lookupscb93ddemake clone of NameServerPool share connections635e5faallow non-FQDN in prep for search domains4558058cleanup Name and deprecate some interfaces918f51badd retries to lookupc003343fix is_fqdn tracking in Name::append*📊 Changes
47 files changed (+4481 additions, -2054 deletions)
View changed files
➕
.markdownlint.json(+4 -0)📝
CHANGELOG.md(+109 -6)📝
Cargo.lock(+315 -112)📝
client/Cargo.toml(+1 -1)📝
client/src/lib.rs(+8 -5)📝
client/src/op/query.rs(+1 -1)📝
client/src/rr/dnssec/hash.rs(+2 -2)📝
client/src/rr/dnssec/nsec3.rs(+71 -39)📝
client/src/rr/domain.rs(+429 -195)📝
client/src/rr/rdata/mx.rs(+1 -1)📝
client/src/rr/rdata/name.rs(+18 -13)📝
client/src/rr/rdata/nsec.rs(+13 -7)📝
client/src/rr/rdata/sig.rs(+87 -39)📝
client/src/rr/rdata/soa.rs(+97 -54)📝
client/src/rr/rdata/srv.rs(+71 -42)📝
client/src/rr/record_data.rs(+277 -134)📝
client/src/rr/resource.rs(+33 -30)📝
client/src/rr/rr_set.rs(+157 -151)📝
compatibility/src/lib.rs(+3 -1)📝
compatibility/tests/sig0_tests.rs(+40 -38)...and 27 more files
📄 Description
fixes #109
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.