Skip to content
Snippets Groups Projects
  1. Jun 30, 2017
  2. Jun 28, 2017
  3. Jun 27, 2017
  4. Jun 26, 2017
  5. Jun 23, 2017
  6. Jun 21, 2017
  7. Jun 19, 2017
  8. Jun 16, 2017
  9. Jun 15, 2017
  10. Jun 14, 2017
  11. Jun 13, 2017
  12. Jun 12, 2017
    • Vladimír Čunát's avatar
      iterate: be more precise when detecting CNAME loops · ac92745d
      Vladimír Čunát authored
      Iterating over sibling sub-queries isn't precise enough,
      and in particular in forwarding mode it reported non-existing loops.
      
      Example ATM: www.dpo.cz - there forwarding spawns multiple sub-queries,
      and one of those is a CNAME to another of them.  Due to them being siblings,
      the old code misdetected that as a CNAME loop.  Now that we have these
      cname_parent pointers, we can do a precise detection.
      ac92745d
Loading