mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #239] [MERGED] Resolver refactored on top of Proto (off Client) #1317
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#1317
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/239
Author: @bluejekyll
Created: 10/17/2017
Status: ✅ Merged
Merged: 10/24/2017
Merged by: @bluejekyll
Base:
master← Head:resolver-to-proto📝 Commits (10+)
193a424fix Readme with Proto reference.f42f353wip: Need to move SecureClientHandle and RetryClientHandle8fbc612move Resolver to Proto4acbaf9remove unused proto errors9bba035remove unused errors from Clientccfc9aarename NoRecordFound to NoRecordsFoundc807e6breword Readme for Proto library976a274remove commented out errors0c3ba47remove old client error types0594c2fgenerified types for errors in streams📊 Changes
61 files changed (+697 additions, -806 deletions)
View changed files
📝
Cargo.lock(+0 -1)📝
README.md(+1 -0)📝
client/src/client/client_connection.rs(+3 -1)📝
client/src/client/client_future.rs(+3 -3)📝
client/src/error/client_error.rs(+0 -63)➖
client/src/error/decode_error.rs(+0 -123)📝
client/src/error/dnssec_error.rs(+0 -3)➖
client/src/error/encode_error.rs(+0 -62)📝
client/src/error/lexer_error.rs(+0 -10)📝
client/src/error/mod.rs(+0 -10)📝
client/src/error/parse_error.rs(+0 -2)📝
client/src/lib.rs(+3 -9)📝
client/src/tcp/tcp_client_connection.rs(+2 -2)📝
client/src/udp/udp_client_connection.rs(+2 -2)📝
integration-tests/src/lib.rs(+13 -10)📝
integration-tests/src/mock_client.rs(+13 -13)📝
integration-tests/tests/client_future_tests.rs(+4 -4)📝
integration-tests/tests/client_tests.rs(+3 -2)📝
integration-tests/tests/lookup_tests.rs(+13 -14)📝
integration-tests/tests/name_server_pool_tests.rs(+9 -9)...and 41 more files
📄 Description
Fixes #237
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.