Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Oct 26, 2016
  3. Oct 20, 2016
  4. Aug 11, 2016
  5. Aug 05, 2016
  6. Jun 30, 2016
  7. 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
  8. May 15, 2016
  9. Dec 03, 2015
  10. Nov 26, 2015
  11. 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
  12. Nov 24, 2015
  13. Nov 19, 2015
  14. Sep 28, 2015
  15. Aug 11, 2015
  16. Aug 06, 2015
  17. Aug 05, 2015
  18. Jul 21, 2015
  19. Jul 17, 2015
  20. Jul 16, 2015
  21. Jun 26, 2015
  22. Jun 10, 2015
  23. May 05, 2015
  24. May 04, 2015
  25. Feb 12, 2015
  26. Feb 10, 2015
  27. Feb 09, 2015