Skip to content
Snippets Groups Projects
  1. Nov 20, 2017
  2. Nov 13, 2017
  3. Nov 02, 2017
  4. Nov 01, 2017
  5. Sep 29, 2017
  6. Sep 21, 2017
  7. Sep 19, 2017
  8. Sep 11, 2017
  9. Sep 06, 2017
  10. Aug 24, 2017
  11. Aug 09, 2017
  12. Aug 08, 2017
  13. Aug 04, 2017
  14. Aug 03, 2017
  15. Aug 02, 2017
  16. Aug 01, 2017
  17. Jul 28, 2017
  18. Jul 26, 2017
  19. Jul 24, 2017
  20. Jul 17, 2017
  21. Jul 14, 2017
  22. Jul 12, 2017
  23. Jul 07, 2017
  24. Jul 03, 2017
    • Vladimír Čunát's avatar
      contrib/lmdb: 0.9.18 -> 0.9.21 · dc9a4e53
      Vladimír Čunát authored
      Maybe some coverity issues will get fixed, even though
      they had seemed not to be affecting our use cases in kresd.
      
      Tests+Deckard look OK and I've been using my system and kresd with
      system-wide 0.9.21 for some time already.
      dc9a4e53
  25. Jun 30, 2017
  26. Jun 26, 2017
  27. Jun 23, 2017
  28. Jun 19, 2017
  29. Jun 16, 2017
  30. Jun 13, 2017
  31. Jun 01, 2017
    • Vladimír Čunát's avatar
      1e5618fc
    • Vladimír Čunát's avatar
      kr_ranked_rrarray*: avoid duplicate RRsets on wire · 8d79b517
      Vladimír Čunát authored
      Fixes https://gitlab.labs.nic.cz/knot/resolver/issues/198.
      We can't let multiple "matching RRsets" to the wire, and we can't just
      merge the sets from multiple queries either.  The only way is to choose
      either of the sets and put it on the wire.  ATM the last one wins.
      
      Common ocurrence of the bug: if www.example.cz was a CNAME for example.cz
      and we ask for a non-existent type, we would get the SOA record twice
      in the final answer.
      
      A few related changes:
       - don't just assert, also return error code if -DNDEBUG
       - kr_ranked_rrarray_set_wire: don't do full-content comparison anymore;
         see the first paragraph in this commit message for the reasons
       - minor refactoring of that code, more comments, etc.
      8d79b517
  32. May 26, 2017
  33. May 23, 2017
    • Vladimír Čunát's avatar
      Revert "iterator: don't retry if REFUSED" · dea87430
      Vladimír Čunát authored
      This reverts commit bc2a2670 (almost).
      It would be best to avoid retrying with the same NS and keep trying with
      others (if any), but that would require larger changes if it should work
      well, so let's err on the side of sending more queries.
      dea87430
Loading