[PR #181] [MERGED] Adds caching to the Resolver #1287

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/181
Author: @bluejekyll
Created: 8/27/2017
Status: Merged
Merged: 8/30/2017
Merged by: @bluejekyll

Base: masterHead: lru_query_cache


📝 Commits (7)

📊 Changes

14 files changed (+547 additions, -134 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 client/Cargo.toml (+1 -0)
📝 native-tls/Cargo.toml (+1 -0)
📝 resolver/CHANGELOG.md (+13 -6)
📝 resolver/Cargo.toml (+4 -2)
📝 resolver/README.md (+2 -1)
📝 resolver/src/config.rs (+3 -0)
📝 resolver/src/lib.rs (+8 -6)
📝 resolver/src/lookup_ip.rs (+322 -88)
resolver/src/lru.rs (+157 -0)
📝 resolver/src/resolver.rs (+6 -6)
📝 resolver/src/resolver_future.rs (+27 -25)
📝 rustls/Cargo.toml (+1 -0)
📝 server/Cargo.toml (+1 -0)

📄 Description

Fixes: #174


🔄 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/181 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 8/27/2017 **Status:** ✅ Merged **Merged:** 8/30/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `lru_query_cache` --- ### 📝 Commits (7) - [`7ad0437`](https://github.com/hickory-dns/hickory-dns/commit/7ad04375613dfd7da733bdf46358e63e5835bbe1) from cache working - [`7b38865`](https://github.com/hickory-dns/hickory-dns/commit/7b38865e7a5d08b3237f246b1966e47c5afca340) cache insert - [`9066af1`](https://github.com/hickory-dns/hickory-dns/commit/9066af169ebfec2b470dee080ad4bff461589368) lru tests - [`0f15f33`](https://github.com/hickory-dns/hickory-dns/commit/0f15f335f863ef2e8afb3540c71baed0b1663719) add tests for cache in lookup - [`ad2c46d`](https://github.com/hickory-dns/hickory-dns/commit/ad2c46d1296416aa40e3113d7bc0a3956580115c) updated docs - [`c3475c2`](https://github.com/hickory-dns/hickory-dns/commit/c3475c27f4509a9385990f399cc4d3f13a5955fa) updated description - [`a57deaa`](https://github.com/hickory-dns/hickory-dns/commit/a57deaa4746f18eaf9110a6a281785abd3665a9d) add coveralls badges ### 📊 Changes **14 files changed** (+547 additions, -134 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `client/Cargo.toml` (+1 -0) 📝 `native-tls/Cargo.toml` (+1 -0) 📝 `resolver/CHANGELOG.md` (+13 -6) 📝 `resolver/Cargo.toml` (+4 -2) 📝 `resolver/README.md` (+2 -1) 📝 `resolver/src/config.rs` (+3 -0) 📝 `resolver/src/lib.rs` (+8 -6) 📝 `resolver/src/lookup_ip.rs` (+322 -88) ➕ `resolver/src/lru.rs` (+157 -0) 📝 `resolver/src/resolver.rs` (+6 -6) 📝 `resolver/src/resolver_future.rs` (+27 -25) 📝 `rustls/Cargo.toml` (+1 -0) 📝 `server/Cargo.toml` (+1 -0) </details> ### 📄 Description Fixes: #174 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:58:21 +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#1287
No description provided.