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. 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
  2. 18 May, 2018 4 commits
  3. 17 May, 2018 5 commits
  4. 16 May, 2018 1 commit
  5. 12 May, 2018 3 commits
  6. 11 May, 2018 1 commit
  7. 10 May, 2018 2 commits
  8. 09 May, 2018 7 commits
  9. 08 May, 2018 1 commit
  10. 06 May, 2018 4 commits
  11. 05 May, 2018 1 commit
  12. 04 May, 2018 1 commit
  13. 03 May, 2018 1 commit
  14. 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
  15. 01 May, 2018 2 commits
  16. 28 Apr, 2018 5 commits