summaryrefslogtreecommitdiffstats
path: root/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: do not print extra newline after empty messagesPetr Špaček2020-11-021-1/+1
* doh2: replace references to obsolete DoH in docs, tests and example configsPetr Špaček2020-10-291-1/+1
* lib/resolve answer_finalize: fix AD flag handlingVladimír Čunát2020-10-211-43/+43
* utils/cache_gc: fix a rebase error causing GC crashesVladimír Čunát2020-09-111-1/+1
* lib/cache: type safety of the cache API pointersVladimír Čunát2020-09-101-2/+2
* cache, GC: improve handling of LMDB maxsizeVladimír Čunát2020-09-071-3/+1
* gc: print cache usage in every cycle if in verbose modePetr Špaček2020-09-071-1/+1
* gc: verbose mode is now runtime optionPetr Špaček2020-09-074-43/+32
* utils/cache_gc nitpick: more precise error printsVladimír Čunát2020-09-073-3/+19
* utils/cache_gc nitpick: print time in millisecondsVladimír Čunát2020-09-071-4/+4
* utils/cache_gc: comments and cleanup in kr_cache_gc()Vladimír Čunát2020-09-071-12/+9
* tests: fine tune integration test for GCVladimír Čunát2020-09-071-2/+5
* tests: integration test for GCPetr Špaček2020-09-073-0/+776
* lib/cache: run check_health() every five secondsVladimír Čunát2020-09-072-1/+2
* lib/cache check_health(): also detect size changesVladimír Čunát2020-09-072-1/+5
* utils/cache_gc: tolerate ESPACE unless twice in a rowVladimír Čunát2020-09-072-1/+16
* utils/cache_gc: avoid too long RO transactionsVladimír Čunát2020-09-075-11/+43
* utils/cache_gc: handle one more errorVladimír Čunát2020-09-071-2/+7
* utils/cache_gc: utilize kr_cdb_api::check_health()Vladimír Čunát2020-09-074-9/+38
* cache: add percentage usage to cache statsLukáš Ježek2020-07-162-36/+5
* gc: use kresd versioning instead of separate oneVladimír Čunát2020-06-293-2/+3
* gc: print numbers in more readable wayVladimír Čunát2020-06-291-4/+7
* gc: fix integer overflow when computing how much to GCVladimír Čunát2020-06-293-4/+4
* gc: fix flushing of messages to logsVladimír Čunát2020-06-291-0/+5
* gc: make the log more readableVladimír Čunát2020-02-281-1/+1
* gc: make state in kr_cache_gc() explicitVladimír Čunát2020-02-284-21/+43
* gc: don't re-open cache so oftenVladimír Čunát2020-02-282-13/+27
* treewide: machine readable license for all the restPetr Špaček2020-02-2513-0/+15
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* utils/upgrade: minor changes to upgrade scriptTomas Krizek2020-01-241-4/+4
* upgrade: use /var/lib path for config instead of /etcTomas Krizek2020-01-242-1/+2
* distro: generate separate config from upgrade scriptTomas Krizek2020-01-241-5/+5
* utils/upgrade-4-to-5: socket->net_listen conversion scriptTomas Krizek2020-01-243-0/+97
* doc: add section about usage without systemdTomas Krizek2020-01-151-4/+9
* doc: restructure into smaller sectionsTomas Krizek2020-01-151-1/+1
* doc: move Cache and Multiple instance chapters into Performance sectionPetr Špaček2020-01-151-2/+2
* doc: restructuringPetr Špaček2020-01-151-0/+13
* gc: reformat source code to conform to Linux codestylePetr Špaček2019-07-107-97/+116
* kr_cache_gc: fix double-free for failed/unifinished txnsTomas Krizek2019-07-102-6/+9
* gc: better approximation of the space to freeVladimír Čunát2019-07-101-1/+10
* gc: adjust DEBUG outputVladimír Čunát2019-07-102-7/+11
* utils/cache_gc: meson - rename to kres-cache-gcTomas Krizek2019-07-101-1/+1
* gc: fix a lint warningVladimír Čunát2019-07-101-1/+1
* gc: handle the NS multi-entries much betterVladimír Čunát2019-07-101-8/+32
* gc: clean warnings with -DDEBUGVladimír Čunát2019-07-101-1/+2
* gc: cleanup warnings from GCC 9 compilerPetr Špaček2019-07-101-2/+0
* gc: keep root and TLD data in cache as much as possiblePetr Špaček2019-07-101-12/+10
* gc: delete inconsistent entries from cache instead of skipping themPetr Špaček2019-07-103-6/+48
* gc: skip over "VERS" metadata entry in cachePetr Špaček2019-07-101-0/+5
* gc: fix kr_gc_key_consistent to work with root zone NSECsPetr Špaček2019-07-101-3/+11