mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #325] [MERGED] fixup Name and Label to support punycode #1362
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#1362
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/325
Author: @bluejekyll
Created: 1/4/2018
Status: ✅ Merged
Merged: 1/14/2018
Merged by: @bluejekyll
Base:
master← Head:support-punycode📝 Commits (9)
3129e97fixup Name and Label to support punycode95e3557add strict methods on Label for conversionsa349a18add name::from_ascii and name::from_utf8d80377dadd some IDNA tests for zone files and resolver5c2314afix compatibility tests88e2f08fix label encoding of \. for email addresses5e9d820cleanup from_labels usageaa14466cleanup benches28ff463add to_ascii and to_utf8 to Name and Label📊 Changes
45 files changed (+1123 additions, -548 deletions)
View changed files
📝
Cargo.lock(+3 -1)📝
client/benches/lower_name_benches.rs(+0 -1)📝
client/src/client/client.rs(+11 -11)📝
client/src/client/client_future.rs(+10 -10)📝
client/src/rr/lower_name.rs(+21 -40)📝
client/src/rr/mod.rs(+1 -1)📝
compatibility-tests/tests/sig0_tests.rs(+5 -4)📝
integration-tests/tests/authority_tests.rs(+10 -9)📝
integration-tests/tests/client_future_tests.rs(+21 -22)📝
integration-tests/tests/client_tests.rs(+23 -24)📝
integration-tests/tests/lookup_tests.rs(+39 -40)📝
integration-tests/tests/name_server_pool_tests.rs(+4 -5)📝
integration-tests/tests/secure_client_handle_tests.rs(+7 -6)📝
integration-tests/tests/server_future_tests.rs(+1 -1)📝
proto/Cargo.toml(+2 -0)📝
proto/benches/name_benches.rs(+33 -34)📝
proto/src/lib.rs(+1 -0)📝
proto/src/op/query.rs(+1 -1)📝
proto/src/rr/dnssec/nsec3.rs(+3 -1)📝
proto/src/rr/dnssec/rdata/nsec.rs(+2 -1)...and 25 more files
📄 Description
fixes #321
fixes #139
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.