Skip to content
Snippets Groups Projects
  1. Aug 14, 2018
  2. Jun 26, 2018
  3. May 31, 2018
  4. May 11, 2018
  5. May 09, 2018
  6. Apr 23, 2018
  7. Apr 12, 2018
  8. Mar 28, 2018
  9. Feb 15, 2018
  10. Jan 31, 2018
  11. Jan 24, 2018
  12. Jan 23, 2018
  13. Jan 08, 2018
  14. Jan 04, 2018
  15. 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
  16. Dec 08, 2017
  17. Dec 07, 2017
  18. Nov 28, 2017
  19. Nov 24, 2017
    • Marek Vavruša's avatar
      daemon/lua: fixed unused variables, whitespace, cleanup · 3162da83
      Marek Vavruša authored
      Also fixed improper promotion of `ffi` to global variable.
      
      ```
      $ luacheck --codes daemon/lua/
      Checking daemon/lua/config.lua                    OK
      Checking daemon/lua/kres-gen.lua                  OK
      Checking daemon/lua/kres.lua                      OK
      Checking daemon/lua/sandbox.lua                   OK
      Checking daemon/lua/trust_anchors.lua             OK
      Checking daemon/lua/zonefile.lua                  OK
      
      Total: 0 warnings / 0 errors in 6 files
      ```
      3162da83
  20. Aug 01, 2017
  21. Jul 11, 2017
    • Vladimír Čunát's avatar
      policy: follow RFC6303 more closely · bd3ba69b
      Vladimír Čunát authored
      In particular, try to make the locally-served zones valid,
      including SOA and NS in apex, empty non-terminal vs. NXDOMAIN, etc.
      I might've missed something, but it should certainly be closer to ideal.
      bd3ba69b
  22. Jul 07, 2017
  23. Jun 13, 2017
  24. Mar 21, 2017
  25. Mar 15, 2017
    • Vladimír Čunát's avatar
      trust anchors: store in prettier format (#167) · 262396f9
      Vladimír Čunát authored
      The output is only better if built with libknot >= 2.4.0.
      As a side-effect, add lua method knot_rrset_t::txt_dump;
      it's a light wrapper around knot_rrset_txt_dump.
      
      Re-tested rolling with a.moot-servers.net, to be sure.
      262396f9
  26. Feb 28, 2017
  27. Feb 16, 2017