Skip to content
Snippets Groups Projects
  1. 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
  2. May 15, 2016
  3. Dec 03, 2015
  4. Nov 26, 2015
  5. Nov 25, 2015
    • Marek Vavruša's avatar
      build: amalgamated build support with AMALG=1 · af4254d1
      Marek Vavruša authored
      amalgamated build concatenates all files into a single .c file to
      allow compiler see all symbols and produce possibly smaller code.
      for binary distributions this is what you want, as it's faster but
      may consume more memory during compilation.
      it however cannot do incremental builds.
      af4254d1
  6. Nov 24, 2015
  7. Nov 19, 2015
  8. Sep 28, 2015
  9. Aug 11, 2015
  10. Aug 06, 2015
  11. Aug 05, 2015
  12. Jul 21, 2015
  13. Jul 17, 2015
  14. Jul 16, 2015
  15. Jun 26, 2015
  16. Jun 10, 2015
  17. May 05, 2015
  18. May 04, 2015
  19. Feb 12, 2015
  20. Feb 10, 2015
  21. Feb 09, 2015
  22. Jan 29, 2015