mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #222] [MERGED] create the trust-dns-proto crate #1310
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#1310
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/222
Author: @bluejekyll
Created: 10/3/2017
Status: ✅ Merged
Merged: 10/13/2017
Merged by: @bluejekyll
Base:
master← Head:create-proto📝 Commits (10+)
1e6de56create the trust-dns-proto crateee922b5initial library splitfaef4caproto now compiling1c04aa5proto tests passing942953cstart in on the Signer split2bd6a5bclient should be compiling now718fae5fix tests in client2cf9cc3rustls compiling616c7bdopenssl compilingc48f7ddnative-tls compiling📊 Changes
155 files changed (+5350 additions, -2631 deletions)
View changed files
📝
.travis.yml(+12 -11)📝
CHANGELOG.md(+18 -0)📝
Cargo.lock(+118 -67)📝
Cargo.toml(+10 -1)📝
README.md(+4 -7)📝
appveyor.yml(+25 -5)📝
client/Cargo.toml(+5 -1)📝
client/src/client/client.rs(+117 -75)📝
client/src/client/client_connection.rs(+4 -2)📝
client/src/client/client_future.rs(+34 -360)📝
client/src/client/memoize_client_handle.rs(+26 -12)📝
client/src/client/mod.rs(+9 -2)📝
client/src/client/retry_client_handle.rs(+23 -9)📝
client/src/client/secure_client_handle.rs(+31 -17)📝
client/src/error/client_error.rs(+4 -3)📝
client/src/error/decode_error.rs(+1 -0)📝
client/src/error/dnssec_error.rs(+1 -0)📝
client/src/error/encode_error.rs(+3 -1)📝
client/src/error/lexer_error.rs(+3 -1)📝
client/src/error/parse_error.rs(+1 -0)...and 80 more files
📄 Description
fixes #205
@briansmith are you working on this? I just reserved the crates.io name.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.