- 14 Nov, 2018 4 commits
-
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 04 Jan, 2018 2 commits
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- 17 May, 2017 1 commit
-
-
Vladimír Čunát authored
-
- 05 Apr, 2017 1 commit
-
-
Ondřej Surý authored
-
- 17 Jan, 2017 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 11 Jan, 2017 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 10 Nov, 2016 1 commit
-
-
Vladimír Čunát authored
That way we should notice breakages like this before merging.
-
- 26 Oct, 2016 1 commit
-
-
Grigorii Demidov authored
-
- 20 Oct, 2016 2 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 11 Aug, 2016 1 commit
-
-
Ondřej Surý authored
-
- 05 Aug, 2016 1 commit
-
-
Ondřej Surý authored
-
- 30 Jun, 2016 1 commit
-
-
Ondřej Surý authored
-
- 20 May, 2016 1 commit
-
-
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
-
- 15 May, 2016 1 commit
-
-
Marek Vavrusa authored
-
- 03 Dec, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 26 Nov, 2015 1 commit
-
-
Marek Vavruša authored
-
- 25 Nov, 2015 1 commit
-
-
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.
-
- 24 Nov, 2015 3 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 19 Nov, 2015 1 commit
-
-
Marek Vavruša authored
-
- 28 Sep, 2015 1 commit
-
-
Marek Vavruša authored
-
- 11 Aug, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 06 Aug, 2015 4 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
fixes killing the server with SIGKILL causing abortiong, added SIGTERM handler and ignored retcode from uv_run()
-
- 05 Aug, 2015 2 commits
-
-
Marek Vavruša authored
this is a workaround, as we don't support `make uninstall` yet
-
Marek Vavruša authored
-
- 21 Jul, 2015 1 commit
-
-
Marek Vavruša authored
-
- 17 Jul, 2015 1 commit
-
-
Ondřej Surý authored
-