Skip to content
Snippets Groups Projects
  1. Dec 13, 2016
  2. Dec 06, 2016
  3. Nov 02, 2016
  4. Oct 24, 2016
  5. Jul 16, 2016
  6. Jul 01, 2016
  7. May 20, 2016
    • Marek Vavruša's avatar
      lib: cache api v2, removed dep on libknot db.h · e68c3a0a
      Marek Vavruša 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
  8. Apr 14, 2016
  9. Dec 17, 2015
  10. Dec 10, 2015
  11. Oct 27, 2015
  12. 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
  13. Oct 12, 2015
  14. Oct 06, 2015
  15. Oct 05, 2015
  16. Jun 29, 2015
  17. Jun 09, 2015
  18. Jun 07, 2015
  19. Jun 04, 2015
  20. Jun 01, 2015
  21. May 29, 2015
  22. May 27, 2015
  23. May 03, 2015
  24. May 02, 2015
  25. Apr 22, 2015
  26. Apr 10, 2015
  27. Mar 20, 2015
  28. Mar 19, 2015
  29. Mar 18, 2015
  30. Feb 02, 2015
  31. Dec 31, 2014
  32. Dec 30, 2014
  33. Dec 29, 2014
  34. Sep 04, 2014