summaryrefslogtreecommitdiffstats
path: root/tests/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* scripts: organize into subdirs and clean up unusedOto Šťáva2024-08-261-1/+1
* **/meson.build: avoid deprecations in meson >= 1.4Vladimír Čunát2024-06-051-2/+5
* .gitlab-ci, tests, modules: adapt to knot-resolver-ci repoOto Šťáva2024-05-131-2/+2
* tests/config: skip `freebind` sub-test on macOSVladimír Čunát2022-08-241-0/+3
* daemon/http: improve URI checksOto Šťáva2022-06-171-0/+51
* tests/config: improve difference prints of tablesVladimír Čunát2022-06-091-0/+0
* tests/config/tapered: update for difference printsVladimír Čunát2022-05-201-0/+0
* daemon/http: move status sends outside nghttp2 callbacksOto Šťáva2022-05-201-1/+1
* daemon/http: return 400 on failed packet_parse + improved stream handlingOto Šťáva2022-05-201-84/+87
* daemon: allow setting zero netmasks for net.proxy_allowed()Oto Šťáva2022-02-221-1/+2
* tests/config: net.proxy_allowed() supportTomas Krizek2022-02-221-0/+29
* meson: minor cleanupTomas Krizek2022-01-131-2/+2
* doh2 tests: check CORS headersVladimír Čunát2022-01-101-0/+2
* config.basic: test coverage for parse_rdata()Tomas Krizek2021-11-251-0/+10
* tests/config: increate http timeouts to 16sTomas Krizek2021-11-231-2/+2
* spellingJosh Soref2021-11-192-2/+2
* logging: nitpicksTomas Krizek2021-07-291-1/+1
* log: lua loggingLukáš Ježek2021-07-291-1/+2
* daemon/http: add expose headers config testLukáš Ježek2021-05-241-1/+75
* Revert "Merge branch '618-doh2-respond-to-invalid-requests-with-proper-status...Tomas Krizek2021-03-301-339/+175
* doh2: added control stream to each testLukáš Ježek2021-03-091-146/+290
* doh2: send HTTP error status codeLukáš Ježek2021-03-091-98/+118
* selection: server selection rewriteŠtěpán Balážik2020-12-311-1/+1
* config tests: generalize check_answerPetr Špaček2020-12-081-16/+35
* tests: verbose stack traces from config testsPetr Špaček2020-12-081-3/+2
* tests: print stack traces from check_answer callback functionPetr Špaček2020-12-081-2/+11
* tests: typo fixPetr Špaček2020-12-081-1/+1
* tests: detect empty config test setsPetr Špaček2020-12-081-0/+3
* doh2: restricts endpoints to doh and dns-queryLukáš Ježek2020-12-071-1/+1
* doh2: send "cache-control: max-age"Lukáš Ježek2020-11-261-6/+7
* modules: fix issues with dropped answers - resolve()Vladimír Čunát2020-11-101-0/+1
* replace sandbox table_print with new pretty printerPetr Špaček2020-11-021-2/+2
* tests: detect missing environment variable TEST_FILEPetr Špaček2020-10-261-0/+1
* WIP delay allocation of kr_request::answerVladimír Čunát2020-10-211-2/+2
* luacheck: comment out unused code and variablesTomas Krizek2020-10-131-81/+80
* tests/config: doh2 - use tabs for indentationTomas Krizek2020-10-131-38/+38
* tests/config: modify doh tests for doh2Tomas Krizek2020-10-131-41/+38
* tests/config: import tests from lua-http dohTomas Krizek2020-10-132-0/+398
* meson: mark skipped config tests as skippedTomas Krizek2020-10-021-2/+2
* tests: fine tune integration test for GCVladimír Čunát2020-09-071-0/+2
* tests: integration test for cache overflow situationPetr Špaček2020-09-071-0/+132
* config tests: better test net.tls_sticket_secret()Vladimír Čunát2020-07-101-4/+8
* config tests: log test file name at the beginning of outputPetr Špaček2020-07-081-0/+1
* config tests: detect incorrect config test suite definitionsPetr Špaček2020-07-081-9/+15
* config tests: do not load and detect_time_skew and ta_update modulesPetr Špaček2020-07-081-0/+2
* tests check_answer(): support checking RDATAVladimír Čunát2020-06-301-1/+26
* tests check_answer(): support testing NODATAVladimír Čunát2020-05-251-5/+9
* tests check_answer(): do not return until finishedVladimír Čunát2020-05-251-0/+9
* tests: move check_answer() into require('tests_utils')Vladimír Čunát2020-05-251-0/+13
* tests: avoid deprecated -f 1 in config tests, use -nPetr Špaček2020-04-021-1/+1