Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-27 | plugin/errors: 'consolidate' option (#2192) | 1 | -6/+40 | ||
- see more details at https://github.com/infobloxopen/coredns-plugin-errors/pull/3 | |||||
2018-05-09 | plugin/errors: remove panic/recover (#1777) | 1 | -6/+0 | ||
Remove panic/recover and also use pkg/log to print the error. This brings some consistency into the logging. Fixes #1776 | |||||
2018-02-28 | return an error for multiple use of some plugins (#1559) | 1 | -0/+6 | ||
* plugins: Return error for multiple use of some Return plugin.ErrOnce when a plugin that doesn't support it, is called mutliple times. This now adds it for: cache, dnssec, errors, forward, hosts, nsid. And changes it slightly in kubernetes, pprof, reload, root. * more tests | |||||
2017-09-14 | Remove the word middleware (#1067) | 1 | -0/+55 | ||
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat |