mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #183] [MERGED] Generic lookup for Resolver #1290
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#1290
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/183
Author: @bluejekyll
Created: 9/5/2017
Status: ✅ Merged
Merged: 9/11/2017
Merged by: @bluejekyll
Base:
master← Head:generic-lookup📝 Commits (10+)
0ccb688refactor lookup types and cached72a132restructure cache for RData storagebabccbbadd macros for all supported query types9c362baremove &mut from Resolver interfaces4094b05update Changelog1056841bump all necessary versions4a0165cupdate Readme and compile error on windows for system_conf5207bbaadd NxDomain caching5c55d10rename lru module and cleanup warnings080d9fcadd DnsLru back without inner mutex📊 Changes
41 files changed (+2801 additions, -1700 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
Cargo.lock(+13 -14)📝
client/Cargo.toml(+1 -2)📝
client/src/client/client_future.rs(+166 -132)📝
client/src/client/memoize_client_handle.rs(+19 -25)📝
client/src/client/retry_client_handle.rs(+41 -25)📝
client/src/client/secure_client_handle.rs(+178 -129)📝
client/src/dnskey_to_pem.rs(+48 -34)📝
client/src/lib.rs(+18 -18)📝
client/src/op/query.rs(+26 -2)📝
client/src/op/response_code.rs(+9 -0)📝
client/src/rr/dns_class.rs(+21 -10)📝
client/src/rr/record_data.rs(+10 -1)📝
client/src/rr/record_type.rs(+42 -28)📝
client/src/serialize/txt/master.rs(+42 -20)📝
client/src/tcp/tcp_stream.rs(+91 -84)📝
client/src/tls/tests.rs(+26 -27)📝
client/src/tls/tls_stream.rs(+80 -61)📝
client/src/udp/udp_stream.rs(+55 -33)📝
native-tls/src/tests.rs(+81 -69)...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.