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. 19 Sep, 2018 2 commits
    • Miek Gieben's avatar
      Better naming (#2104) · cb932ca2
      Miek Gieben authored
      * Move functions from pkg/transport to pkg/parse
      
      Although "parse" is a fairly generic name I believe this is somewhat
      better named. pkg/transport keeps a few constants that are uses
      throughout for the rest is is renaming a bunch (and the fallout from
      there to make things compile again).
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix tests
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      cb932ca2
    • Miek Gieben's avatar
      Cleanup ParseHostOrFile (#2100) · c349446a
      Miek Gieben authored
      Create plugin/pkg/transport that holds the transport related functions.
      This needed to be a new pkg to prevent cyclic import errors.
      
      This cleans up a bunch of duplicated code in core/dnsserver that also
      tried to parse a transport (now all done in transport.Parse).
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      c349446a
  2. 18 Sep, 2018 3 commits
  3. 14 Sep, 2018 1 commit
  4. 12 Sep, 2018 1 commit
  5. 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
  6. 01 Sep, 2018 3 commits
  7. 30 Aug, 2018 1 commit
  8. 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
  9. 28 Aug, 2018 3 commits
  10. 27 Aug, 2018 2 commits
  11. 25 Aug, 2018 1 commit
  12. 24 Aug, 2018 1 commit
  13. 23 Aug, 2018 1 commit
  14. 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
  15. 16 Aug, 2018 2 commits
  16. 14 Aug, 2018 1 commit
  17. 08 Aug, 2018 1 commit
  18. 04 Aug, 2018 1 commit
  19. 03 Aug, 2018 1 commit
  20. 02 Aug, 2018 1 commit
  21. 30 Jul, 2018 2 commits
  22. 28 Jul, 2018 2 commits
  23. 27 Jul, 2018 2 commits