mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #8] [MERGED] Dev #1195
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#1195
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/8
Author: @bluejekyll
Created: 2/21/2016
Status: ✅ Merged
Merged: 2/21/2016
Merged by: @bluejekyll
Base:
master← Head:dev📝 Commits (10+)
f0792d7hashing and pkey signing working3f3ffb5canonical ordering of Name and fixed \. bug9557135canonical ordering of resource records and rdata completeec44ac9canonical ordering tests in place6f4d747canonical ordering tests for resource records9b3d9b0initial SIG0 signing done, still need tests2c27c02EDNS parsing complete, need to tie into SIG0d3b3152Removed warnings and test fixes.032f954fix for AXFR SOA ordering issueadf9654Edns Response support📊 Changes
55 files changed (+5358 additions, -454 deletions)
View changed files
➕
.coveralls.yml(+2 -0)📝
.travis.yml(+6 -0)📝
Cargo.lock(+148 -49)📝
Cargo.toml(+8 -2)📝
README.md(+41 -9)➕
run_with_example.sh(+3 -0)📝
src/authority/authority.rs(+36 -12)📝
src/authority/catalog.rs(+84 -17)➕
src/authority/rr_set.rs(+8 -0)📝
src/error/client_error.rs(+12 -0)📝
src/error/decode_error.rs(+35 -0)📝
src/lib.rs(+4 -2)➕
src/op/edns.rs(+379 -0)📝
src/op/header.rs(+58 -15)📝
src/op/message.rs(+198 -19)📝
src/op/mod.rs(+3 -0)📝
src/op/response_code.rs(+48 -7)📝
src/rr/dns_class.rs(+34 -4)➕
src/rr/dnssec/algorithm.rs(+356 -0)➕
src/rr/dnssec/digest_type.rs(+55 -0)...and 35 more files
📄 Description
Merging Dev into master... going to move to a single mainline. don't need the added complexity of the dev branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.