Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
  2. Oct 24, 2016
  3. Jul 16, 2016
  4. Jul 01, 2016
  5. 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
  6. Apr 14, 2016
  7. Dec 17, 2015
  8. Dec 10, 2015
  9. Oct 27, 2015
  10. Oct 23, 2015
    • Marek Vavruša's avatar
      lib/cache: more granular control for rank check on insertion · a2b9d06d
      Marek Vavruša authored
      for pktcache same or better rank is required (because it’s a direct answer)
      for rrcache better rank is required (unless doing write-through)
      
      for both cases, no cache rank check is needed when inserting secure data
      
      security note: this mitigates possible non-auth NS hijacking
      a2b9d06d
  11. Oct 12, 2015
  12. Oct 06, 2015
  13. Oct 05, 2015
  14. Jun 29, 2015
  15. Jun 09, 2015
  16. Jun 07, 2015
  17. Jun 04, 2015
  18. Jun 01, 2015
  19. May 29, 2015
  20. May 27, 2015
  21. May 03, 2015
  22. May 02, 2015
  23. Apr 22, 2015
  24. Apr 10, 2015
  25. Mar 20, 2015
  26. Mar 19, 2015
  27. Mar 18, 2015
  28. Feb 02, 2015
  29. Dec 31, 2014
  30. Dec 30, 2014
  31. Dec 29, 2014
  32. Sep 04, 2014
  33. Aug 29, 2014
  34. Aug 27, 2014