Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-14 | Typo fixes (#2031) | 1 | -1/+1 | ||
2018-04-19 | Update all plugins to use plugin/pkg/log (#1694) | 1 | -3/+0 | ||
* Update all plugins to use plugin/pkg/log I wish this could have been done with sed. Alas manually changed all callers to use the new plugin/pkg/log package. * Error -> Info * Add docs to debug plugin as well | |||||
2017-09-14 | Remove the word middleware (#1067) | 1 | -0/+107 | ||
* 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 |