mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #245] [MERGED] Make Client and Resolver Send + Sync #1318
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#1318
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/245
Author: @bluejekyll
Created: 10/24/2017
Status: ✅ Merged
Merged: 11/1/2017
Merged by: @bluejekyll
Base:
master← Head:make-client-send📝 Commits (10+)
c5ea2e0resolver is sendable1514907Client and SyncClient now Clone and Send278debfshare cache across clones of sync Resolver5acf9b3assert Client and SyncClient are send and syncdd9a200remove explicit ClientConnection and Client send+sync requirements19b4888rusls send + sync7c400d6fix type of messagefinalizera774b5aeverything compiling2ae1ab7use rustls for client side validation of server1801c04fix client when all features disabled📊 Changes
37 files changed (+456 additions, -681 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
Cargo.lock(+2 -0)📝
client/src/client/client.rs(+144 -143)📝
client/src/client/client_connection.rs(+2 -4)📝
client/src/client/client_future.rs(+3 -2)📝
client/src/rr/dnssec/signer.rs(+10 -0)📝
client/src/tcp/tcp_client_connection.rs(+19 -20)📝
client/src/udp/udp_client_connection.rs(+15 -21)📝
compatibility-tests/tests/sig0_tests.rs(+1 -1)📝
integration-tests/Cargo.toml(+2 -0)📝
integration-tests/src/lib.rs(+11 -20)📝
integration-tests/tests/client_future_tests.rs(+5 -4)📝
integration-tests/tests/client_tests.rs(+39 -77)📝
integration-tests/tests/lookup_tests.rs(+14 -4)📝
integration-tests/tests/secure_client_handle_tests.rs(+2 -1)📝
integration-tests/tests/server_future_tests.rs(+28 -74)📝
native-tls/src/lib.rs(+0 -2)📝
native-tls/src/tests.rs(+2 -2)➖
native-tls/src/tls_client_connection.rs(+0 -104)📝
native-tls/src/tls_client_stream.rs(+3 -3)...and 17 more files
📄 Description
Fixes #227
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.