[PR #29] [MERGED] fixes #27: remove implicit case conversion of labels #1196

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/29
Author: @bluejekyll
Created: 8/9/2016
Status: Merged
Merged: 8/9/2016
Merged by: @bluejekyll

Base: masterHead: 0.7.1_patch


📝 Commits (2)

  • 9acbd9b fixes #27: remove implicit case conversion of labels
  • 121bd19 Merge branch 'master' into 0.7.1_patch

📊 Changes

14 files changed (+122 additions, -51 deletions)

View changed files

📝 Cargo.lock (+1 -1)
📝 Cargo.toml (+1 -1)
📝 src/authority/authority.rs (+1 -1)
📝 src/authority/catalog.rs (+1 -0)
📝 src/client/client.rs (+42 -2)
📝 src/logger.rs (+1 -1)
📝 src/op/message.rs (+7 -0)
📝 src/op/query.rs (+2 -2)
📝 src/rr/domain.rs (+46 -20)
📝 src/rr/rdata/name.rs (+1 -1)
📝 src/rr/rdata/txt.rs (+1 -1)
📝 src/serialize/binary/bin_tests.rs (+1 -1)
📝 src/serialize/binary/decoder.rs (+3 -6)
📝 src/serialize/txt/txt_tests.rs (+14 -14)

📄 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/29 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 8/9/2016 **Status:** ✅ Merged **Merged:** 8/9/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `0.7.1_patch` --- ### 📝 Commits (2) - [`9acbd9b`](https://github.com/hickory-dns/hickory-dns/commit/9acbd9b676ab6e5911927fb8ad831823a920c05c) fixes #27: remove implicit case conversion of labels - [`121bd19`](https://github.com/hickory-dns/hickory-dns/commit/121bd1943a941f0c737971bb115d5b6e12634766) Merge branch 'master' into 0.7.1_patch ### 📊 Changes **14 files changed** (+122 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `src/authority/authority.rs` (+1 -1) 📝 `src/authority/catalog.rs` (+1 -0) 📝 `src/client/client.rs` (+42 -2) 📝 `src/logger.rs` (+1 -1) 📝 `src/op/message.rs` (+7 -0) 📝 `src/op/query.rs` (+2 -2) 📝 `src/rr/domain.rs` (+46 -20) 📝 `src/rr/rdata/name.rs` (+1 -1) 📝 `src/rr/rdata/txt.rs` (+1 -1) 📝 `src/serialize/binary/bin_tests.rs` (+1 -1) 📝 `src/serialize/binary/decoder.rs` (+3 -6) 📝 `src/serialize/txt/txt_tests.rs` (+14 -14) </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#1196
No description provided.