aboutsummaryrefslogtreecommitdiff
path: root/plugin (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Fix acl page (#3626)Gravatar Miek Gieben 1-1/+2
2020-01-18plugin/acl: document metrics in README (#3605)Gravatar Erfan Besharat 1-0/+11
2020-01-17gofmt -w -s **/*.go (#3603)Gravatar Miek Gieben 4-4/+4
2020-01-17docs: update README and log plugin (#3602)Gravatar Miek Gieben 1-7/+6
2020-01-16Fix HostPortOrFile to support IPv6 addresses with zone (#3527)Gravatar Brad P. Crochet 2-4/+35
2020-01-12sign: add expiration jitter (#3588)Gravatar Miek Gieben 4-29/+32
2020-01-03plugin/cache: update comment to conform to the implementation (#3573)Gravatar Zheng Xie 1-1/+6
2020-01-03Resolve TXT records via CNAME (#3557)Gravatar Jonathan Nagy 6-12/+80
2020-01-03registry cache_miss logic (#3578)Gravatar Zou Nengren 1-0/+1
2019-12-29doc: fix generated manual pages (#3571)Gravatar Miek Gieben 8-39/+16
2019-12-19Bump kubernetes plugin schema version (#3554)Gravatar Antonio Ojea 2-2/+2
2019-12-18bump k8s releated library (#3552)Gravatar Zou Nengren 1-6/+0
2019-12-17Dedup policy implement between grpc and proxy plugin (#3537)Gravatar Zou Nengren 7-142/+104
2019-12-07Remove trailing whitespace as otherwise `make check` fails (#3515)Gravatar Yong Tang 1-1/+1
2019-12-06plugin/sign: fix signing of authoritative data (#3479)Gravatar Miek Gieben 9-70/+235
2019-12-06redirect handler for pprof index (#3503)Gravatar Zou Nengren 1-0/+3
2019-12-06use pkg/reuseport in rest plugins (#3492)Gravatar Zou Nengren 3-6/+11
2019-11-29Add a serve_stale option for plugin/cache (#3468)Gravatar Gonzalo Paniagua Javier 6-15/+166
2019-11-29Move to CODEOWNERS (#3489)Gravatar Miek Gieben 40-225/+0
2019-11-20Fix reloading in health and ready (#3473)Gravatar Zou Nengren 2-3/+4
2019-11-18Fix reloading in plugin/pprof. (#3454)Gravatar Gonzalo Paniagua Javier 2-9/+8
2019-11-17Fix incorrect sample configuration in clouddns (#3457)Gravatar Yong Tang 1-1/+1
2019-11-16create pkg/reuseport (#3455)Gravatar Miek Gieben 2-0/+50
2019-11-15bufsize: go gen and docs (#3449)Gravatar Miek Gieben 1-1/+1
2019-11-15pkg/fall: add (a lot of) guidance (#3450)Gravatar Miek Gieben 1-1/+13
2019-11-14plugin/bufsize: remove trailing whitespace (#3444)Gravatar Chris O'Haver 1-4/+4
2019-11-14plugin/bufsize: add usecase description (#3437)Gravatar Kohei Yoshida 1-2/+11
2019-11-13add OWNERS file (#3441)Gravatar Kohei Yoshida 1-0/+4
2019-11-10Add bufsize plugin for preparing the DNS Flag Day and avoiding IP fragmentati...Gravatar Kohei Yoshida 5-0/+231
2019-11-07Call wg.Add in main goroutine to avoid race conditons. (#3433)Gravatar Guangming Wang 1-1/+1
2019-11-06plugin/reload: Fix "durations" documentation link (#3431)Gravatar Miciah Dashiel Butler Masters 1-1/+1
2019-11-05transfer: small doc update (#3426)Gravatar Miek Gieben 1-4/+3
2019-11-01plugin/transfer: Zone transfer plugin (#3223)Gravatar Chris O'Haver 6-0/+697
2019-10-29Correct some if/iff mixups (#3406)Gravatar Euan Kemp 2-3/+3
2019-10-28small typo in autopath README so->to (#3408)Gravatar Dan Panzarella 1-1/+1
2019-10-19add MustNormalize (#3385)Gravatar Chris O'Haver 2-2/+26
2019-10-17pkg/log: add Clear to stop debug logging (#3372)Gravatar Miek Gieben 2-6/+20
2019-10-16plugin/dnssec, plugin/sign: ed25519 support (#3380)Gravatar Sean Liao 2-2/+6
2019-10-09fix spelling mistakes (#3364)Gravatar yuxiaobo96 6-7/+7
2019-10-08Directive -> plugin (#3363)Gravatar Miek Gieben 15-20/+20
2019-10-07kubernetes: brush up README, rename metric (#3360)Gravatar Miek Gieben 4-36/+35
2019-10-04Measure and expose DNS programming latency from Kubernetes plugin. (#3171)Gravatar janluk 10-37/+328
2019-10-04Make request.Request smaller (#3351)Gravatar Miek Gieben 2-2/+2
2019-10-03cache: move goroutine closure to separate function to save memory (#3353)Gravatar Miek Gieben 1-20/+25
2019-10-03plugin/route53: remove amazon intialization from init (#3348)Gravatar Miek Gieben 2-14/+8
2019-10-02plugin/clouddns: remove initialization from init (#3349)Gravatar Miek Gieben 2-21/+17
2019-10-02Add clouddns/OWNERS file (#3346)Gravatar Yong Tang 1-0/+6
2019-10-02plugin/erratic: doc and zone transfer (#3340)Gravatar Miek Gieben 2-12/+15
2019-10-01Move map to array (#3339)Gravatar Miek Gieben 3-30/+53
2019-10-01plugin/forward: make Yield not block (#3336)Gravatar Miek Gieben 8-105/+53