mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #73] [MERGED] Bfry/notify #1222
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#1222
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/73
Author: @bluejekyll
Created: 12/11/2016
Status: ✅ Merged
Merged: 12/11/2016
Merged by: @bluejekyll
Base:
master← Head:bfry/notify📝 Commits (6)
704b5b9initial notify function on clientab3e276remove spurious TODO in notify58e082afix notify and create to take RecordSets and not single recordsdf36a25updated apped to support record_setbde39b4updated CAS to support RecordSetf4b8c34updated delete rdata to support RecordSet📊 Changes
14 files changed (+917 additions, -391 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
client/src/client/client_future.rs(+152 -46)📝
client/src/op/message.rs(+51 -2)📝
client/src/rr/domain.rs(+1 -0)📝
client/src/rr/mod.rs(+5 -1)📝
client/src/rr/record_data.rs(+25 -0)📝
client/src/rr/resource.rs(+13 -6)📝
client/src/rr/rr_set.rs(+121 -19)📝
client/src/serialize/txt/master.rs(+5 -6)📝
client/tests/client_future_tests.rs(+527 -298)📝
server/benches/comparison_benches.rs(+2 -0)📝
server/src/authority/authority.rs(+7 -7)📝
server/src/authority/catalog.rs(+6 -5)📝
server/src/server/server.rs(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.