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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-11
edns0 compliance: set correct RCODE (#2388)
Miek Gieben
1
-0
/
+1
2018-12-10
map bool -> map struct{} (#2386)
Miek Gieben
7
-47
/
+49
2018-12-08
Replace bool map with struct{} map in chaos plugin (#2384)
Yong Tang
3
-5
/
+5
2018-12-08
plugin/kubernetes: smaller map (#2383)
Miek Gieben
4
-7
/
+7
2018-12-08
Convert bool map to struct{} map in etcd.go (#2381)
Yong Tang
1
-2
/
+2
2018-12-08
plugin/kubernetes: make prefix key in msg.Service a const (#2378)
Miek Gieben
2
-9
/
+11
2018-12-08
Make backand.go maps smaller (#2380)
Miek Gieben
1
-15
/
+15
2018-12-07
msg.Service: optimize a bit (#2374)
Miek Gieben
2
-8
/
+21
2018-12-07
fix a document error (#2376)
StormXX
1
-1
/
+1
2018-12-06
Use Trim(Prefix/Suffix) instead of Trim(Left/Right) in rewrite prefix plugin ...
Daniel Garcia
2
-22
/
+37
2018-12-06
Fix EDNS0 compliance (#2357)
Miek Gieben
10
-8
/
+37
2018-12-06
Use TrimPrefix instead of TrimLeft in rewrite prefix plugin (#2364) (#2370)
Daniel Garcia
2
-1
/
+29
2018-12-05
clean pre-submit checks (#2367)
Chris O'Haver
1
-3
/
+3
2018-12-04
plugin/loop: Improve loop troubleshoot docs (#2363)
Chris O'Haver
1
-12
/
+15
2018-12-01
Update Prometheus to 0.9.1 (#2360)
Yong Tang
1
-2
/
+1
2018-12-01
plugin/forward: remove truncate logic (#2320)
Miek Gieben
1
-121
/
+0
2018-12-01
pkg/up: implement backoff (#2342)
Miek Gieben
1
-4
/
+20
2018-11-30
allow ttl 0 (#2348)
Chris O'Haver
2
-3
/
+3
2018-11-29
Up to DNS version 1.1.0 (#2346)
Miek Gieben
3
-32
/
+1
2018-11-28
Update README.md (#2344)
Cricket Liu
1
-10
/
+10
2018-11-27
Update README.md (#2341)
Cricket Liu
1
-22
/
+22
2018-11-23
Scrub results in forwarding/lookup (#2331)
Miek Gieben
1
-1
/
+2
2018-11-21
Add the missed braces. (#2330)
Jiacheng Xu
1
-2
/
+3
2018-11-21
Do not muck with ordering of XFRs (#2329)
John Belamaric
2
-0
/
+40
2018-11-20
plugin/forward: make tls config more clear (#2326)
Miek Gieben
1
-1
/
+15
2018-11-20
plugin/forward: remove dynamic read timeout (#2319)
Miek Gieben
5
-26
/
+15
2018-11-16
Set SOA record TTL as min of TTL/MINIMUM (#2295)
stuart nelson
9
-37
/
+43
2018-11-15
Redo the plugin log PR (#2315)
Miek Gieben
2
-8
/
+19
2018-11-13
plugin/kubernetes: Validate transfers are allowed (#2292)
Chris O'Haver
3
-2
/
+105
2018-11-13
pkg/log: use 000 instead of 999 for the millis (#2303)
Miek Gieben
1
-1
/
+1
2018-11-13
Update README.md in route53 plugin (#2299)
Yong Tang
1
-10
/
+0
2018-11-13
fix formatting (#2302)
Sandeep Rajan
2
-4
/
+4
2018-11-13
plugin/log - Support for Metadata (#2251)
Francois Tur
5
-19
/
+123
2018-11-12
dont log error for non existant txt records (#2291)
Chris O'Haver
1
-1
/
+1
2018-11-09
recommended (#2283)
Chris O'Haver
1
-1
/
+1
2018-11-08
add missed kubernetes option to syntax box (#2281)
DavadDi
1
-0
/
+2
2018-11-07
add opts.initPodCache to avoid panic (#2279)
DavadDi
1
-0
/
+11
2018-11-06
Fix a typo in health plugin readme (#2274)
Jiacheng Xu
1
-1
/
+1
2018-11-05
fix typo (#2272)
moredhel
1
-1
/
+1
2018-11-03
plugin/host: parse file without holding lock (#2270)
Miek Gieben
2
-8
/
+9
2018-11-03
plugin/log: explain the {size} better (#2269)
Miek Gieben
1
-2
/
+2
2018-11-02
plugin/route53: make the upstream address in route53 plugin optional. (#2263)
Jiacheng Xu
3
-8
/
+10
2018-11-02
plugin/etcd: make the address of upstream optional (#2262)
Jiacheng Xu
2
-3
/
+14
2018-11-01
Metrics registered on wrong prometheus registry (#2246)
Francois Tur
5
-21
/
+66
2018-11-01
remove trailing whitespace (#2260)
Chris O'Haver
1
-2
/
+2
2018-10-31
logging: unify pkg/log and plugin/log (#2245)
Miek Gieben
6
-48
/
+44
2018-10-31
plugin/etcd: propagate recursion flag properly (#2254)
Carl-Magnus Björkell
2
-1
/
+8
2018-10-31
Revert "log/forward plugins: Extend dns query logging (#2240)" (#2256)
Miek Gieben
7
-55
/
+5
2018-10-31
Fix error handling when query fails (#2255)
Matthias Lechner
2
-0
/
+7
2018-10-30
Update README.md (#2253)
Francois Tur
1
-0
/
+1
[next]