summaryrefslogtreecommitdiffstats
path: root/lib/cache/entry_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/cache: simplify passing qry/req parametersVladimír Čunát2023-06-121-6/+3
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* lib/cache: tweak TTL computation for packetsVladimír Čunát2022-12-131-16/+3
* cache nit: reduce cache.max_ttl limit a bitVladimír Čunát2022-02-281-1/+1
* treewide: rename assumptions to kr_assert() / kr_fails_assert()Tomas Krizek2021-05-251-5/+5
* lib/cache/entry_pkt.c: replace assertsTomas Krizek2021-05-251-9/+6
* cache: fix large answers from packet cacheVladimír Čunát2020-04-141-2/+10
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* lib/cache: no aggressive caching on minimal NSEC* rangesVladimír Čunát2019-06-271-4/+4
* cache: fix incorrect TTL of positive packets in cacheVladimír Čunát2019-04-111-0/+1
* DoH experimentPetr Špaček2019-04-111-1/+2
* prepare for adding EDNS modulesGrigorii Demidov2018-11-121-1/+1
* TTL changes: moved in libknot from rdata to rrsetVladimír Čunát2018-08-141-24/+11
* cache: fix TTL overflow in packet due to min_ttlVladimír Čunát2018-08-021-2/+12
* cache: shorten repetitive `qry->flags` blocksVladimír Čunát2018-06-131-8/+9
* opt-out nitpicks, eradicate kr_rank_test_noassertVladimír Čunát2018-06-131-5/+5
* stash_pkt() nitpick: shortcut for flagsVladimír Čunát2018-05-101-9/+10
* fix some opt-out answers not being cached (at all, rare)Vladimír Čunát2018-05-101-4/+3
* WIP: fixes, turned off NSEC3 packet cache, etc.Vladimír Čunát2018-05-041-17/+3
* Merge branch 'master' into cache-NSEC3Vladimír Čunát2018-04-251-1/+1
|\
| * cache: changed get_new_ttl private API to allow custom timestampMarek Vavruša2018-04-231-1/+1
* | WIPVladimír Čunát2018-03-011-0/+1
|/
* treewide: compiler warnings for printf-style functionsVladimír Čunát2018-01-251-2/+2
* cache: fix logging after parent mergeVladimír Čunát2018-01-251-6/+7
* cache pkt: relax an assertionVladimír Čunát2018-01-181-2/+3
* cache: nitpicks and commentsVladimír Čunát2018-01-101-5/+1
* NSEC3 packet cache (non-aggressive): fix the rank + optoutVladimír Čunát2018-01-041-3/+7
* cache pkt stashing: relax an assertionVladimír Čunát2018-01-031-1/+2
* stability fixesVladimír Čunát2017-12-141-1/+6
* temporarily enable packet caching for NSEC3 answersVladimír Čunát2017-11-241-1/+19
* nitpicksVladimír Čunát2017-11-241-7/+7
* cache: stash packets also if there's no TA at allVladimír Čunát2017-11-221-1/+3
* review TTL limit handlingVladimír Čunát2017-11-221-20/+7
* WIP: wildcardsVladimír Čunát2017-11-201-1/+1
* minor: cleanups, logging, fixes, comments/docsVladimír Čunát2017-11-141-6/+10
* packet cache: move into a separate file, describe APIVladimír Čunát2017-11-101-0/+220