Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-07 | Cleanup: put middleware helper functions in pkgs (#245) | 1 | -27/+0 | ||
Move all (almost all) Go files in middleware into their own packages. This makes for better naming and discoverability. Lot of changes elsewhere to make this change. The middleware.State was renamed to request.Request which is better, but still does not cover all use-cases. It was also moved out middleware because it is used by `dnsserver` as well. A pkg/dnsutil packages was added for shared, handy, dns util functions. All normalize functions are now put in normalize.go | |||||
2016-04-12 | Use dns.IsSubDomain (#112) | 1 | -10/+5 | ||
For the match function use the proper thing from go dns. Fix all callers and tests to use this. Fixes: #107 | |||||
2016-04-05 | Add more logging | 1 | -1/+0 | ||
Put some more logging in CoreDNS. | |||||
2016-04-03 | Rename Standard to Normalize | 1 | -1/+1 | ||
Some doc updates and tweaks. | |||||
2016-03-22 | clean println | 1 | -1/+0 | ||
2016-03-22 | more | 1 | -1/+14 | ||
2016-03-21 | more stuff; insight: use proxy for upstream queries | 1 | -3/+3 | ||
2016-03-18 | First commit | 1 | -0/+21 | ||