This project is mirrored from https://github.com/coredns/coredns.git. The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
  1. 22 May, 2018 1 commit
    • Miek Gieben's avatar
      make CoreDNS DoH Server (#1619) · 18b92e11
      Miek Gieben authored
      * WIP: make CoreDNS DoH Server
      
      * It works
      
      * Fix tests
      
      * Review from Tom - on diff. PR
      
      * correct mime type
      
      * Cleanups and use the pkg/nonwriter
      
      * rename and updates
      
      * implement get
      
      * implement GET
      
      * Code review comments
      
      * correct context
      
      * tweaks
      
      * code review
      18b92e11
  2. 21 May, 2018 2 commits
  3. 20 May, 2018 1 commit
    • Yong Tang's avatar
      Fix `make check` dependency error (#1818) · a40345d6
      Yong Tang authored
      While invoking `make check` from a fresh new environment
      the following failure occured:
      ```
      [ec2-user@..... coredns]$ docker run -i -t --rm -v $PWD:/go/src/github.com/coredns/coredns -w /go/src/github.com/coredns/coredns golang:1.10
      root@e2d6a6c17132:/go/src/github.com/coredns/coredns# make check
      ** presubmit/context
      ** presubmit/test-lowercase
      ( gometalinter --deadline=2m --disable-all --enable=goimports --vendor --exclude=^pb/ ./... || true )
      /bin/sh: 1: gometalinter: not found
      go generate coredns.go
      ```
      
      This fix fixes the issue in Makefile so that deps could be installed first.
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      a40345d6
  4. 18 May, 2018 4 commits
  5. 17 May, 2018 5 commits
  6. 16 May, 2018 1 commit
  7. 12 May, 2018 3 commits
  8. 11 May, 2018 1 commit
  9. 10 May, 2018 2 commits
  10. 09 May, 2018 7 commits
  11. 08 May, 2018 1 commit
  12. 06 May, 2018 4 commits
  13. 05 May, 2018 1 commit
  14. 04 May, 2018 1 commit
  15. 03 May, 2018 1 commit
  16. 02 May, 2018 1 commit
    • Miek Gieben's avatar
      Do Compress only when need in request.Scrub (#1760) · 57352924
      Miek Gieben authored
      * Remove Compress by default
      
      Set Compress = true in Scrub only when the message doesn not fit the
      advertized buffer. Doing compression is expensive, so try to avoid it.
      
      Master vs this branch
      pkg: github.com/coredns/coredns/plugin/cache
      BenchmarkCacheResponse-2   	   50000	     24774 ns/op
      
      pkg: github.com/coredns/coredns/plugin/cache
      BenchmarkCacheResponse-2   	  100000	     21960 ns/op
      
      * and make it compile
      57352924
  17. 01 May, 2018 2 commits
  18. 28 Apr, 2018 2 commits