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, 2017 1 commit
    • Miek Gieben's avatar
      middleware/chaos: fix version (#669) · 024f5668
      Miek Gieben authored
      * middleware/chaos: fix version
      
      Move the version setting into a init function so it is done early. Then
      tweak the setup code for chaos a bit to correctly pick this version up.
      Add an integration test to pick this up in the toplevel test/ directory.
      
      Fixes #667
      
      * Update tests
      024f5668
  2. 12 May, 2017 1 commit
    • Miek Gieben's avatar
      Makefile.release: bogus all target (#666) · 7e6f5c77
      Miek Gieben authored
      Make the default target do nothing and put the actual release under a
      'release' target. Prevent accidentally committing unwanted commits to
      the repo.
      
      Tested with `make -f Makefile.release -n`.
      7e6f5c77
  3. 08 May, 2017 1 commit
  4. 06 May, 2017 1 commit
  5. 04 May, 2017 3 commits
  6. 03 May, 2017 1 commit
    • Miek Gieben's avatar
      middleware/file: correctly parse the stanza (#658) · 8eda6c7b
      Miek Gieben authored
      * middleware/file: correctly parse the stanza
      
      Parsing the file stanza would give precedence to 'transfer' and ignore
      other bits if it wasn't specified.
      
      This change fixes the parsing. The actually external CNAME retrieval is
      working fine (once the upstream is correctly parsed).
      
      This wasn't caught in tests, because we lack a parsing test for this.
      
      Fixes #657
      
      * Add tests
      8eda6c7b
  7. 30 Apr, 2017 2 commits
  8. 29 Apr, 2017 4 commits
  9. 27 Apr, 2017 1 commit
  10. 26 Apr, 2017 1 commit
  11. 25 Apr, 2017 1 commit
    • Miek Gieben's avatar
      Fix health race (#645) · 003b1bf6
      Miek Gieben authored
      * Revert "middleware/proxy: Make Unhealthy a pointer (#615)"
      
      This reverts commit acbf522c.
      
      * middleware/proxy: add proper locking
      
      This add the proper locking around `Unhealthy`.
      003b1bf6
  12. 24 Apr, 2017 2 commits
  13. 22 Apr, 2017 2 commits
    • Miek Gieben's avatar
      msg.Service: add HostType() method (#627) · 4c9351b0
      Miek Gieben authored
      This method parses the Host field in the service. It returns 1 or 3
      things 1) it is a host 2) an IPv4 address or an 3) IPv6 address.
      This simplifies some code a bit and allows for 1 way of parsing the Host
      field.
      
      This *only* parse the Host field, Mail and/or Text values should be
      checked separately.
      
      We reuse the dns.TypeXXX values for this as to not invent anything new.
      4c9351b0
    • Chris O'Haver's avatar
      Fix go pprof lib link (#638) · 320cf978
      Chris O'Haver authored
      320cf978
  14. 21 Apr, 2017 1 commit
  15. 20 Apr, 2017 5 commits
  16. 18 Apr, 2017 2 commits
  17. 16 Apr, 2017 1 commit
    • Miek Gieben's avatar
      Tc bits (#617) · 73397e46
      Miek Gieben authored
      * middleware/erratic: allow TC bit to be set
      
      Add `truncate` as an option.
      
      Fixes #593
      73397e46
  18. 13 Apr, 2017 4 commits
  19. 12 Apr, 2017 1 commit
    • Miek Gieben's avatar
      middleware/metrics: allow multiple listeners · c2629460
      Miek Gieben authored
      There was no inherent reason *not* to allow multiple listeners for the
      monitoring data. Actually enforcing only one listener lead to more code
      then just allowing multiple. It's probably not what you want; but
      CoreDNS is happy to oblige.
      c2629460
  20. 06 Apr, 2017 1 commit
  21. 29 Mar, 2017 1 commit
  22. 19 Mar, 2017 2 commits
  23. 18 Mar, 2017 1 commit
    • Miek Gieben's avatar
      middlewware/startup|shutdown (#604) · 830fdfd2
      Miek Gieben authored
      Add middleware by directly linking it from caddy, i.e. without any code
      changes. To be fair: this does not added a ServeHTTP, but does give
      some nice features in the Corefile.
      830fdfd2