[PR #596] [MERGED] Reexport proto library in client, server, and resolver #1541

Closed
opened 2026-03-16 02:12:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/596
Author: @bluejekyll
Created: 10/30/2018
Status: Merged
Merged: 10/31/2018
Merged by: @bluejekyll

Base: masterHead: reexport-proto


📝 Commits (1)

  • e543f5e reexport proto library in client, server, and resolver

📊 Changes

58 files changed (+204 additions, -190 deletions)

View changed files

📝 crates/client/src/client/client.rs (+2 -2)
📝 crates/client/src/client/client_connection.rs (+2 -2)
📝 crates/client/src/client/client_future.rs (+2 -2)
📝 crates/client/src/client/memoize_client_handle.rs (+4 -4)
📝 crates/client/src/client/mod.rs (+4 -4)
📝 crates/client/src/error/client_error.rs (+1 -1)
📝 crates/client/src/error/dnssec_error.rs (+1 -1)
📝 crates/client/src/error/parse_error.rs (+1 -1)
📝 crates/client/src/https_client_connection.rs (+1 -1)
📝 crates/client/src/lib.rs (+3 -3)
📝 crates/client/src/multicast/mdns_client_connection.rs (+2 -2)
📝 crates/client/src/multicast/mod.rs (+1 -1)
📝 crates/client/src/op/lower_query.rs (+1 -1)
📝 crates/client/src/op/mod.rs (+2 -2)
📝 crates/client/src/rr/dnssec/mod.rs (+1 -1)
📝 crates/client/src/rr/dnssec/signer.rs (+2 -2)
📝 crates/client/src/rr/lower_name.rs (+1 -1)
📝 crates/client/src/rr/mod.rs (+8 -8)
📝 crates/client/src/rr/zone.rs (+3 -3)
📝 crates/client/src/serialize/binary/mod.rs (+1 -1)

...and 38 more files

📄 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/596 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/30/2018 **Status:** ✅ Merged **Merged:** 10/31/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `reexport-proto` --- ### 📝 Commits (1) - [`e543f5e`](https://github.com/hickory-dns/hickory-dns/commit/e543f5e0c4e39b19baa7adf04caabd020fe9b23b) reexport proto library in client, server, and resolver ### 📊 Changes **58 files changed** (+204 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `crates/client/src/client/client.rs` (+2 -2) 📝 `crates/client/src/client/client_connection.rs` (+2 -2) 📝 `crates/client/src/client/client_future.rs` (+2 -2) 📝 `crates/client/src/client/memoize_client_handle.rs` (+4 -4) 📝 `crates/client/src/client/mod.rs` (+4 -4) 📝 `crates/client/src/error/client_error.rs` (+1 -1) 📝 `crates/client/src/error/dnssec_error.rs` (+1 -1) 📝 `crates/client/src/error/parse_error.rs` (+1 -1) 📝 `crates/client/src/https_client_connection.rs` (+1 -1) 📝 `crates/client/src/lib.rs` (+3 -3) 📝 `crates/client/src/multicast/mdns_client_connection.rs` (+2 -2) 📝 `crates/client/src/multicast/mod.rs` (+1 -1) 📝 `crates/client/src/op/lower_query.rs` (+1 -1) 📝 `crates/client/src/op/mod.rs` (+2 -2) 📝 `crates/client/src/rr/dnssec/mod.rs` (+1 -1) 📝 `crates/client/src/rr/dnssec/signer.rs` (+2 -2) 📝 `crates/client/src/rr/lower_name.rs` (+1 -1) 📝 `crates/client/src/rr/mod.rs` (+8 -8) 📝 `crates/client/src/rr/zone.rs` (+3 -3) 📝 `crates/client/src/serialize/binary/mod.rs` (+1 -1) _...and 38 more files_ </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 02:12:11 +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#1541
No description provided.