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. 26 May, 2017 1 commit
  2. 25 May, 2017 1 commit
  3. 24 May, 2017 1 commit
  4. 23 May, 2017 1 commit
    • Chris O'Haver's avatar
      Handle K8s middleware NS record (#662) · 7f950e49
      Chris O'Haver authored
      * commit for testing in cluster
      
      * commit for testing in cluster
      
      * refactor and add ns.dns record
      
      * Release 007
      
      * reduce heap allocations
      
      * gofmt
      
      * revert accidental Makefile commits
      
      * restore prior rcode for disabled pod mode
      
      * revert Makefile deltas
      
      * add unit tests
      
      * more unit tests
      
      * make isRequestInReverseRange easier to test
      
      * more unit tests
      
      * addressing review feedback
      
      * commit setup.go
      7f950e49
  5. 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
  6. 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
  7. 08 May, 2017 1 commit
  8. 06 May, 2017 1 commit
  9. 04 May, 2017 3 commits
  10. 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
  11. 30 Apr, 2017 2 commits
  12. 29 Apr, 2017 4 commits
  13. 27 Apr, 2017 1 commit
  14. 26 Apr, 2017 1 commit
  15. 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
  16. 24 Apr, 2017 2 commits
  17. 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
  18. 21 Apr, 2017 1 commit
  19. 20 Apr, 2017 5 commits
  20. 18 Apr, 2017 2 commits
  21. 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
  22. 13 Apr, 2017 4 commits
  23. 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
  24. 06 Apr, 2017 1 commit