[PR #73] [MERGED] Bfry/notify #1222

Closed
opened 2026-03-16 01:54:49 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: bfry/notify


📝 Commits (6)

  • 704b5b9 initial notify function on client
  • ab3e276 remove spurious TODO in notify
  • 58e082a fix notify and create to take RecordSets and not single records
  • df36a25 updated apped to support record_set
  • bde39b4 updated CAS to support RecordSet
  • f4b8c34 updated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/73 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/11/2016 **Status:** ✅ Merged **Merged:** 12/11/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/notify` --- ### 📝 Commits (6) - [`704b5b9`](https://github.com/hickory-dns/hickory-dns/commit/704b5b98066ac5106f2f8a7b337da743a010ae39) initial notify function on client - [`ab3e276`](https://github.com/hickory-dns/hickory-dns/commit/ab3e276b2ba671c5b93d972a08997606d806ab14) remove spurious TODO in notify - [`58e082a`](https://github.com/hickory-dns/hickory-dns/commit/58e082a937188166942152d883aedfb40c310411) fix notify and create to take RecordSets and not single records - [`df36a25`](https://github.com/hickory-dns/hickory-dns/commit/df36a254a6a98bfc56587e454db7010395b3a1b0) updated apped to support record_set - [`bde39b4`](https://github.com/hickory-dns/hickory-dns/commit/bde39b4fdd0287ff46a06ac2d8fff0dbe0b467d3) updated CAS to support RecordSet - [`f4b8c34`](https://github.com/hickory-dns/hickory-dns/commit/f4b8c3406f567764a1c0f88822306d881da92aaa) updated delete rdata to support RecordSet ### 📊 Changes **14 files changed** (+917 additions, -391 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:54:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1222
No description provided.