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. 18 May, 2018 2 commits
    • Miek Gieben's avatar
      reload: don't fail test on addr in use (#1804) · 2b9d2d6c
      Miek Gieben authored
      A bit meh, but we *need* hardcoded addresses in these tests, because
      we can't get them from a running coredns. These may be in-use and this
      fails the tests then. Do an ugly err.Error() string match if this is the
      case to prevent failing the test for something not in our control.
      
      A better fix would be to retreive the listening address from coredns via
      some api, so we could listen on :0 for these as well. No such API exists
      as of yet.
      2b9d2d6c
    • Anton Antonov's avatar
      Fix typo in erratic.go (#1812) · a9f3ad1f
      Anton Antonov authored
      a9f3ad1f
  2. 17 May, 2018 5 commits
  3. 16 May, 2018 1 commit
  4. 12 May, 2018 3 commits
  5. 11 May, 2018 1 commit
  6. 10 May, 2018 2 commits
  7. 09 May, 2018 7 commits
  8. 08 May, 2018 1 commit
  9. 06 May, 2018 4 commits
  10. 05 May, 2018 1 commit
  11. 04 May, 2018 1 commit
  12. 03 May, 2018 1 commit
  13. 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
  14. 01 May, 2018 2 commits
  15. 28 Apr, 2018 6 commits
  16. 27 Apr, 2018 2 commits