mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #938] [CLOSED] Resolver #1803
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#1803
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/938
Author: @chunyingw
Created: 12/2/2019
Status: ❌ Closed
Base:
master← Head:resolver📝 Commits (2)
6f6d91aupdate to tokio 0.2 release880476e[trust-dns-resolver][WIP] Abstract UDP and TCP flow📊 Changes
80 files changed (+1080 additions, -1137 deletions)
View changed files
📝
Cargo.lock(+286 -529)📝
bin/Cargo.toml(+3 -5)📝
bin/benches/comparison_benches.rs(+3 -4)📝
bin/src/named.rs(+4 -4)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_openssl_tests.rs(+1 -1)📝
bin/tests/named_rustls_tests.rs(+1 -1)📝
bin/tests/named_test_rsa_dnssec.rs(+3 -3)📝
bin/tests/named_tests.rs(+4 -4)📝
bin/tests/server_harness/mod.rs(+1 -1)📝
crates/client/Cargo.toml(+7 -9)📝
crates/client/src/client/client.rs(+19 -28)📝
crates/client/src/client/client_future.rs(+2 -2)📝
crates/client/src/client/rc_future.rs(+2 -2)📝
crates/client/src/lib.rs(+2 -4)📝
crates/client/src/tcp/tcp_client_connection.rs(+1 -1)📝
crates/client/src/udp/udp_client_connection.rs(+1 -1)📝
crates/https/Cargo.toml(+4 -6)📝
crates/https/src/https_client_stream.rs(+7 -7)📝
crates/https/src/lib.rs(+1 -2)...and 60 more files
📄 Description
WIP
For trust-dns-resolver crate itself,
cargo build && cargo testworks. I will work on the other crates that will be impacted by the abstraction. Meanwhile I will wait forupdate to tokio 0.2 releaseto be merged.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.