mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #181] [MERGED] Adds caching to the Resolver #1287
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:lru_query_cache📝 Commits (7)
7ad0437from cache working7b38865cache insert9066af1lru tests0f15f33add tests for cache in lookupad2c46dupdated docsc3475c2updated descriptiona57deaaadd coveralls badges📊 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.