summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-24doc/net.tls(): update command example outputTomas Krizek1-1/+2
2021-05-24daemon/http: expose HTTP headers to kr_requestTomas Krizek7-4/+67
2021-05-24daemon/http: use struct for http streamTomas Krizek3-7/+19
2021-05-15lib/dnssec/ta: remove trivial kr_ta_covers_qry()Vladimír Čunát5-18/+6
2021-05-10lib/resolve: minor improvements around kr_ta_* callsVladimír Čunát4-31/+6
2021-05-10lib/dnssec/ta: remove unused kr_ta_covers() functionVladimír Čunát2-24/+1
2021-05-10lib/dnssec/ta kr_ta_covers_qry(): generalize and improveVladimír Čunát2-19/+40
2021-05-06validator: improve NTA precisionVladimír Čunát3-0/+17
2021-05-05ci: skip pipeline tests on tagsTomas Krizek1-1/+1
2021-05-05release 5.3.2Tomas Krizek2-2/+4
2021-05-05Dockerfile: update Knot DNSTomas Krizek1-1/+1
2021-05-05policy.STUB docs: recommend NO_EDNS and mention NO_0X20Vladimír Čunát1-2/+7
2021-05-03doc: mention DEBUG_* policies in single request debug sectionTomas Krizek1-0/+3
2021-05-03distro/tests: update fedora, ubuntu releasesTomas Krizek7-49/+11
2021-04-30validator: avoid assertion in an edge-caseVladimír Čunát5-1/+15
2021-04-30ci: try to improve meson's junit.xmlVladimír Čunát2-0/+7
2021-04-30ci: utilize test reportsVladimír Čunát4-0/+15
2021-04-28cache: clear any stale readers when opening cacheVladimír Čunát2-7/+19
2021-04-19dnstap: add TCP RTT collection (experimental, optional)Vladimír Čunát3-8/+70
2021-04-19daemon/worker: rework worker_request_*_source_session()Vladimír Čunát2-10/+6
2021-04-16daemon/http: fix memleak if http_write_pkt() failsTomas Krizek1-6/+21
2021-04-16daemon/http: additional guards from memleaksTomas Krizek1-0/+2
2021-04-16daemon/http: improve handling of stream errorsTomas Krizek1-4/+16
2021-04-14NEWS: add SIGBUS lineVladimír Čunát1-0/+1
2021-04-14lib/utils kr_rand_bytes(): minor issue on 32-bit systemsVladimír Čunát1-1/+1
2021-04-14contrib/murmurhash3: fix occasional undefined behaviorVladimír Čunát1-3/+2
2021-04-14ci: more sanitization (for recent changes)Vladimír Čunát1-1/+2
2021-04-14treewide: fix unaligned accessVladimír Čunát7-34/+47
2021-04-14treewide: remove duplicate contrib/wire.hVladimír Čunát6-185/+9
2021-04-14lib/selection*: trivial undefined-behavior fixVladimír Čunát1-1/+1
2021-04-14cache: improve handling write errorsVladimír Čunát2-6/+37
2021-04-14clear kr_query::flags.CACHEDVladimír Čunát1-0/+1
2021-04-10cache: fix caching NSEC ranges with \000 in *ending*Vladimír Čunát1-12/+15
2021-04-10validate: fix on some NSEC ranges with zero byte(s)Vladimír Čunát2-3/+64
2021-04-08dnstap: fix repeated configurationVladimír Čunát2-4/+17
2021-03-31release 5.3.1Tomas Krizek2-2/+3
2021-03-31doc: update required meson versionTomas Krizek2-3/+3
2021-03-30cache: avoid storing NSEC3 RRsets with high iterationsVladimír Čunát1-1/+9
2021-03-30treewide: add defensive checks for the NSEC3 limitVladimír Čunát2-0/+10
2021-03-30validate: downgrade zone on high NSEC3 iterationsVladimír Čunát3-11/+63
2021-03-30validate: change order of tasksVladimír Čunát1-27/+27
2021-03-30Revert "Merge branch '618-doh2-respond-to-invalid-requests-with-proper-status...Tomas Krizek4-684/+269
2021-03-30Revert "Merge branch 'odvr-doh-assert' into 'master'"Tomas Krizek1-7/+6
2021-03-30Revert "Merge branch 'doh-remove-asserts' into 'master'"Tomas Krizek1-8/+9
2021-03-26policy/README: fix "DNS-over-UDP" mentionsVladimír Čunát1-2/+2
2021-03-26lib/selection*: more precise flags.TCPVladimír Čunát2-2/+3
2021-03-26lib/selection*: try to avoid TCP in STUB modeVladimír Čunát2-0/+4
2021-03-24policy.TLS_FORWARD: better avoid dead addressesVladimír Čunát3-8/+10
2021-03-19lib/resolve *_LAYERS: detect bad return code from moduleVladimír Čunát1-0/+6
2021-03-19selection: cap the timeout value when probing a random serverŠtěpán Balážik2-15/+37