[PR #492] [CLOSED] (WIP) Axfr large zones #1476

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/492
Author: @bluejekyll
Created: 5/27/2018
Status: Closed

Base: masterHead: axfr-large-zones


📝 Commits (3)

📊 Changes

14 files changed (+213 additions, -1008 deletions)

View changed files

client/src/rr/rr_set.rs (+0 -805)
📝 integration-tests/src/lib.rs (+2 -2)
📝 proto/src/multicast/mdns_stream.rs (+29 -34)
📝 proto/src/op/header.rs (+2 -2)
📝 proto/src/op/message.rs (+8 -3)
📝 proto/src/serialize/binary/encoder.rs (+45 -26)
📝 proto/src/tcp/tcp_stream.rs (+14 -19)
📝 proto/src/udp/udp_stream.rs (+19 -38)
📝 server/src/authority/catalog.rs (+30 -24)
📝 server/src/server/request_handler.rs (+4 -4)
📝 server/src/server/response_handler.rs (+18 -16)
📝 server/src/server/server_future.rs (+21 -8)
📝 server/src/server/timeout_stream.rs (+9 -18)
📝 server/tests/timeout_stream_tests.rs (+12 -9)

📄 Description

Fixes: #351


🔄 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/492 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 5/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `axfr-large-zones` --- ### 📝 Commits (3) - [`a0de78e`](https://github.com/hickory-dns/hickory-dns/commit/a0de78e2ce08601354e76d5dac17ec9f917dd49a) Simplify Request/Response handlers - [`943577d`](https://github.com/hickory-dns/hickory-dns/commit/943577d80d68aae67f230cb40fd5d931e27c30d4) refactor server handlers to ProtoError - [`5d5323e`](https://github.com/hickory-dns/hickory-dns/commit/5d5323ef910e3c395df04bf1e182510231b781b1) wip ### 📊 Changes **14 files changed** (+213 additions, -1008 deletions) <details> <summary>View changed files</summary> ➖ `client/src/rr/rr_set.rs` (+0 -805) 📝 `integration-tests/src/lib.rs` (+2 -2) 📝 `proto/src/multicast/mdns_stream.rs` (+29 -34) 📝 `proto/src/op/header.rs` (+2 -2) 📝 `proto/src/op/message.rs` (+8 -3) 📝 `proto/src/serialize/binary/encoder.rs` (+45 -26) 📝 `proto/src/tcp/tcp_stream.rs` (+14 -19) 📝 `proto/src/udp/udp_stream.rs` (+19 -38) 📝 `server/src/authority/catalog.rs` (+30 -24) 📝 `server/src/server/request_handler.rs` (+4 -4) 📝 `server/src/server/response_handler.rs` (+18 -16) 📝 `server/src/server/server_future.rs` (+21 -8) 📝 `server/src/server/timeout_stream.rs` (+9 -18) 📝 `server/tests/timeout_stream_tests.rs` (+12 -9) </details> ### 📄 Description Fixes: #351 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:08:40 +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#1476
No description provided.