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. 18 Sep, 2018 2 commits
  2. 14 Sep, 2018 1 commit
  3. 12 Sep, 2018 1 commit
  4. 04 Sep, 2018 1 commit
    • Aaron Riekenberg's avatar
      Add MINTTL parameter to cache configuration. (#2055) · b42eae7a
      Aaron Riekenberg authored
      * Add success min TTL parameter to cache.
      
      * Add MINTTL to README.
      
      * Update README.
      
      * Add MINTTL to negative cache.
      
      * Remove unnecessary variable name.
      
      * Address review comments.
      
      * Configure cache in TestCacheZeroTTL to have 0 min ttl.
      b42eae7a
  5. 01 Sep, 2018 3 commits
  6. 30 Aug, 2018 1 commit
  7. 29 Aug, 2018 6 commits
    • Paul G's avatar
      plugin/rewrite: add handling of TTL field rewrites (#2048) · 38051b90
      Paul G authored
      Resolves: #1981
      Signed-off-by: default avatarPaul Greenberg <greenpau@outlook.com>
      38051b90
    • Miek Gieben's avatar
      release: kill sum target (#2069) · 52147cd6
      Miek Gieben authored
      Just create the sha256 inline so we know there are there.
      Add a 'version' target in Makefile.release that prints the version so we
      can double check that easily in the release script.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      52147cd6
    • Miek Gieben's avatar
      Default to scrubbing replies in the server (#2012) · ba1efee4
      Miek Gieben authored
      Every plugin needs to deal with EDNS0 and should call Scrub to make a
      message fit the client's buffer. Move this functionality into the server
      and wrapping the ResponseWriter into a ScrubWriter that handles these
      bits for us. Result:
      
      Less code and faster, because multiple chained plugins could all be
      calling scrub and SizeAndDo - now there is just one place.
      
      Most tests in file/* and dnssec/* needed adjusting because in those unit
      tests you don't see OPT RRs anymore. The DNSSEC signer was also looking
      at the returned OPT RR to see if it needed to sign - as those are now
      added by the server (and thus later), this needed to change slightly.
      
      Scrub itself still exist (for backward compat reasons), but has been
      made a noop. Scrub has been renamed to scrub as it should not be used by
      external plugins.
      
      Fixes: #2010
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      ba1efee4
    • Miek Gieben's avatar
      Bump version to 1.2.2 (#2067) · eb51e8ba
      Miek Gieben authored
      * Bump version to 1.2.2
      
      Release 1.2.2
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix filename to what we upload
      
      With ls dir/* the pathname returned are diff. then we with ls dir, fix
      how curl is called.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      eb51e8ba
    • Chris O'Haver's avatar
      lower cache min limit (#2065) · 684c35d5
      Chris O'Haver authored
      684c35d5
    • Miek Gieben's avatar
      release: split out sha256 upload (#2063) · a2175547
      Miek Gieben authored
      For the 1.2.1 release we didn't upload the sha256 files. I've added
      an echo, but some testing suggests that the files are created, so the
      problem lays somewhere else.
      
      Add a new upload section that sets the content type correctly and POST
      the files as text/plain.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      a2175547
  8. 28 Aug, 2018 3 commits
  9. 27 Aug, 2018 2 commits
  10. 25 Aug, 2018 1 commit
  11. 24 Aug, 2018 1 commit
  12. 23 Aug, 2018 1 commit
  13. 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
  14. 16 Aug, 2018 2 commits
  15. 14 Aug, 2018 1 commit
  16. 08 Aug, 2018 1 commit
  17. 04 Aug, 2018 1 commit
  18. 03 Aug, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 30 Jul, 2018 2 commits
  21. 28 Jul, 2018 2 commits
  22. 27 Jul, 2018 2 commits
  23. 24 Jul, 2018 1 commit
  24. 22 Jul, 2018 2 commits