[PR #116] [MERGED] require docs #1249

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/116
Author: @bluejekyll
Created: 4/12/2017
Status: Merged
Merged: 4/16/2017
Merged by: @bluejekyll

Base: masterHead: bfry/require_docs


📝 Commits (9)

📊 Changes

89 files changed (+2182 additions, -1352 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 README.md (+1 -0)
📝 client/build.rs (+9 -9)
📝 client/src/client/client.rs (+3 -0)
📝 client/src/client/client_connection.rs (+4 -0)
📝 client/src/client/client_future.rs (+1 -0)
📝 client/src/client/retry_client_handle.rs (+19 -10)
📝 client/src/error/decode_error.rs (+1 -0)
📝 client/src/error/mod.rs (+1 -0)
📝 client/src/lib.rs (+8 -0)
📝 client/src/logger.rs (+9 -3)
📝 client/src/op/edns.rs (+22 -1)
📝 client/src/op/header.rs (+50 -17)
📝 client/src/op/message.rs (+129 -43)
📝 client/src/op/op_code.rs (+1 -0)
📝 client/src/op/query.rs (+4 -0)
📝 client/src/op/request_handler.rs (+9 -0)
📝 client/src/op/response_code.rs (+27 -29)
📝 client/src/rr/dns_class.rs (+26 -11)
📝 client/src/rr/dnssec/algorithm.rs (+15 -10)

...and 69 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/116 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 4/12/2017 **Status:** ✅ Merged **Merged:** 4/16/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/require_docs` --- ### 📝 Commits (9) - [`d59ec4f`](https://github.com/hickory-dns/hickory-dns/commit/d59ec4fd523126a0c03cf7e16aca23258e73ec77) partial docs - [`f0e1026`](https://github.com/hickory-dns/hickory-dns/commit/f0e102611c46f86b5e43d2f3934253d140e55594) documentation for message.rs - [`fe72005`](https://github.com/hickory-dns/hickory-dns/commit/fe720051d487515de2273b1b3197ab4f77034734) more docs - [`ea117a1`](https://github.com/hickory-dns/hickory-dns/commit/ea117a1b54ffe002d7df94645a27254dd3b62c1d) all rdata documented - [`54046c3`](https://github.com/hickory-dns/hickory-dns/commit/54046c317fecd03babec28f4008d1b06b572100c) all client interfaces documented - [`211bd48`](https://github.com/hickory-dns/hickory-dns/commit/211bd485d3ce782a2a041178a13ecc89a3ea14cd) get all Server public interfaces documented - [`3427472`](https://github.com/hickory-dns/hickory-dns/commit/34274724b51c9f41167c292b4b2056cab0ce11d8) merge master - [`2eff6ac`](https://github.com/hickory-dns/hickory-dns/commit/2eff6ac18f26b2b036d7becf2a4529a8395bfcbc) add missed docs for Server - [`8427ff8`](https://github.com/hickory-dns/hickory-dns/commit/8427ff8dd1b287a469dec006b88c7488db88dacd) fix renamed method ### 📊 Changes **89 files changed** (+2182 additions, -1352 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `README.md` (+1 -0) 📝 `client/build.rs` (+9 -9) 📝 `client/src/client/client.rs` (+3 -0) 📝 `client/src/client/client_connection.rs` (+4 -0) 📝 `client/src/client/client_future.rs` (+1 -0) 📝 `client/src/client/retry_client_handle.rs` (+19 -10) 📝 `client/src/error/decode_error.rs` (+1 -0) 📝 `client/src/error/mod.rs` (+1 -0) 📝 `client/src/lib.rs` (+8 -0) 📝 `client/src/logger.rs` (+9 -3) 📝 `client/src/op/edns.rs` (+22 -1) 📝 `client/src/op/header.rs` (+50 -17) 📝 `client/src/op/message.rs` (+129 -43) 📝 `client/src/op/op_code.rs` (+1 -0) 📝 `client/src/op/query.rs` (+4 -0) 📝 `client/src/op/request_handler.rs` (+9 -0) 📝 `client/src/op/response_code.rs` (+27 -29) 📝 `client/src/rr/dns_class.rs` (+26 -11) 📝 `client/src/rr/dnssec/algorithm.rs` (+15 -10) _...and 69 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 01:56:10 +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#1249
No description provided.