summaryrefslogtreecommitdiffstats
path: root/lib/zonecut.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: more compatibility with future libknot 3.4Vladimír Čunát2024-05-061-1/+1
* lib/zonecut.c fetch_addr(): resurrect filtering by NO_IPV*Vladimír Čunát2023-11-031-2/+5
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* lib/zonecut + iterator: limit large NS setsVladimír Čunát2022-09-161-2/+35
* drop unused #include linesVladimír Čunát2022-06-031-1/+0
* replace some occurrences of abort() by kr_require()Vladimír Čunát2022-06-031-2/+2
* logging: remove QVERBOSE in favor of kr_log_qTomas Krizek2021-12-211-1/+1
* treewide: replace VERBOSE_STATUS, WITH_VERBOSE, etc.Vladimír Čunát2021-07-291-4/+4
* log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>Lukáš Ježek2021-07-291-1/+1
* log: add level prefix to each messageLukáš Ježek2021-07-291-1/+1
* treewide: rename assumptions to kr_assert() / kr_fails_assert()Tomas Krizek2021-05-251-10/+10
* lib/zonecut.c: replace assertsTomas Krizek2021-05-251-29/+17
* bump required Knot DNS version to 2.9Tomas Krizek2021-02-111-1/+1
* selection: server selection rewriteŠtěpán Balážik2020-12-311-20/+5
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* add compatibility with libknot 2.9Vladimír Čunát2019-09-201-1/+1
* cache: rename kr_cache_sync -> kr_cache_commitPetr Špaček2019-03-061-1/+1
* treewide nitpick: fix -WshadowVladimír Čunát2019-01-081-3/+3
* treewide: use more standard variadic macrosVladimír Čunát2018-11-261-1/+1
* zonecut, treewide: remove incorrect arrays of knot_rdata_tVladimír Čunát2018-11-261-12/+12
* kr_zonecut_move(): new functionVladimír Čunát2018-11-211-0/+7
* lib/zonecut: verbose output tweaksVladimír Čunát2018-11-021-1/+14
* various nitpicks around the parent commitVladimír Čunát2018-11-021-27/+27
* lib/zonecut: avoid one kind of NS dependency cyclesVladimír Čunát2018-11-021-19/+128
* iterate, nsrep: more resiliency to possible errorsVladimír Čunát2018-08-141-0/+8
* removal of pos from parametersVladimír Čunát2018-08-141-2/+4
* knot_rdataset_t field renamesVladimír Čunát2018-08-141-3/+3
* *_free() fixupsVladimír Čunát2018-08-141-9/+8
* knot_rdata_* changesVladimír Čunát2018-08-141-7/+5
* TTL changes: moved in libknot from rdata to rrsetVladimír Čunát2018-08-141-5/+7
* simple include fixesVladimír Čunát2018-08-141-1/+0
* improve verbose logsMarek Vavruša2018-05-161-2/+2
* check per-query flags instead of global options, getter for NS nameMarek Vavruša2018-04-231-2/+2
* struct kr_zonecut::nsset: migrate from map_t to trie_tVladimír Čunát2018-04-121-95/+80
* lib/zonecut: nitpicks in kr_zonecut_has_glue()Vladimír Čunát2018-04-061-1/+3
* lib/zonecut: get rid off incorrect function nameGrigorii Demidov2018-04-061-3/+3
* lib/resolve: cut fetching: don't use root hints if no keys fetched, but glue ...Grigorii Demidov2018-04-061-0/+28
* map_t, set_t: unify memory allocation to mm_*Vladimír Čunát2018-03-011-4/+1
* nitpicks around zone cut searchingVladimír Čunát2018-02-201-6/+10
* avoid iterating from a too short zone cutVladimír Čunát2018-02-201-4/+6
* reduce verbosity of cache-related logsVladimír Čunát2018-01-251-2/+2
* cache: fix logging after parent mergeVladimír Čunát2018-01-251-3/+7
* fixup! treewide: safer structure literals and initializationVladimír Čunát2018-01-181-4/+4
* cache: basic preparation for stale-servingVladimír Čunát2018-01-151-13/+17
* remove some old codeVladimír Čunát2017-11-101-5/+3
* fix clang warningsVladimír Čunát2017-11-101-1/+0
* .Vladimír Čunát2017-10-171-3/+9
* .Vladimír Čunát2017-10-131-30/+42
* nitpick: unused-variable since !367 (cac9e018c3)Vladimír Čunát2017-09-211-2/+0
* Merge !367: roothints: load from zonefileVladimír Čunát2017-09-191-53/+0
|\