index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
config
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts: organize into subdirs and clean up unused
Oto Šťáva
2024-08-26
1
-1
/
+1
*
**/meson.build: avoid deprecations in meson >= 1.4
Vladimír Čunát
2024-06-05
1
-2
/
+5
*
.gitlab-ci, tests, modules: adapt to knot-resolver-ci repo
Oto Šťáva
2024-05-13
1
-2
/
+2
*
tests/config: skip `freebind` sub-test on macOS
Vladimír Čunát
2022-08-24
1
-0
/
+3
*
daemon/http: improve URI checks
Oto Šťáva
2022-06-17
1
-0
/
+51
*
tests/config: improve difference prints of tables
Vladimír Čunát
2022-06-09
1
-0
/
+0
*
tests/config/tapered: update for difference prints
Vladimír Čunát
2022-05-20
1
-0
/
+0
*
daemon/http: move status sends outside nghttp2 callbacks
Oto Šťáva
2022-05-20
1
-1
/
+1
*
daemon/http: return 400 on failed packet_parse + improved stream handling
Oto Šťáva
2022-05-20
1
-84
/
+87
*
daemon: allow setting zero netmasks for net.proxy_allowed()
Oto Šťáva
2022-02-22
1
-1
/
+2
*
tests/config: net.proxy_allowed() support
Tomas Krizek
2022-02-22
1
-0
/
+29
*
meson: minor cleanup
Tomas Krizek
2022-01-13
1
-2
/
+2
*
doh2 tests: check CORS headers
Vladimír Čunát
2022-01-10
1
-0
/
+2
*
config.basic: test coverage for parse_rdata()
Tomas Krizek
2021-11-25
1
-0
/
+10
*
tests/config: increate http timeouts to 16s
Tomas Krizek
2021-11-23
1
-2
/
+2
*
spelling
Josh Soref
2021-11-19
2
-2
/
+2
*
logging: nitpicks
Tomas Krizek
2021-07-29
1
-1
/
+1
*
log: lua logging
Lukáš Ježek
2021-07-29
1
-1
/
+2
*
daemon/http: add expose headers config test
Lukáš Ježek
2021-05-24
1
-1
/
+75
*
Revert "Merge branch '618-doh2-respond-to-invalid-requests-with-proper-status...
Tomas Krizek
2021-03-30
1
-339
/
+175
*
doh2: added control stream to each test
Lukáš Ježek
2021-03-09
1
-146
/
+290
*
doh2: send HTTP error status code
Lukáš Ježek
2021-03-09
1
-98
/
+118
*
selection: server selection rewrite
Štěpán Balážik
2020-12-31
1
-1
/
+1
*
config tests: generalize check_answer
Petr Špaček
2020-12-08
1
-16
/
+35
*
tests: verbose stack traces from config tests
Petr Špaček
2020-12-08
1
-3
/
+2
*
tests: print stack traces from check_answer callback function
Petr Špaček
2020-12-08
1
-2
/
+11
*
tests: typo fix
Petr Špaček
2020-12-08
1
-1
/
+1
*
tests: detect empty config test sets
Petr Špaček
2020-12-08
1
-0
/
+3
*
doh2: restricts endpoints to doh and dns-query
Lukáš Ježek
2020-12-07
1
-1
/
+1
*
doh2: send "cache-control: max-age"
Lukáš Ježek
2020-11-26
1
-6
/
+7
*
modules: fix issues with dropped answers - resolve()
Vladimír Čunát
2020-11-10
1
-0
/
+1
*
replace sandbox table_print with new pretty printer
Petr Špaček
2020-11-02
1
-2
/
+2
*
tests: detect missing environment variable TEST_FILE
Petr Špaček
2020-10-26
1
-0
/
+1
*
WIP delay allocation of kr_request::answer
Vladimír Čunát
2020-10-21
1
-2
/
+2
*
luacheck: comment out unused code and variables
Tomas Krizek
2020-10-13
1
-81
/
+80
*
tests/config: doh2 - use tabs for indentation
Tomas Krizek
2020-10-13
1
-38
/
+38
*
tests/config: modify doh tests for doh2
Tomas Krizek
2020-10-13
1
-41
/
+38
*
tests/config: import tests from lua-http doh
Tomas Krizek
2020-10-13
2
-0
/
+398
*
meson: mark skipped config tests as skipped
Tomas Krizek
2020-10-02
1
-2
/
+2
*
tests: fine tune integration test for GC
Vladimír Čunát
2020-09-07
1
-0
/
+2
*
tests: integration test for cache overflow situation
Petr Špaček
2020-09-07
1
-0
/
+132
*
config tests: better test net.tls_sticket_secret()
Vladimír Čunát
2020-07-10
1
-4
/
+8
*
config tests: log test file name at the beginning of output
Petr Špaček
2020-07-08
1
-0
/
+1
*
config tests: detect incorrect config test suite definitions
Petr Špaček
2020-07-08
1
-9
/
+15
*
config tests: do not load and detect_time_skew and ta_update modules
Petr Špaček
2020-07-08
1
-0
/
+2
*
tests check_answer(): support checking RDATA
Vladimír Čunát
2020-06-30
1
-1
/
+26
*
tests check_answer(): support testing NODATA
Vladimír Čunát
2020-05-25
1
-5
/
+9
*
tests check_answer(): do not return until finished
Vladimír Čunát
2020-05-25
1
-0
/
+9
*
tests: move check_answer() into require('tests_utils')
Vladimír Čunát
2020-05-25
1
-0
/
+13
*
tests: avoid deprecated -f 1 in config tests, use -n
Petr Špaček
2020-04-02
1
-1
/
+1
[next]