index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
cache_gc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Non-trivial merge 'master-5' (see 'modules/stats')
Oto Šťáva
2024-05-27
1
-37
/
+29
|
\
|
*
utils/cache_gc: use lib/generic/array instead of dynarray
Oto Šťáva
2024-05-20
1
-37
/
+29
*
|
Merge 'origin/master' into 6.0 - last merge before rename
Oto Šťáva
2024-05-14
4
-19
/
+26
|
\
|
|
*
Silence Clang-Tidy
Oto Šťáva
2024-05-13
4
-19
/
+26
*
|
Merge remote-tracking branch 'origin/master' into 6.0
Oto Šťáva
2024-05-02
1
-0
/
+2
|
\
|
|
*
modules/*/meson.build: add missing dependencies
Oto Šťáva
2024-05-02
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/master' into 6.0
Oto Šťáva
2024-04-10
1
-0
/
+1
|
\
|
|
*
daemon/meson.build: add install_rpath to kresd
Oto Šťáva
2024-04-05
1
-0
/
+1
*
|
Merge branch 'master' into 6.0
Vladimír Čunát
2023-07-11
1
-3
/
+3
|
\
|
|
*
treewide: fix -Wold-style-*
Vladimír Čunát
2023-06-08
1
-1
/
+1
|
*
treewide: fix -Wstrict-prototypes
Vladimír Čunát
2023-06-08
1
-2
/
+2
*
|
new policy engine - prototype
Vladimír Čunát
2023-06-12
1
-1
/
+5
|
/
*
Revert "meson: use correct luajit includes from pkgconfig"
Vladimír Čunát
2023-03-08
1
-1
/
+0
*
Fix defects detected by Coverity Scan
Oto Šťáva
2022-02-28
2
-1
/
+2
*
lib/utils: factor out kr_timer_* from GC code
Vladimír Čunát
2021-11-03
1
-38
/
+9
*
treewide: replace VERBOSE_STATUS, WITH_VERBOSE, etc.
Vladimír Čunát
2021-07-29
1
-0
/
+4
*
log: use kr_log_debug instead kr_log_verbose
Lukáš Ježek
2021-07-29
2
-2
/
+2
*
log: remove kr_verbose_set
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
utils/cache_gc nit: use dynarray from libknot 3.1
Vladimír Čunát
2021-07-26
1
-1
/
+9
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
3
-7
/
+7
*
utils/cache_gc/main.c: replace asserts
Tomas Krizek
2021-05-25
1
-3
/
+2
*
utils/cache_gc/kr_cache_gc.c: replace asserts
Tomas Krizek
2021-05-25
1
-2
/
+4
*
utils/cache_gc/db.c: replace asserts
Tomas Krizek
2021-05-25
1
-8
/
+5
*
treewide: fix unaligned access
Vladimír Čunát
2021-04-14
3
-22
/
+21
*
utils/cache_gc: fix crashes/assertions on RTT entries
Vladimír Čunát
2021-03-16
3
-4
/
+13
*
lib/selection: tweak how cache is used
Vladimír Čunát
2020-12-31
1
-0
/
+3
*
utils/cache_gc: fix debug prints
Vladimír Čunát
2020-11-30
1
-1
/
+1
*
meson: use / instead of join_paths
Tomas Krizek
2020-11-23
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
[next]