[PR #222] [MERGED] create the trust-dns-proto crate #1310

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/222
Author: @bluejekyll
Created: 10/3/2017
Status: Merged
Merged: 10/13/2017
Merged by: @bluejekyll

Base: masterHead: create-proto


📝 Commits (10+)

📊 Changes

155 files changed (+5350 additions, -2631 deletions)

View changed files

📝 .travis.yml (+12 -11)
📝 CHANGELOG.md (+18 -0)
📝 Cargo.lock (+118 -67)
📝 Cargo.toml (+10 -1)
📝 README.md (+4 -7)
📝 appveyor.yml (+25 -5)
📝 client/Cargo.toml (+5 -1)
📝 client/src/client/client.rs (+117 -75)
📝 client/src/client/client_connection.rs (+4 -2)
📝 client/src/client/client_future.rs (+34 -360)
📝 client/src/client/memoize_client_handle.rs (+26 -12)
📝 client/src/client/mod.rs (+9 -2)
📝 client/src/client/retry_client_handle.rs (+23 -9)
📝 client/src/client/secure_client_handle.rs (+31 -17)
📝 client/src/error/client_error.rs (+4 -3)
📝 client/src/error/decode_error.rs (+1 -0)
📝 client/src/error/dnssec_error.rs (+1 -0)
📝 client/src/error/encode_error.rs (+3 -1)
📝 client/src/error/lexer_error.rs (+3 -1)
📝 client/src/error/parse_error.rs (+1 -0)

...and 80 more files

📄 Description

fixes #205

@briansmith are you working on this? I just reserved the crates.io name.


🔄 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/222 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/3/2017 **Status:** ✅ Merged **Merged:** 10/13/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `create-proto` --- ### 📝 Commits (10+) - [`1e6de56`](https://github.com/hickory-dns/hickory-dns/commit/1e6de56faaa4866a8782a4c26f66a8613f51dbeb) create the trust-dns-proto crate - [`ee922b5`](https://github.com/hickory-dns/hickory-dns/commit/ee922b5191e7e6f91d42741a894752fd24e56c45) initial library split - [`faef4ca`](https://github.com/hickory-dns/hickory-dns/commit/faef4ca9e36d70d8b36e5f070a78cff069653a90) proto now compiling - [`1c04aa5`](https://github.com/hickory-dns/hickory-dns/commit/1c04aa5fec8d0a886d1c5c030e80288857363c7b) proto tests passing - [`942953c`](https://github.com/hickory-dns/hickory-dns/commit/942953c3523620eabdaa57f05c0cad7616b4776a) start in on the Signer split - [`2bd6a5b`](https://github.com/hickory-dns/hickory-dns/commit/2bd6a5be4340e96909c36ce25e2df27acbf555e1) client should be compiling now - [`718fae5`](https://github.com/hickory-dns/hickory-dns/commit/718fae5e77a877c2d994bccb7fe7320bb5be88fa) fix tests in client - [`2cf9cc3`](https://github.com/hickory-dns/hickory-dns/commit/2cf9cc3d20392acbe175b0fac82a26b95591d600) rustls compiling - [`616c7bd`](https://github.com/hickory-dns/hickory-dns/commit/616c7bd28870715e1eb9be65abdcc2cfc4681da1) openssl compiling - [`c48f7dd`](https://github.com/hickory-dns/hickory-dns/commit/c48f7dda8d5cab2e27d0ad3facf276285ca87517) native-tls compiling ### 📊 Changes **155 files changed** (+5350 additions, -2631 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+12 -11) 📝 `CHANGELOG.md` (+18 -0) 📝 `Cargo.lock` (+118 -67) 📝 `Cargo.toml` (+10 -1) 📝 `README.md` (+4 -7) 📝 `appveyor.yml` (+25 -5) 📝 `client/Cargo.toml` (+5 -1) 📝 `client/src/client/client.rs` (+117 -75) 📝 `client/src/client/client_connection.rs` (+4 -2) 📝 `client/src/client/client_future.rs` (+34 -360) 📝 `client/src/client/memoize_client_handle.rs` (+26 -12) 📝 `client/src/client/mod.rs` (+9 -2) 📝 `client/src/client/retry_client_handle.rs` (+23 -9) 📝 `client/src/client/secure_client_handle.rs` (+31 -17) 📝 `client/src/error/client_error.rs` (+4 -3) 📝 `client/src/error/decode_error.rs` (+1 -0) 📝 `client/src/error/dnssec_error.rs` (+1 -0) 📝 `client/src/error/encode_error.rs` (+3 -1) 📝 `client/src/error/lexer_error.rs` (+3 -1) 📝 `client/src/error/parse_error.rs` (+1 -0) _...and 80 more files_ </details> ### 📄 Description fixes #205 @briansmith are you working on this? I just reserved the crates.io name. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:59:26 +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#1310
No description provided.