mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1182] [MERGED] Support pointer ending label compression #2044
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#2044
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/1182
Author: @jacoblin1994
Created: 8/6/2020
Status: ✅ Merged
Merged: 8/6/2020
Merged by: @bluejekyll
Base:
main← Head:support-pointer-ending-label-compression📝 Commits (5)
334a96dUpdate encoder.rs for proper pointer compression0d16baaUpdate name.rs to add more unit tests0422a16Update encoder.rsc96b939Update encoder.rs for style check92ae831Merge branch 'main' into support-pointer-ending-label-compression📊 Changes
2 files changed (+45 additions, -10 deletions)
View changed files
📝
crates/proto/src/rr/domain/name.rs(+36 -0)📝
crates/proto/src/serialize/binary/encoder.rs(+9 -10)📄 Description
Update encoder.rs to support pointer-ending label compression and name.rs to add more unit tests.
I have tested locally on my own software that is based on trust-dns-proto as well as added and passed all unit tests; however, this is my first time working on Github, so I am not familiar with what tools are available to me to run, e.g. possibly built-in style check or master unit tests. I do not know if I can have some sanity tests run on Github. Please advise. Thank you.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.