Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Feb 25, 2019
  3. Jan 09, 2019
  4. Dec 11, 2018
  5. Nov 26, 2018
  6. Nov 12, 2018
  7. Oct 31, 2018
    • Vladimír Čunát's avatar
      kres.str2dname: perform lower-casing · 23d5b99d
      Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
      We use it as relatively high-level function, often on user-input names,
      so it seems suitable that it does convert the case.
      This fixes cache.clear('Example.Org.'), and probably also negative trust
      anchors and policy uses.
      23d5b99d
  8. Aug 17, 2018
  9. Aug 14, 2018
  10. Jun 26, 2018
  11. May 31, 2018
  12. May 11, 2018
  13. May 09, 2018
  14. Apr 23, 2018
  15. Apr 12, 2018
  16. Mar 28, 2018
  17. Feb 15, 2018
  18. Jan 31, 2018
  19. Jan 24, 2018
  20. Jan 23, 2018
  21. Jan 08, 2018
  22. Jan 04, 2018
  23. Dec 21, 2017
    • Marek Vavruša's avatar
      lib/resolve: add support for per-request logging · 0a04428e
      Marek Vavruša authored
      This is useful in many troubleshooting scenarios when you want debug logs
      just for a single request. It's going to expand on TRACE flag functionality
      in the next PRs, so that special requests can be invoked with various tracers attached.
      
      Currently this is only available in the C modules that can set the callback,
      it's not called anywhere in the library yet.
      0a04428e