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. 28 Aug, 2018 3 commits
  2. 27 Aug, 2018 2 commits
  3. 25 Aug, 2018 1 commit
  4. 24 Aug, 2018 1 commit
  5. 23 Aug, 2018 1 commit
  6. 21 Aug, 2018 1 commit
    • Zach Eddy's avatar
      Metrics listener fix (#2036) · 8aa55c5f
      Zach Eddy authored
      * Create test to verify correct listener behavior
      
      * Create Unset function to remove todo items
      
      * Reset address for prometheus listener before restarting
      
      * Add inline documentation for Unset function
      
      * Make shutdownTimeout a constant and change to five seconds
      
      * Revert ForEach behavior in uniq package
      8aa55c5f
  7. 16 Aug, 2018 2 commits
  8. 14 Aug, 2018 1 commit
  9. 08 Aug, 2018 1 commit
  10. 04 Aug, 2018 1 commit
  11. 03 Aug, 2018 1 commit
  12. 02 Aug, 2018 1 commit
  13. 30 Jul, 2018 2 commits
  14. 28 Jul, 2018 2 commits
  15. 27 Jul, 2018 2 commits
  16. 24 Jul, 2018 1 commit
  17. 22 Jul, 2018 2 commits
  18. 21 Jul, 2018 2 commits
  19. 20 Jul, 2018 2 commits
    • Miek Gieben's avatar
      Logfatalf (#1990) · 547f1554
      Miek Gieben authored
      * bliep
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * plugin/log: add log.Fatal[f]
      
      Add log.Fatal(f) to mimic more of the log package. The first and only
      use is in the (new) loop plugin.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      547f1554
    • Miek Gieben's avatar
      plugin/erratic: add axfr support (#1977) · d998aa6c
      Miek Gieben authored
      * plugin/erratic: add axfr support
      
      Add support for axfr. This to fix and test long standing axfr issues
      that are hard to test if we don't support it directly in coredns.
      
      The most intriguing feature is withholding the last SOA from a response
      so the client needs to wait; drop (no reply) and delay is also
      supported. All TTLs are set to zero.
      
      Add simple tests that checks if first record is a SOA.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * more test coverage
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      d998aa6c
  20. 19 Jul, 2018 3 commits
  21. 16 Jul, 2018 1 commit
  22. 13 Jul, 2018 2 commits
  23. 11 Jul, 2018 1 commit
  24. 10 Jul, 2018 2 commits
    • Miek Gieben's avatar
      Up release to 1.2.0 (#1958) · 2306721c
      Miek Gieben authored
      Automatically submitted.
      2306721c
    • Miek Gieben's avatar
      release: automate the release (#1935) · 3b9da823
      Miek Gieben authored
      * release: automate the release
      
      This PR aims to various pieces into place so we can automate the coredns
      release. It needs the script from coredns/release to be installed. Dreck
      is to be setup as described in coredns/release/README.md
      
      The release-coredns script can be tested and allows for other branches
      than master to be test.
      
      This PR also features some cleanup in the Makefile.release so we don't
      call the godep target for each linux release - this speeds it up for
      some bit.
      
      Manually running ./release-coredns -t auto-release builds the artifects
      for this release, but (of course) doesn't upload anything yet.
      
      Add /release to the OWNERS and allow command to be executed (this still
      needs to be tested).
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * that makefile target doesnt exist anymore
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * test release for now
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Slightly better output
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * remove again
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      3b9da823
  25. 09 Jul, 2018 2 commits
    • Miek Gieben's avatar
      plugin/forward: add HealthChecker interface (#1950) · a5368335
      Miek Gieben authored
      * plugin/forward: add HealthChecker interface
      
      Make the HealthChecker interface and morph the current DNS health
      checker into that interface.
      
      Remove all whole bunch of method on Forward that didn't make sense.
      
      This is done in preparation of adding a DoH client to forward - which
      requires a completely different healthcheck implementation (and more,
      but lets start here)
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Use protocol
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Dial doesnt need to be method an Forward either
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Address comments
      
      Address various comments on the PR.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      a5368335
    • Miek Gieben's avatar
      Remove trailing whitespace (#1955) · 4083852b
      Miek Gieben authored
      Prevent future; "remove trailing whitespace" PR, but adding a simple
      presubmit that checks for this.
      
      This presubmit flagged quite some offenders, remove all trailing
      whitespace from. Apart from that there aren't any other changes.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      4083852b