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. 30 Nov, 2019 1 commit
  2. 29 Nov, 2019 2 commits
  3. 25 Nov, 2019 3 commits
  4. 20 Nov, 2019 1 commit
  5. 19 Nov, 2019 1 commit
  6. 18 Nov, 2019 5 commits
  7. 17 Nov, 2019 1 commit
    • Miek Gieben's avatar
      create pkg/reuseport (#3455) · e14e053d
      Miek Gieben authored
      * create pkg/reuseport
      
      Move the core server listening functions to a new package so plugins can
      use them.
      
      Also make *all* servers use the functions here; as only the udp/tcp
      listeners where using SO_REUSEPORT (if available). This is the only
      actual change in this PR; in it's core it's just a move of 2 files.
      
      This can also be used to cleanup the dance we're doing now for
      re-acquiring the sockets in e.g. the metrics plugins and the ready
      plugin.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Also push a small doc update
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      e14e053d
  8. 15 Nov, 2019 4 commits
  9. 14 Nov, 2019 1 commit
  10. 13 Nov, 2019 1 commit
  11. 12 Nov, 2019 2 commits
  12. 10 Nov, 2019 1 commit
  13. 07 Nov, 2019 3 commits
  14. 05 Nov, 2019 3 commits
  15. 04 Nov, 2019 2 commits
  16. 02 Nov, 2019 1 commit
  17. 31 Oct, 2019 1 commit
    • Yong Tang's avatar
      Update Project Lead's term (#3338) · 5d8bda58
      Yong Tang authored
      Base on the [GOVERNANCE.md] of CoreDNS, we will need to update project lead's term:
      1) Any PR should only be opened no earlier than 6 weeks before the end of current lead's term
      2) PR can only be merged after it has been opened for 4 weeks.
      3) See [GOVERNANCE.md] for more details on how votes are counted.
      
      Since it is less than 6 weeks before 11/11/2019, this PR:
      1) propose to extend project lead's term from 11/11/2019 to 11/11/2020.
      2) will keep open until at least to 10/29/2019 (4 weeks), so that community has a chance to voice opinions
      
      Please specify +1/-1 for agree/disagree.
      
      Note: Alternative PRs could be opened concurrently, as long as it following the rules specified in [GOVERNANCE.md].
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      5d8bda58
  18. 29 Oct, 2019 2 commits
  19. 28 Oct, 2019 1 commit
  20. 22 Oct, 2019 2 commits
  21. 19 Oct, 2019 1 commit
  22. 17 Oct, 2019 1 commit
    • Miek Gieben's avatar
      pkg/log: add Clear to stop debug logging (#3372) · 5f114d38
      Miek Gieben authored
      When reloading we need to disable debug output when the debug plugin is
      removed from the config file. Add a `Clear` function to pkg/log and use
      it in the server server.
      
      Add test case in pkg/log, for actuall check I manually checked the
      output by sprinkling some debug statements in the startup and checking
      with sending SIGUSR1.
      
      Also clear up the comments in pkg/log to remove the text about time
      stamping.
      
      Fixes: #3035
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      5f114d38