[PR #34] [MERGED] 0.7.3 name patch #1199

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/34
Author: @bluejekyll
Created: 8/13/2016
Status: Merged
Merged: 8/13/2016
Merged by: @bluejekyll

Base: masterHead: 0.7.3_name_patch


📝 Commits (5)

  • fb82133 fixes case issues with rollernet described in #27
  • d153960 proper case for RRSIG validation for rfc6840, fixes #27
  • 7110cc3 TcpClientConnection needs to reregister itself after getting WouldBlock
  • 7e718b4 ported would-block fix from client to server
  • d572b42 Merge branch 'master' into 0.7.3_name_patch

📊 Changes

15 files changed (+214 additions, -27 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 Cargo.lock (+1 -1)
📝 Cargo.toml (+1 -1)
📝 src/authority/authority.rs (+1 -1)
📝 src/client/client.rs (+20 -10)
📝 src/rr/dnssec/signer.rs (+2 -2)
📝 src/rr/domain.rs (+49 -5)
📝 src/rr/rdata/mx.rs (+18 -1)
📝 src/rr/rdata/name.rs (+20 -1)
📝 src/rr/rdata/nsec.rs (+10 -0)
📝 src/rr/rdata/sig.rs (+21 -1)
📝 src/rr/rdata/soa.rs (+22 -2)
📝 src/rr/rdata/srv.rs (+21 -1)
📝 src/rr/record_data.rs (+23 -0)
📝 src/tcp/tcp_client_connection.rs (+0 -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/34 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 8/13/2016 **Status:** ✅ Merged **Merged:** 8/13/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `0.7.3_name_patch` --- ### 📝 Commits (5) - [`fb82133`](https://github.com/hickory-dns/hickory-dns/commit/fb82133b4cd993822e1cfe94b5ab554450db0dfa) fixes case issues with rollernet described in #27 - [`d153960`](https://github.com/hickory-dns/hickory-dns/commit/d153960834d3fc6a8fcb64ae8aa678e4376ca339) proper case for RRSIG validation for rfc6840, fixes #27 - [`7110cc3`](https://github.com/hickory-dns/hickory-dns/commit/7110cc353861a1c4efc1ed3219c9de192852a963) TcpClientConnection needs to reregister itself after getting WouldBlock - [`7e718b4`](https://github.com/hickory-dns/hickory-dns/commit/7e718b4f3668712c4e46144727adfef82cf3a06d) ported would-block fix from client to server - [`d572b42`](https://github.com/hickory-dns/hickory-dns/commit/d572b4247ce6fe49583f0aee992b9a8565895d6d) Merge branch 'master' into 0.7.3_name_patch ### 📊 Changes **15 files changed** (+214 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `Cargo.lock` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `src/authority/authority.rs` (+1 -1) 📝 `src/client/client.rs` (+20 -10) 📝 `src/rr/dnssec/signer.rs` (+2 -2) 📝 `src/rr/domain.rs` (+49 -5) 📝 `src/rr/rdata/mx.rs` (+18 -1) 📝 `src/rr/rdata/name.rs` (+20 -1) 📝 `src/rr/rdata/nsec.rs` (+10 -0) 📝 `src/rr/rdata/sig.rs` (+21 -1) 📝 `src/rr/rdata/soa.rs` (+22 -2) 📝 `src/rr/rdata/srv.rs` (+21 -1) 📝 `src/rr/record_data.rs` (+23 -0) 📝 `src/tcp/tcp_client_connection.rs` (+0 -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:53:28 +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#1199
No description provided.