index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: do not print extra newline after empty messages
Petr Špaček
2020-11-02
1
-1
/
+1
*
doh2: replace references to obsolete DoH in docs, tests and example configs
Petr Špaček
2020-10-29
1
-1
/
+1
*
lib/resolve answer_finalize: fix AD flag handling
Vladimír Čunát
2020-10-21
1
-43
/
+43
*
utils/cache_gc: fix a rebase error causing GC crashes
Vladimír Čunát
2020-09-11
1
-1
/
+1
*
lib/cache: type safety of the cache API pointers
Vladimír Čunát
2020-09-10
1
-2
/
+2
*
cache, GC: improve handling of LMDB maxsize
Vladimír Čunát
2020-09-07
1
-3
/
+1
*
gc: print cache usage in every cycle if in verbose mode
Petr Špaček
2020-09-07
1
-1
/
+1
*
gc: verbose mode is now runtime option
Petr Špaček
2020-09-07
4
-43
/
+32
*
utils/cache_gc nitpick: more precise error prints
Vladimír Čunát
2020-09-07
3
-3
/
+19
*
utils/cache_gc nitpick: print time in milliseconds
Vladimír Čunát
2020-09-07
1
-4
/
+4
*
utils/cache_gc: comments and cleanup in kr_cache_gc()
Vladimír Čunát
2020-09-07
1
-12
/
+9
*
tests: fine tune integration test for GC
Vladimír Čunát
2020-09-07
1
-2
/
+5
*
tests: integration test for GC
Petr Špaček
2020-09-07
3
-0
/
+776
*
lib/cache: run check_health() every five seconds
Vladimír Čunát
2020-09-07
2
-1
/
+2
*
lib/cache check_health(): also detect size changes
Vladimír Čunát
2020-09-07
2
-1
/
+5
*
utils/cache_gc: tolerate ESPACE unless twice in a row
Vladimír Čunát
2020-09-07
2
-1
/
+16
*
utils/cache_gc: avoid too long RO transactions
Vladimír Čunát
2020-09-07
5
-11
/
+43
*
utils/cache_gc: handle one more error
Vladimír Čunát
2020-09-07
1
-2
/
+7
*
utils/cache_gc: utilize kr_cdb_api::check_health()
Vladimír Čunát
2020-09-07
4
-9
/
+38
*
cache: add percentage usage to cache stats
Lukáš Ježek
2020-07-16
2
-36
/
+5
*
gc: use kresd versioning instead of separate one
Vladimír Čunát
2020-06-29
3
-2
/
+3
*
gc: print numbers in more readable way
Vladimír Čunát
2020-06-29
1
-4
/
+7
*
gc: fix integer overflow when computing how much to GC
Vladimír Čunát
2020-06-29
3
-4
/
+4
*
gc: fix flushing of messages to logs
Vladimír Čunát
2020-06-29
1
-0
/
+5
*
gc: make the log more readable
Vladimír Čunát
2020-02-28
1
-1
/
+1
*
gc: make state in kr_cache_gc() explicit
Vladimír Čunát
2020-02-28
4
-21
/
+43
*
gc: don't re-open cache so often
Vladimír Čunát
2020-02-28
2
-13
/
+27
*
treewide: machine readable license for all the rest
Petr Špaček
2020-02-25
13
-0
/
+15
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
utils/upgrade: minor changes to upgrade script
Tomas Krizek
2020-01-24
1
-4
/
+4
*
upgrade: use /var/lib path for config instead of /etc
Tomas Krizek
2020-01-24
2
-1
/
+2
*
distro: generate separate config from upgrade script
Tomas Krizek
2020-01-24
1
-5
/
+5
*
utils/upgrade-4-to-5: socket->net_listen conversion script
Tomas Krizek
2020-01-24
3
-0
/
+97
*
doc: add section about usage without systemd
Tomas Krizek
2020-01-15
1
-4
/
+9
*
doc: restructure into smaller sections
Tomas Krizek
2020-01-15
1
-1
/
+1
*
doc: move Cache and Multiple instance chapters into Performance section
Petr Špaček
2020-01-15
1
-2
/
+2
*
doc: restructuring
Petr Špaček
2020-01-15
1
-0
/
+13
*
gc: reformat source code to conform to Linux codestyle
Petr Špaček
2019-07-10
7
-97
/
+116
*
kr_cache_gc: fix double-free for failed/unifinished txns
Tomas Krizek
2019-07-10
2
-6
/
+9
*
gc: better approximation of the space to free
Vladimír Čunát
2019-07-10
1
-1
/
+10
*
gc: adjust DEBUG output
Vladimír Čunát
2019-07-10
2
-7
/
+11
*
utils/cache_gc: meson - rename to kres-cache-gc
Tomas Krizek
2019-07-10
1
-1
/
+1
*
gc: fix a lint warning
Vladimír Čunát
2019-07-10
1
-1
/
+1
*
gc: handle the NS multi-entries much better
Vladimír Čunát
2019-07-10
1
-8
/
+32
*
gc: clean warnings with -DDEBUG
Vladimír Čunát
2019-07-10
1
-1
/
+2
*
gc: cleanup warnings from GCC 9 compiler
Petr Špaček
2019-07-10
1
-2
/
+0
*
gc: keep root and TLD data in cache as much as possible
Petr Špaček
2019-07-10
1
-12
/
+10
*
gc: delete inconsistent entries from cache instead of skipping them
Petr Špaček
2019-07-10
3
-6
/
+48
*
gc: skip over "VERS" metadata entry in cache
Petr Špaček
2019-07-10
1
-0
/
+5
*
gc: fix kr_gc_key_consistent to work with root zone NSECs
Petr Špaček
2019-07-10
1
-3
/
+11
[next]