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. 09 May, 2018 2 commits
  2. 08 May, 2018 1 commit
  3. 06 May, 2018 4 commits
  4. 05 May, 2018 1 commit
  5. 04 May, 2018 1 commit
  6. 03 May, 2018 1 commit
  7. 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
  8. 01 May, 2018 2 commits
  9. 28 Apr, 2018 6 commits
  10. 27 Apr, 2018 5 commits
  11. 26 Apr, 2018 6 commits
  12. 25 Apr, 2018 6 commits
    • Miek Gieben's avatar
      plugin/autopath: per server metrics (#1730) · 5c3e436d
      Miek Gieben authored
      Implement per server metrics in autopath; also don't export the metric.
      
      Updated readme as well.
      5c3e436d
    • Miek Gieben's avatar
      core: remove HostAddresses() (#1728) · d3f2d4a2
      Miek Gieben authored
      * core: remove HostAddresses()
      
      config.HostAddresses() is a weird function that gathers
      some data from the server and returns a string.
      
      It is *only* used the trace plugin, to figure out what
      server starts the trace.
      
      Looks to be better to fit in the with metrics.WithServer label
      on the trace itself to show which server handled the trace.
      
      Remove HostAddresses() and cleanup trace a small bit.:w
      
      * lint
      d3f2d4a2
    • Miek Gieben's avatar
      deprecate some stuff (#1732) · 7a507e34
      Miek Gieben authored
      https_google and reverse will be removed in 2 releases. Add warnings.
      
      We will move reverse to coredns/reverse and list it as external after
      this switch.
      
      See #1713
      7a507e34
    • Miek Gieben's avatar
      plugin/pkg/uniq: add (#1733) · 5e6114b7
      Miek Gieben authored
      Spin this out the metrics package so we can use it in the health
      one of well to fix some reload bugs.
      5e6114b7
    • Miek Gieben's avatar
      plugin/forward: fix TLS setup (#1714) · ce084012
      Miek Gieben authored
      * plugin/forward: fix TLS setup
      
      Way smaller PR than #1679. Fixes same thing.
      
      * remove println
      
      * put overwritten test back
      
      * context
      
      * update tests
      ce084012
    • Miek Gieben's avatar
      plugin/forward: close channels when connManager returns (#1727) · f529a277
      Miek Gieben authored
      Close a bunch of channels, also change the test to just use a for loop
      with a counter.
      f529a277
  13. 24 Apr, 2018 2 commits
  14. 23 Apr, 2018 2 commits
    • Miek Gieben's avatar
      Presubmit (#1719) · c9b5cedb
      Miek Gieben authored
      * build: add presubmits
      
      We didn't have a way to encode presubmit; with this hack we can just
      run a bunch of script on the build; this allows us to automatically
      capture things like using the wrong context and maybe other fluff.
      
      This allows us to cut down on code reviews and just have the build fail.
      
      * hook it up
      
      * put presubmit in checks; so we do it for tests as well
      
      * Add explicit exit 1 if things fails
      c9b5cedb
    • Miek Gieben's avatar
      Release 1.1.2 · 582f91f3
      Miek Gieben authored
      582f91f3