mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #935] [MERGED] Background with generic spawn #1801
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#1801
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/935
Author: @bluejekyll
Created: 12/1/2019
Status: ✅ Merged
Merged: 12/12/2019
Merged by: @bluejekyll
Base:
master← Head:background-without-spawn📝 Commits (10+)
f11a9b7Squashed commit of the following:5dd9446rebased onto tokio 0.28a29718remove Clone and Option from background connects6c708ccSpawnBg now returns proper future from both implscf2f5c4cleanup from review9aa8540fix clippy warningse476cc6remove SpawnBg, spawn in ConnectionProviderf06be27fix no-default-features testb05ba71Merge remote-tracking branch 'origin/master' into background-without-spawnf1cc940only expose testing functions during testing📊 Changes
66 files changed (+1997 additions, -1900 deletions)
View changed files
📝
CHANGELOG.md(+19 -1)📝
Cargo.lock(+25 -21)📝
README.md(+4 -4)📝
bin/Cargo.toml(+1 -0)📝
bin/benches/comparison_benches.rs(+19 -13)📝
bin/src/named.rs(+9 -4)📝
bin/tests/named_https_tests.rs(+4 -2)📝
bin/tests/named_openssl_tests.rs(+6 -5)📝
bin/tests/named_rustls_tests.rs(+8 -4)📝
bin/tests/named_test_rsa_dnssec.rs(+19 -20)📝
bin/tests/named_tests.rs(+52 -42)📝
bin/tests/server_harness/mod.rs(+15 -13)📝
crates/client/src/client/async_client.rs(+76 -107)➕
crates/client/src/client/async_secure_client.rs(+168 -0)📝
crates/client/src/client/client.rs(+103 -141)📝
crates/client/src/client/client_connection.rs(+1 -1)📝
crates/client/src/client/mod.rs(+13 -22)📝
crates/client/src/client/rc_future.rs(+17 -21)📝
crates/client/src/lib.rs(+9 -14)📝
crates/client/src/op/update_message.rs(+1 -1)...and 46 more files
📄 Description
@hawkw this brings the Background back. But I'm still working through how to expose it properly at the NameServer level. I'll leave a note in that location.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.