index
:
coredns
dependabot/github_actions/actions/dependency-review-action-4.3.3
dependabot/github_actions/aquasecurity/trivy-action-0.22.0
dependabot/github_actions/codecov/codecov-action-4.5.0
dependabot/github_actions/github/codeql-action-3.25.10
dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13
dependabot/go_modules/github.com/aws/aws-sdk-go-1.54.2
dependabot/go_modules/go-etcd-io-4cb3a346bb
dependabot/go_modules/golang.org/x/crypto-0.24.0
dependabot/go_modules/google.golang.org/api-0.184.0
dependabot/go_modules/k8s-io-95614c8192
fallthrough
master
superq/go1.22
superq/refactor_pbutil
torrent
traffic
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
/
cache
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-10
plugin/cache: key cache on Checking Disabled (CD) bit (#6354)
Grant Spence
4
-267
/
+496
2023-08-10
Fix typos (#6235)
Zhizhen He
1
-1
/
+1
2023-08-09
fix keepttl parsing (#6250)
Chris O'Haver
1
-0
/
+1
2023-01-27
plugin/cache: add a new keepttl option (#5879)
Arthur Outhenin-Chalandre
6
-1
/
+87
2022-10-21
plugin/cache: cache now uses source query DNSSEC option for upstream refresh ...
Grant Spence
7
-85
/
+69
2022-09-08
plugin/view: Advanced routing interface and new 'view' plugin (#5538)
Chris O'Haver
5
-27
/
+34
2022-07-28
plugin/cache: Add cache disable option (#5540)
Chris O'Haver
6
-3
/
+158
2022-07-11
auto go fmt
coredns[bot]
1
-1
/
+1
2022-07-10
add golangci-lint linter (#5499)
Ondřej Benkovský
1
-1
/
+1
2022-07-07
plugin/file/cache: Add metadata for wildcard record responses (#5308)
Chris O'Haver
4
-2
/
+87
2022-06-17
plugin/cache: Add option to adjust SERVFAIL response cache TTL (#5320)
Chris O'Haver
5
-2
/
+78
2022-06-17
retain response AD bit if requestor's AD bit was set (#5191)
Chris O'Haver
4
-8
/
+14
2022-06-17
fix 'verify' option name in readme (#5441)
Chris O'Haver
1
-2
/
+2
2022-06-07
plugin/cache: Reword serve_stale docs for clarity (#5394)
Chris O'Haver
1
-6
/
+6
2022-05-02
plugin/cache: Add refresh mode setting to serve_stale (#5131)
Antoine Tollenaere
6
-25
/
+170
2022-05-01
plugin/cache: Fix cache poisoning exploit (#5174)
Chris O'Haver
3
-25
/
+29
2022-03-18
update all +build statements (#5271)
Qasim Sarfraz
1
-1
/
+1
2022-02-14
add zones label to cache metrics (#5124)
Elijah Andrews
5
-31
/
+35
2021-11-19
cleanup some code (#4989)
xuweiwei
1
-1
/
+1
2021-08-16
Update cache metrics (#4781)
Ben Kochie
3
-3
/
+13
2021-07-09
plugin/cache: Unset AD flag when DO is not set for cache miss (#4736)
Chris O'Haver
2
-1
/
+10
2021-05-17
reverse zone: fix Normalize (#4621)
Miek Gieben
1
-10
/
+1
2021-03-21
Add cache eviction metrics to the cache plugin (#4411)
Frank Riley
3
-2
/
+14
2021-01-24
Fix import ordering presubmit test (#4422)
Miek Gieben
1
-0
/
+1
2021-01-20
Fix some typos (#4412)
ZouYu
1
-1
/
+1
2021-01-15
Prevent race from prefetching (#4368)
sschepens
1
-20
/
+16
2020-12-11
Move .LocalAddr() out of goroutine (#4281)
Miek Gieben
1
-1
/
+2
2020-10-15
cache: do the msg copy right (#4207)
Miek Gieben
2
-19
/
+16
2020-10-14
plugin/cache: fix removing OPT (#4190)
Miek Gieben
3
-6
/
+9
2020-09-28
plugin/cache: Fix filtering (#4148)
Miek Gieben
6
-162
/
+174
2020-09-24
For caddy v1 in our org (#4018)
Miek Gieben
2
-3
/
+2
2020-09-17
cache: default to DNSSEC (#4085)
Miek Gieben
6
-44
/
+204
2020-07-25
using promauto package to ensure all created metrics are properly registered ...
Zou Nengren
2
-14
/
+7
2020-06-24
plugin/cache/forward: Clean up grammar/wording in forward & cache metrics des...
Chris O'Haver
2
-2
/
+2
2020-06-24
completed metrics of cache and forward (#3962)
Zou Nengren
1
-0
/
+1
2020-04-03
correct metrics name of cache size (#3805)
Zou Nengren
2
-2
/
+2
2020-03-31
introduce metric naming test (#3789)
Zou Nengren
2
-45
/
+52
2020-03-26
Fix plugin name in project README (#3683)
Chris O'Haver
1
-1
/
+1
2020-03-20
plugin/cache: fix negative cache masking cases (#3744)
Chris O'Haver
3
-3
/
+107
2020-02-29
explain drop metric (#3706)
Chris O'Haver
1
-1
/
+1
2020-01-30
presubmit: check import path ordering (#3636)
Miek Gieben
1
-1
/
+1
2020-01-03
plugin/cache: update comment to conform to the implementation (#3573)
Zheng Xie
1
-1
/
+6
2020-01-03
registry cache_miss logic (#3578)
Zou Nengren
1
-0
/
+1
2019-11-29
Add a serve_stale option for plugin/cache (#3468)
Gonzalo Paniagua Javier
6
-15
/
+166
2019-11-29
Move to CODEOWNERS (#3489)
Miek Gieben
1
-6
/
+0
2019-10-08
Directive -> plugin (#3363)
Miek Gieben
1
-2
/
+2
2019-10-07
kubernetes: brush up README, rename metric (#3360)
Miek Gieben
1
-1
/
+1
2019-10-04
Make request.Request smaller (#3351)
Miek Gieben
1
-1
/
+1
2019-10-03
cache: move goroutine closure to separate function to save memory (#3353)
Miek Gieben
1
-20
/
+25
2019-09-26
fix mis-spelling (#3310)
xieyanker
1
-1
/
+1
[next]