1. 16 Feb, 2018 3 commits
  2. 15 Feb, 2018 10 commits
  3. 14 Feb, 2018 6 commits
  4. 13 Feb, 2018 8 commits
  5. 12 Feb, 2018 4 commits
  6. 07 Feb, 2018 3 commits
    • Jason Madden's avatar
      Merge pull request #1094 from gevent/dnspython-hosts · aff984f0
      Jason Madden authored
      Add support for /etc/hosts to dnspython resolver.
      aff984f0
    • Jason Madden's avatar
      Need dnspython on appveyor too. · 82e7d141
      Jason Madden authored
      82e7d141
    • Jason Madden's avatar
      Add support for /etc/hosts to dnspython resolver. · 29fe22c8
      Jason Madden authored
      Based on code from eventlet, but heavily refactored and modified:
      
      - Split host parsing into its own class, re-used from the test case
      - Hosts handle PTR lookups for ipv4
      - Some bug fixes around what should be strings where.
      - Allow strings for the rdtype paramater
      - Watch last modified time instead of reloading the file at fixed
        intervals.
      
      More of our DNS tests pass now (notable TestEtcHosts is now enabled
      for this resolver), and we tend to generate more conformant results
      than the ares resolver (by observation, not tested).
      29fe22c8
  7. 06 Feb, 2018 5 commits
  8. 05 Feb, 2018 1 commit