mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #43] [MERGED] Local Resolution Optimizations #241
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#241
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/mageddo/dns-proxy-server/pull/43
Author: @mageddo
Created: 10/1/2017
Status: ✅ Merged
Merged: 10/14/2017
Merged by: @mageddo
Base:
master← Head:feature/42📝 Commits (10+)
89cf529#42 remove unnecessary save, defer function encapsulation and adding save time3dbcaa0#42 creating cached1cfeac#42 implementing size limitation63ecb3d#42 LRU implemented2d1c3d0#42 using third part lru implbf53e55#42 using cache at local eventsa593855#42 adding lru implementationefd3c5f#42 fixing millis compareb44a91b#42 fixing compile errors5788309#42 decrease log levelsm fixing nil pointer and adding stack info📊 Changes
170 files changed (+143426 additions, -275 deletions)
View changed files
📝
RELEASE-NOTES.md(+5 -0)📝
VERSION(+1 -1)📝
builder(+1 -1)➕
cache/cache.go(+12 -0)➕
cache/lru/hashicorp/hashicorp.go(+16 -0)➕
cache/lru/lru.go(+61 -0)➕
cache/lru/lru_test.go(+85 -0)➕
cache/store/store.go(+18 -0)➕
cache/timed/timedvalue.go(+44 -0)➕
cache/timed/timedvalue_test.go(+23 -0)📝
conf/conf.go(+13 -21)📝
conf/conf_test.go(+35 -1)📝
controller/env.go(+53 -24)➕
controller/env_test.go(+147 -0)📝
controller/hostname.go(+60 -33)➕
controller/hostname_test.go(+177 -0)📝
controller/index.go(+6 -2)📝
controller/main.go(+1 -0)📝
dns.go(+11 -9)📝
docker-compose.yml(+1 -1)...and 80 more files
📄 Description
Fixing #42
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.