aboutsummaryrefslogtreecommitdiff
path: root/core/parse (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19Make CoreDNS a server type plugin for Caddy (#220)Gravatar Miek Gieben 13-1692/+0
* Make CoreDNS a server type plugin for Caddy Remove code we don't need and port all middleware over. Fix all tests and rework the documentation. Also make `go generate` build a caddy binary which we then copy into our directory. This means `go build`-builds remain working as-is. And new etc instances in each etcd test for better isolation. Fix more tests and rework test.Server with the newer support Caddy offers. Fix Makefile to support new mode of operation.
2016-04-28Clean up remove caddy refs (#139)Gravatar Michael Richmond 1-2/+2
* Changed reference to Caddy over to CoreDNS * Removing references to caddy * Fixed misleading error message to reference coredns * Cleaning up references to caddy * Adding clean and deps targets Muscle memory is resulting in "make clean" commands. * Adding test target to makefile * More "Caddy" cleanup
2016-04-13Use IsDomainName (#119)Gravatar Miek Gieben 1-0/+9
Liberal as it as it still has its use. Reject invalid domain names in the config. Unrelated: clear up the README as well. And fix travis script.
2016-03-19Make whole heap of tests betterGravatar Miek Gieben 1-125/+49
2016-03-18First commitGravatar Miek Gieben 13-0/+1759