Skip to content
Snippets Groups Projects
  1. Jan 30, 2016
  2. Jan 23, 2016
    • Marek Vavrusa's avatar
      daemon/lua: rrset printing, new flags · 4f2c84bf
      Marek Vavrusa authored
      this is a temporary change until luajit-kdns is
      merged-in with complete functionality,
      this will break the API later and will require a
      couple changes in several modules and trust anchors
      4f2c84bf
  3. Jan 22, 2016
  4. Jan 11, 2016
  5. Dec 23, 2015
  6. Dec 17, 2015
  7. Nov 18, 2015
  8. Nov 17, 2015
  9. Nov 13, 2015
  10. Nov 12, 2015
  11. Oct 28, 2015
  12. Oct 27, 2015
  13. Oct 19, 2015
  14. Oct 15, 2015
  15. Oct 13, 2015
  16. Oct 07, 2015
  17. Oct 06, 2015
  18. Sep 28, 2015
  19. Sep 27, 2015
  20. Sep 25, 2015
  21. Sep 23, 2015
  22. Sep 22, 2015
    • Marek Vavruša's avatar
      daemon: negative trust anchors · 9829167a
      Marek Vavruša authored
      config:
      trust_anchors.negative = { ‘bad.cz’, ‘here.com’ }
      
      all names below these NTA will not be validated
      (unless there is an island of trust below these anchors)
      9829167a
  23. Sep 21, 2015
  24. Aug 10, 2015
  25. Aug 03, 2015
    • Marek Vavruša's avatar
      daemon/bindings: replaced old Lua/C bindings with LuaJIT FFI · 28565f82
      Marek Vavruša authored
      this is a first step of leaning towards LuaJIT.
      the FFI bindings are much faster, simpler and don’t abort traces
      
      daemon core scripting engine is still going to support interpreted Lua, but modules requiring library bindings (such as ‘block’) will require LuaJIT for FFI
      28565f82
Loading