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. 03 Mar, 2017 1 commit
  2. 01 Mar, 2017 2 commits
    • Miek Gieben's avatar
      Put docker release in Makefile.release (#562) · a3f77886
      Miek Gieben authored
      Make the docker release part of the normal CoreDNS release
      a3f77886
    • John Belamaric's avatar
      Grpc tracing (#544) · 9ea8cde3
      John Belamaric authored
      * checkpoint
      
      * Pass context through ServeDNS, enable gRPC tracing
      
      * Fix types and make tracer available to proxy. go fmt
      
      * Fix imports
      
      * Use the DoNotStartTrace option
      
      * Change to SpanFilter from DoNotStartTrace
      
      * Use new name (IncludeSpan)
      
      * Final names
      
      * Add tests; fix possible client/conn leaks in grpc
      
      * go fmt
      9ea8cde3
  3. 27 Feb, 2017 1 commit
  4. 23 Feb, 2017 4 commits
  5. 22 Feb, 2017 8 commits
  6. 21 Feb, 2017 1 commit
    • Miek Gieben's avatar
      Document fallthrough and fix rewrite (#537) · 26242cef
      Miek Gieben authored
      * Document fallthrough and fix *reverse*
      
      While documenting the fallthrough behavior and testing it I noticed
      the did not properly work. This PR does a tiny bit too much as it
      
      - Documents fallthrough
      - Fixes fallthrough in reverse
      - Makes directives_generate complain on duplicate priorities
      - Moved reverse *before* file in middleware.cfg
      - Add a test that tests the reverse fallthrough behavior with a file
        backend
      
      Fixes #515
      
      * ....and fix the tests
      26242cef
  7. 20 Feb, 2017 3 commits
    • Miek Gieben's avatar
      middleware/file: additional section processing (#531) · 3e26398e
      Miek Gieben authored
      Add additional section processing for MX and SRV records. Update the
      tests.
      3e26398e
    • Miek Gieben's avatar
      All middleware equal (#535) · ea38b642
      Miek Gieben authored
      * all-middleware-equal
      
      * Revert "all-middleware-equal"
      
      This reverts commit ee77b2a9816b1953a19fefb863875399aacd0c2a.
      
      * middleware: treat external and local the same
      
      Make the middleware generation simpler and also specify the local
      middleware, meaning that it can now be removed as well. Simplify
      the code a bit and regen everything.
      
      * remove lineNR, not used
      ea38b642
    • Miek Gieben's avatar
      server: fix data race (#536) · bcd9c8b0
      Miek Gieben authored
      * server: fix data race
      
      This fixes the detected race.
      
      Fixes #534
      
      * Remove the listener and packetconn from Server
      
      There does not seem a need to store the listener and packetconn again
      in the Server structure. The dns.Servers already has access to them
      and can also shutdown the handlers.
      bcd9c8b0
  8. 17 Feb, 2017 2 commits
  9. 16 Feb, 2017 1 commit
    • John Belamaric's avatar
      Fix make gen (#526) · 84fb9b84
      John Belamaric authored
      When using an external middleware, the generated file was failing to compile.
      The issue is a typo in directives_generate.go that left imports with an
      unterminated string.
      84fb9b84
  10. 15 Feb, 2017 3 commits
    • Miek Gieben's avatar
      readme updates (#525) · 34db56a2
      Miek Gieben authored
      34db56a2
    • John Belamaric's avatar
      Client-side of gRPC proxy (#511) · 061b3fc1
      John Belamaric authored
      * WIP: Client-side of gRPC proxy
      
      * Add tests
      
      * gofmt
      
      * Implement OnShutdown; add a little logging
      
      * Update for context in Exchange change
      
      * go fmt
      
      * Update README
      
      * Review comments
      
      * Compiling is good
      
      * More README improvements
      061b3fc1
    • Miek Gieben's avatar
      go gen improvements (#524) · 98c86f3f
      Miek Gieben authored
      Remove the "gen" directory and move directives_generate.go out of it.
      Add a build ignore tag so it isn't build by default. Cleanup the go gen
      invocations so there are not seen as package docs.
      
      Simplify the code a bit and don't run go gen twice.
      98c86f3f
  11. 12 Feb, 2017 1 commit
    • Miek Gieben's avatar
      La context (#521) · a5f3cb5f
      Miek Gieben authored
      * middleware/proxy: give Exchange a context
      
      Make context.Context the first paramater in the Exchange method.
      This is inline with all other query functions.
      
      * up the version
      a5f3cb5f
  12. 11 Feb, 2017 1 commit
  13. 10 Feb, 2017 5 commits
  14. 09 Feb, 2017 1 commit
  15. 08 Feb, 2017 6 commits