index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
log: split to groups
Lukáš Ježek
2021-07-29
4
-17
/
+17
*
log: remove kr_verbose_status
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
10
-119
/
+119
*
lib/utils kr_ranked_rrarray_add(): clarify RRset sizes
Vladimír Čunát
2021-05-25
1
-0
/
+3
*
lib/cache assertions: saving to cache is not critical
Vladimír Čunát
2021-05-25
1
-7
/
+14
*
lib/cache: simplify rdataset_dematerialize()
Vladimír Čunát
2021-05-25
3
-15
/
+7
*
lib/cache entry2answer(): trigger failures before jumps
Vladimír Čunát
2021-05-25
1
-7
/
+5
*
treewide: minor C11 cleanup
Vladimír Čunát
2021-05-25
1
-1
/
+2
*
treewide: eradicate "assert" in comments to fix CI
Vladimír Čunát
2021-05-25
1
-1
/
+1
*
lib/cache/peek.c: replace asserts
Tomas Krizek
2021-05-25
1
-63
/
+35
*
lib/cache/nsec3.c: replace asserts
Tomas Krizek
2021-05-25
1
-34
/
+20
*
lib/cache/nsec1.c: replace asserts
Tomas Krizek
2021-05-25
1
-46
/
+31
*
lib/cache/knot_pkt.c: replace asserts
Tomas Krizek
2021-05-25
1
-1
/
+2
*
lib/cache/impl.h: replace asserts
Tomas Krizek
2021-05-25
1
-4
/
+4
*
lib/cache/entry_rr.c: replace asserts
Tomas Krizek
2021-05-25
1
-17
/
+11
*
lib/cache/entry_pkt.c: replace asserts
Tomas Krizek
2021-05-25
1
-9
/
+6
*
lib/cache/entry_list.c: replace asserts
Tomas Krizek
2021-05-25
1
-23
/
+13
*
lib/cache/cdb_lmdb.c: replace asserts
Tomas Krizek
2021-05-25
1
-17
/
+21
*
lib/cache/api.c: replace asserts
Tomas Krizek
2021-05-25
1
-49
/
+28
*
lib/dnssec/ta: remove trivial kr_ta_covers_qry()
Vladimír Čunát
2021-05-15
1
-1
/
+1
*
cache: clear any stale readers when opening cache
Vladimír Čunát
2021-04-28
1
-7
/
+18
*
treewide: fix unaligned access
Vladimír Čunát
2021-04-14
2
-9
/
+21
*
cache: improve handling write errors
Vladimír Čunát
2021-04-14
1
-6
/
+33
*
cache: fix caching NSEC ranges with \000 in *ending*
Vladimír Čunát
2021-04-10
1
-12
/
+15
*
cache: avoid storing NSEC3 RRsets with high iterations
Vladimír Čunát
2021-03-30
1
-1
/
+9
*
treewide: add defensive checks for the NSEC3 limit
Vladimír Čunát
2021-03-30
1
-0
/
+6
*
bump required Knot DNS version to 2.9
Tomas Krizek
2021-02-11
2
-12
/
+8
*
treewide: avoid memset where it's trivial
Vladimír Čunát
2021-01-13
1
-2
/
+1
*
tests: fix knot-resolver specific Deckard tests
Štěpán Balážik
2020-12-20
4
-1114
/
+325
*
doh2: send "cache-control: max-age"
Lukáš Ježek
2020-11-26
1
-1
/
+1
*
lib/cache: rename lock file to krcachelock so it shows up in regular ls
Petr Špaček
2020-10-09
2
-4
/
+4
*
lib/cache: do not unlink cache lock file
Petr Špaček
2020-10-09
1
-11
/
+8
*
lib/cache: fix cache lock based on fcntl()
Petr Špaček
2020-10-09
1
-1
/
+1
*
lib/cache kr_cdb_api::space_usage(): also use kr_cdb_pt
Vladimír Čunát
2020-09-10
2
-6
/
+8
*
lib/cache: type safety of the cache API pointers
Vladimír Čunát
2020-09-10
4
-48
/
+68
*
cache: fix race in assert_right_version
Petr Špaček
2020-09-07
1
-4
/
+4
*
lib/cache: switch .cachelock to fcntl()
Vladimír Čunát
2020-09-07
1
-27
/
+57
*
lib/cache: tweaks round transactions
Vladimír Čunát
2020-09-07
1
-15
/
+5
*
lib/cache: avoid printing relative paths to cache
Vladimír Čunát
2020-09-07
2
-3
/
+3
*
lib/cache: improve debugging prints
Petr Špaček
2020-09-07
3
-20
/
+24
*
cache, GC: improve handling of LMDB maxsize
Vladimír Čunát
2020-09-07
3
-39
/
+101
*
tests: integration test for cache overflow situation
Petr Špaček
2020-09-07
3
-0
/
+1212
*
lib/cache: run check_health() every five seconds
Vladimír Čunát
2020-09-07
4
-4
/
+59
*
lib/cache check_health(): also detect size changes
Vladimír Čunát
2020-09-07
1
-1
/
+14
*
lib/cache: abort() if emergency cache-clear fails
Vladimír Čunát
2020-09-07
4
-17
/
+24
*
lib/cache: abort transactions on errors
Vladimír Čunát
2020-09-07
2
-25
/
+51
*
lib/cache nitpick: more consistent naming
Vladimír Čunát
2020-09-07
1
-3
/
+4
*
WIP: lib/cache: factor out kr_cdb_api::check_health()
Vladimír Čunát
2020-09-07
2
-124
/
+119
*
cache: add number of entries to cache.stats()
Lukáš Ježek
2020-08-06
1
-0
/
+1
*
cache: add percentage usage to cache stats
Lukáš Ježek
2020-07-16
3
-2
/
+43
[prev]
[next]