mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1190] [CLOSED] Flat name #2065
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#2065
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/1190
Author: @bluejekyll
Created: 8/15/2020
Status: ❌ Closed
Base:
main← Head:flat_name📝 Commits (10+)
667da5fflatten Name representation481b5e2improve to lowercase7dc7241complete DnsLabel implementations1651868add LabelRef5b63da9all proto tests passing with NameRef and CowNamefa69b23fix name benches33398bffix cmp for new Name labels0a7cdb0trying simplified NameRefb054e11unsafe borrowed name74bee7dtransparent LabelRef📊 Changes
43 files changed (+2628 additions, -998 deletions)
View changed files
📝
crates/client/src/client/async_client.rs(+1 -0)📝
crates/client/src/client/client.rs(+3 -3)📝
crates/client/src/op/update_message.rs(+1 -1)📝
crates/client/src/rr/dnssec/signer.rs(+5 -1)📝
crates/client/src/rr/lower_name.rs(+61 -11)📝
crates/client/src/rr/zone.rs(+81 -83)📝
crates/client/src/serialize/txt/rdata_parsers/mx.rs(+4 -2)📝
crates/client/src/serialize/txt/rdata_parsers/name.rs(+2 -1)📝
crates/client/src/serialize/txt/rdata_parsers/naptr.rs(+3 -1)📝
crates/client/src/serialize/txt/rdata_parsers/soa.rs(+3 -1)📝
crates/client/src/serialize/txt/rdata_parsers/srv.rs(+3 -1)📝
crates/client/src/serialize/txt/zone.rs(+4 -2)📝
crates/proto/benches/name_benches.rs(+37 -24)📝
crates/proto/src/lib.rs(+1 -0)📝
crates/proto/src/op/query.rs(+7 -4)📝
crates/proto/src/rr/dnssec/nsec3.rs(+4 -2)📝
crates/proto/src/rr/dnssec/rdata/dnskey.rs(+4 -3)📝
crates/proto/src/rr/dnssec/rdata/sig.rs(+1 -1)📝
crates/proto/src/rr/dnssec/tbs.rs(+1 -0)➕
crates/proto/src/rr/domain/cow_name.rs(+189 -0)...and 23 more files
📄 Description
An attempt at making Name have zero-overhead options.
this currently show a performance degradation over the existing implementation.
Until I can figure out if there's a way around those, I'll be leaving this as a draft for experimentation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.