Skip to content
Snippets Groups Projects
  1. 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
  2. Feb 16, 2017
  3. Jan 27, 2017
  4. Jan 11, 2017
  5. Dec 19, 2016
    • Ondřej Surý's avatar
      Remove bashisms from script/gen-cdefs.sh · e450beda
      Ondřej Surý authored
      e450beda
    • Vladimír Čunát's avatar
      allow generating most cdefs for lua · 06b0d3d4
      Vladimír Čunát authored and Ondřej Surý's avatar Ondřej Surý committed
      Motivation: maintaining these by hand in kres.lua is tricky, as just
      inserting or reordering the structures can do anything and isn't
      detected in general.  For example, `rr_array_t::at` has always
      "missed a star".
      
      A couple libknot structure fields have apparently changed name since
      the old definitions were written; in most cases I renamed them in *.lua.
      
      The file daemon/lua/kres-gen.lua will be regenerated only if explicitly
      deleted.  That requires building with debug symbols and gdb on $PATH.
      06b0d3d4