index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
zonecut.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: more compatibility with future libknot 3.4
Vladimír Čunát
2024-05-06
1
-1
/
+1
*
lib/zonecut.c fetch_addr(): resurrect filtering by NO_IPV*
Vladimír Čunát
2023-11-03
1
-2
/
+5
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
*
lib/zonecut + iterator: limit large NS sets
Vladimír Čunát
2022-09-16
1
-2
/
+35
*
drop unused #include lines
Vladimír Čunát
2022-06-03
1
-1
/
+0
*
replace some occurrences of abort() by kr_require()
Vladimír Čunát
2022-06-03
1
-2
/
+2
*
logging: remove QVERBOSE in favor of kr_log_q
Tomas Krizek
2021-12-21
1
-1
/
+1
*
treewide: replace VERBOSE_STATUS, WITH_VERBOSE, etc.
Vladimír Čunát
2021-07-29
1
-4
/
+4
*
log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
log: add level prefix to each message
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-10
/
+10
*
lib/zonecut.c: replace asserts
Tomas Krizek
2021-05-25
1
-29
/
+17
*
bump required Knot DNS version to 2.9
Tomas Krizek
2021-02-11
1
-1
/
+1
*
selection: server selection rewrite
Štěpán Balážik
2020-12-31
1
-20
/
+5
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
add compatibility with libknot 2.9
Vladimír Čunát
2019-09-20
1
-1
/
+1
*
cache: rename kr_cache_sync -> kr_cache_commit
Petr Špaček
2019-03-06
1
-1
/
+1
*
treewide nitpick: fix -Wshadow
Vladimír Čunát
2019-01-08
1
-3
/
+3
*
treewide: use more standard variadic macros
Vladimír Čunát
2018-11-26
1
-1
/
+1
*
zonecut, treewide: remove incorrect arrays of knot_rdata_t
Vladimír Čunát
2018-11-26
1
-12
/
+12
*
kr_zonecut_move(): new function
Vladimír Čunát
2018-11-21
1
-0
/
+7
*
lib/zonecut: verbose output tweaks
Vladimír Čunát
2018-11-02
1
-1
/
+14
*
various nitpicks around the parent commit
Vladimír Čunát
2018-11-02
1
-27
/
+27
*
lib/zonecut: avoid one kind of NS dependency cycles
Vladimír Čunát
2018-11-02
1
-19
/
+128
*
iterate, nsrep: more resiliency to possible errors
Vladimír Čunát
2018-08-14
1
-0
/
+8
*
removal of pos from parameters
Vladimír Čunát
2018-08-14
1
-2
/
+4
*
knot_rdataset_t field renames
Vladimír Čunát
2018-08-14
1
-3
/
+3
*
*_free() fixups
Vladimír Čunát
2018-08-14
1
-9
/
+8
*
knot_rdata_* changes
Vladimír Čunát
2018-08-14
1
-7
/
+5
*
TTL changes: moved in libknot from rdata to rrset
Vladimír Čunát
2018-08-14
1
-5
/
+7
*
simple include fixes
Vladimír Čunát
2018-08-14
1
-1
/
+0
*
improve verbose logs
Marek Vavruša
2018-05-16
1
-2
/
+2
*
check per-query flags instead of global options, getter for NS name
Marek Vavruša
2018-04-23
1
-2
/
+2
*
struct kr_zonecut::nsset: migrate from map_t to trie_t
Vladimír Čunát
2018-04-12
1
-95
/
+80
*
lib/zonecut: nitpicks in kr_zonecut_has_glue()
Vladimír Čunát
2018-04-06
1
-1
/
+3
*
lib/zonecut: get rid off incorrect function name
Grigorii Demidov
2018-04-06
1
-3
/
+3
*
lib/resolve: cut fetching: don't use root hints if no keys fetched, but glue ...
Grigorii Demidov
2018-04-06
1
-0
/
+28
*
map_t, set_t: unify memory allocation to mm_*
Vladimír Čunát
2018-03-01
1
-4
/
+1
*
nitpicks around zone cut searching
Vladimír Čunát
2018-02-20
1
-6
/
+10
*
avoid iterating from a too short zone cut
Vladimír Čunát
2018-02-20
1
-4
/
+6
*
reduce verbosity of cache-related logs
Vladimír Čunát
2018-01-25
1
-2
/
+2
*
cache: fix logging after parent merge
Vladimír Čunát
2018-01-25
1
-3
/
+7
*
fixup! treewide: safer structure literals and initialization
Vladimír Čunát
2018-01-18
1
-4
/
+4
*
cache: basic preparation for stale-serving
Vladimír Čunát
2018-01-15
1
-13
/
+17
*
remove some old code
Vladimír Čunát
2017-11-10
1
-5
/
+3
*
fix clang warnings
Vladimír Čunát
2017-11-10
1
-1
/
+0
*
.
Vladimír Čunát
2017-10-17
1
-3
/
+9
*
.
Vladimír Čunát
2017-10-13
1
-30
/
+42
*
nitpick: unused-variable since !367 (cac9e018c3)
Vladimír Čunát
2017-09-21
1
-2
/
+0
*
Merge !367: roothints: load from zonefile
Vladimír Čunát
2017-09-19
1
-53
/
+0
|
\
[next]