[PR #938] [CLOSED] Resolver #1803

Closed
opened 2026-03-16 02:26:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/938
Author: @chunyingw
Created: 12/2/2019
Status: Closed

Base: masterHead: resolver


📝 Commits (2)

  • 6f6d91a update to tokio 0.2 release
  • 880476e [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 test works. I will work on the other crates that will be impacted by the abstraction. Meanwhile I will wait for update to tokio 0.2 release to be merged.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/938 **Author:** [@chunyingw](https://github.com/chunyingw) **Created:** 12/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `resolver` --- ### 📝 Commits (2) - [`6f6d91a`](https://github.com/hickory-dns/hickory-dns/commit/6f6d91a818c7be1deebee91d19a78ad47855b0e3) update to tokio 0.2 release - [`880476e`](https://github.com/hickory-dns/hickory-dns/commit/880476e4cf9df19303f28bdce646e3f6268f718d) [trust-dns-resolver][WIP] Abstract UDP and TCP flow ### 📊 Changes **80 files changed** (+1080 additions, -1137 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description WIP For trust-dns-resolver crate itself, `cargo build && cargo test` works. I will work on the other crates that will be impacted by the abstraction. Meanwhile I will wait for `update to tokio 0.2 release` to be merged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:26:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1803
No description provided.