Skip to content
Snippets Groups Projects
  1. Oct 20, 2016
  2. Aug 11, 2016
  3. Aug 05, 2016
  4. Jul 28, 2016
  5. Jul 20, 2016
  6. Jul 17, 2016
  7. Jul 16, 2016
  8. Jul 13, 2016
  9. Jul 12, 2016
  10. Jul 11, 2016
  11. Jul 06, 2016
  12. Jun 30, 2016
  13. May 27, 2016
  14. May 20, 2016
    • Marek Vavrusa's avatar
      lib: cache api v2, removed dep on libknot db.h · e68c3a0a
      Marek Vavrusa authored
      this change introduces new API for cache backends,
      that is a subset of knot_db_api_t from libknot
      with several cache-specific operations
      
      major changes are:
      * merged 'cachectl' module into 'cache' as it is
        99% default-on and it simplifies things
      * not transaction oriented, transactions may be
        reused and cached for higher performance
      * scatter/gather API, this is important for
        latency and performance of non-local backends
        like Redis
      * faster and reliable cache clearing
      * cache-specific operations (prefix scan, ...) in
        the API not hacked in
      * simpler code for both backends and caller
      e68c3a0a
  15. Mar 29, 2016
  16. Dec 23, 2015
  17. Dec 10, 2015
  18. Dec 09, 2015
  19. Dec 06, 2015
  20. Dec 05, 2015
    • Marek Vavruša's avatar
      daemon: root trust anchors automatically bootstrapped from IANA · 1af623da
      Marek Vavruša authored
      if the root key file doesn’t exist, it will be populated from root DNSKEY query, which will be validated against root trust anchors retrieved over HTTPS with IANA cert verification against built-in current IANA cert CA. it requires luasocket and luasec for it to work. trust anchors XML file signature is not checked, as there’s no facility for PKCS7 checking yet.
      1af623da
  21. Nov 19, 2015
  22. Nov 16, 2015
  23. Oct 28, 2015
  24. Oct 27, 2015
  25. Oct 22, 2015
  26. Oct 19, 2015
  27. Oct 14, 2015
  28. Oct 02, 2015
  29. Sep 30, 2015