Skip to content
Snippets Groups Projects
  1. Jun 30, 2016
  2. Jun 16, 2016
  3. 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
  4. Apr 15, 2016
  5. Mar 29, 2016
  6. Mar 10, 2016
  7. Dec 17, 2015
  8. Dec 10, 2015
  9. Dec 09, 2015
  10. Dec 06, 2015
  11. 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
  12. Nov 24, 2015
  13. Nov 17, 2015
  14. Oct 18, 2015
  15. Oct 14, 2015
  16. Oct 02, 2015
  17. Sep 28, 2015
  18. Jun 07, 2015
  19. May 18, 2015
  20. Apr 28, 2015
    • Marek Vavruša's avatar
      contrib: created 'contrib' directory with ccan/isaac as csprng · dbca2316
      Marek Vavruša authored
      previously cryptolib random function was used to generate message id,
      this works well but it is slow especially when the entropy is low,
      replaced with cryptographically safe prng ISAAC
      
      the ccan directory is going to be used in the future, as it's include
      structure makes it easy to embed C snippets instead of reimplementing
      them
      dbca2316
  21. Apr 08, 2015
  22. Mar 29, 2015
  23. Mar 27, 2015
  24. Mar 18, 2015
  25. Feb 23, 2015
  26. Feb 09, 2015