coredns/plugin
Gonzalo Paniagua Javier f91c55d6cd Fix reloading in plugin/pprof. (#3454)
* Fix reloading in plugin/pprof.

Reloading the server without changing the listen address results in an
error because Startup is called for newly set up plugins before Shutdown
is called for the old ones.

Signed-off-by: Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>

* Use pkg/reuseport when listening.

Use coredns' newly added reuseport.

Signed-off-by: Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>

* Revert go.{mod,sum} changes.

Signed-off-by: Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
2019-11-18 07:58:00 +00:00
..
acl fix spelling mistakes (#3364) 2019-10-09 07:24:18 +00:00
any all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
auto Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
autopath Correct some if/iff mixups (#3406) 2019-10-29 09:38:56 -04:00
azure all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
bind Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
bufsize plugin/bufsize: remove trailing whitespace (#3444) 2019-11-14 16:13:49 +00:00
cache Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
cancel Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
chaos bufsize: go gen and docs (#3449) 2019-11-15 07:45:09 -08:00
clouddns Fix incorrect sample configuration in clouddns (#3457) 2019-11-17 18:53:10 +00:00
debug plugin register (#3321) 2019-09-28 10:40:43 +01:00
deprecated all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
dnssec Correct some if/iff mixups (#3406) 2019-10-29 09:38:56 -04:00
dnstap Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
erratic plugin/erratic: doc and zone transfer (#3340) 2019-10-02 07:22:26 +01:00
errors all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
etcd Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
file Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
forward fix spelling mistakes (#3364) 2019-10-09 07:24:18 +00:00
grpc Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
health Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
hosts Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
import Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
k8s_external cleanup: remove redundant return statement (#3297) 2019-09-23 14:40:14 +01:00
kubernetes Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
loadbalance fix mis-spelling (#3310) 2019-09-26 13:19:45 +01:00
log all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
loop all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
metadata all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
metrics all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
nsid all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
pkg create pkg/reuseport (#3455) 2019-11-16 18:02:46 -08:00
pprof Fix reloading in plugin/pprof. (#3454) 2019-11-18 07:58:00 +00:00
ready fix mis-spelling (#3310) 2019-09-26 13:19:45 +01:00
reload plugin/reload: Fix "durations" documentation link (#3431) 2019-11-06 13:27:55 -08:00
rewrite Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
root plugin register (#3321) 2019-09-28 10:40:43 +01:00
route53 fix spelling mistakes (#3364) 2019-10-09 07:24:18 +00:00
secondary fix mis-spelling (#3310) 2019-09-26 13:19:45 +01:00
sign plugin/dnssec, plugin/sign: ed25519 support (#3380) 2019-10-16 07:32:11 +01:00
template Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
test cleanup: remove redundant return statement (#3297) 2019-09-23 14:40:14 +01:00
tls Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
trace Run gostaticheck (#3325) 2019-10-01 07:41:29 +01:00
transfer Call wg.Add in main goroutine to avoid race conditons. (#3433) 2019-11-07 15:29:50 +00:00
whoami all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
backend.go Remove context.Context from request.Request (#2726) 2019-03-26 14:37:30 +00:00
backend_lookup.go plugin/kubernetes: Handle multiple local IPs and bind (#3208) 2019-09-05 09:07:55 -04:00
done.go go report card fixes (#3182) 2019-08-24 18:14:25 +00:00
log_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
normalize.go add MustNormalize (#3385) 2019-10-19 08:08:14 +01:00
normalize_test.go add MustNormalize (#3385) 2019-10-19 08:08:14 +01:00
plugin.go typo fixes (#3169) 2019-08-21 16:08:55 -04:00
register.go all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00