"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@2521" did not exist on "7e5822ec2c7d246d82039789274a55274ba97b2b"
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. 11 Apr, 2016 4 commits
    • Miek Gieben's avatar
      better (#104) · 31ce53f5
      Miek Gieben authored
      31ce53f5
    • Miek Gieben's avatar
      Clean up some references to Caddy · fed51ea3
      Miek Gieben authored
      Simple rename of Caddy/CoreDNS and some smallish cleanups.
      
      See #1
      fed51ea3
    • Miek Gieben's avatar
      Rename middleware/testing (#103) · 4829b40e
      Miek Gieben authored
      Rename to test and name the toplevel tests dir to test for consitency.
      4829b40e
    • Miek Gieben's avatar
      Add TestServer (#102) · 0ea2a608
      Miek Gieben authored
      Add a fullblown testing server. This allows us to do integration tests.
      
      Also add a basic proxy test. Further tests will test etcd proxy
      and stub zone communication and other "wildish" configurations.
      Redo the server startup, so we can access the ports it listens on when
      it has started up (with dns.ActivateAndServer).
      
      Extend the .travis file to download etcd and test for that as well.
      
      Put integration tests in test dir
      0ea2a608
  2. 10 Apr, 2016 2 commits
  3. 09 Apr, 2016 3 commits
  4. 08 Apr, 2016 2 commits
  5. 07 Apr, 2016 3 commits
    • Miek Gieben's avatar
      Add missing test file and fix notify · 09207867
      Miek Gieben authored
      We should not check the port of the request, we *should* actually
      normalize it to port 53 - as that will probably be the address of
      the server. Still need to double check if this will work if the
      axfr should actually be done from a different port. That will come
      later, this is good enough for now.
      09207867
    • Miek Gieben's avatar
      Test and fix notify · e4c72719
      Miek Gieben authored
      More tests and add RemoteAddr to State, prolly LocalAddr will be
      
      useful as well.
      
      Fixed and tested IsNotify method.
      e4c72719
    • Miek Gieben's avatar
      Add AXFR test · 225cdd1c
      Miek Gieben authored
      Test shouldTransfer by upping a testserver and sending the SOA query.
      
      Remove state from DefaultErrorHandler and just get it from the request.
      
      Add more logging to show what is going on.
      
      
      
      This also adds the infrastructure for future tests.
      225cdd1c
  6. 06 Apr, 2016 6 commits
  7. 05 Apr, 2016 5 commits
  8. 04 Apr, 2016 11 commits
  9. 03 Apr, 2016 4 commits
    • Miek Gieben's avatar
      Dont normalize * · 8d0d324f
      Miek Gieben authored
      8d0d324f
    • Miek Gieben's avatar
      Fix Corefile parsing · 3b25bfd7
      Miek Gieben authored
      Fix some file/secondary issues when parsing a Corefile, also allow
      
      for multiple origins to be specified. Also don't fail on startup when
      
      a zonetransfer fails.
      
      
      
      Fixes: #54
      3b25bfd7
    • Miek Gieben's avatar
      prometheus: add docs and fix varz a little · e41e8683
      Miek Gieben authored
      e41e8683
    • Miek Gieben's avatar
      Add secondary support · f58f1e42
      Miek Gieben authored
      Allow specifying a primary server and retrieve the zone's content.
      
      Add tests and an Expired bool to zone struct, to stop server zones
      
      that are expired. The zone is retrieved on Startup, no updates of
      
      changed content are done. We also don't respond to notifies yet.
      f58f1e42