summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/atomic: lower the iteration counts with spinlock-emulated atomicsDavid Vašek2024-12-121-3/+10
* tests: fix usage of new atomic in code -- test_atomic.cJan Hák2024-12-111-9/+19
* tests: don't build tests for atomic and spinlock if disabled daemonDaniel Salzman2024-12-071-2/+2
* tests: stabilize modules/test_rrlDaniel Salzman2024-10-111-1/+1
* acl: add protocol option to the configurationJan Hák2024-09-271-18/+20
* yparser: add support for link-local IPv6 addressesJan Hák2024-09-161-0/+8
* yparser: new time unit specifiersJan Doskočil2024-08-241-2/+5
* rrl: add R (rrl_query()) and W (rrl_update()) supportDaniel Salzman2024-08-191-23/+47
* tests: longer lasting RRSIGs to prevent test breakage by expirationJan Doskočil2024-08-191-18/+13
* test_journal: correct potential for truncation in snprintfJan Doskočil2024-08-161-1/+1
* rrl: update KRUDaniel Salzman2024-08-121-1/+1
* module: add protocol processing callbackDaniel Salzman2024-08-121-8/+7
* tests/confdb: fix UBSAN 'applying non-zero offset 1 to null pointer'Daniel Salzman2024-07-251-2/+2
* libdnssec: move sample keys from tests to libdnssecJan Hák2024-07-196-509/+9
* keymgr: add keystore-test commandJan Hák2024-07-191-2/+2
* Merge branch 'NSEC_nonauth_err_code' into 'master'Libor Peltan2024-07-192-0/+29
|\
| * dnssec: superfluous NSEC semantic test caseJan Doskočil2024-07-112-0/+29
* | xdp-tcp: ignore SYN+ACK pkts in knotd (only for kxdpgun)Libor Peltan2024-07-111-1/+16
* | libzscanner: add WALLET rrtypeDaniel Salzman2024-07-114-1/+48
* | libzscanner: add support for 'dohpath' and 'ohttp' SVCB parametersDaniel Salzman2024-07-112-2/+35
|/
* contrib/files: return an error code from remove_path()David Vašek2024-06-141-1/+1
* contrib/files: in remove_path(), allow remove of directory contents onlyDavid Vašek2024-06-141-2/+2
* yparser: fix empty list parsingDaniel Salzman2024-05-161-2/+4
* tests: extend test set for yparserDaniel Salzman2024-05-161-3/+4
* tests/atomic: silence false positive Coverity warning (missing lock)David Vašek2024-05-061-3/+6
* tests/atomic: workaround for a GCC optimization bug on i386David Vašek2024-05-061-10/+13
* tests/atomic: finish the thread early once an invalid value occursDavid Vašek2024-05-061-0/+1
* contrib/atomic: add an atomic exchange macroDavid Vašek2024-04-301-4/+67
* xdp-tcp: send RSTs on all open conns when shutdownLibor Peltan2024-04-221-1/+0
* conf: add control.backlog configuration optionDaniel Salzman2024-04-191-2/+2
* xdp-tcp: simplify knot_tcp_recv()Libor Peltan2024-04-111-17/+30
* conf: add options for XDP preferred busy pollingDaniel Salzman2024-04-041-0/+2
* conf: add xdp.ring-size configuration optionDaniel Salzman2024-04-031-2/+3
* semchecks: extend SOA presence checksDaniel Salzman2024-03-274-0/+18
* rrl: minor fixesLukáš Ondráček2024-03-251-3/+3
* tests/rrl: mute missing snprintf() check (Coverity)Daniel Salzman2024-03-251-2/+2
* tests/rrl: make the test run fasterDaniel Salzman2024-03-221-4/+4
* mod-rrl: code cleanupDaniel Salzman2024-03-221-30/+27
* rrl: clean mostly commentsLukáš Ondráček2024-03-221-13/+0
* rrl: modify limits of prefixes, fix extended testsLukáš Ondráček2024-03-221-5/+5
* rrl: logging sampled limited queriesLukáš Ondráček2024-03-221-1/+1
* rrl: randomized rounding of counters, configurable instant-limitLukáš Ondráček2024-03-221-142/+127
* rrl: configurable rate-limit and table-size, update documentationLukáš Ondráček2024-03-221-16/+20
* rrl: multi-prefix queriesLukáš Ondráček2024-03-221-10/+79
* rrl: unit tests, benchmarks, minor fixesLukáš Ondráček2024-03-221-78/+252
* zscanner: fix parsing of backslashes in SVCB alpn valuesDaniel Salzman2024-03-052-0/+22
* dnssec/validation: fix validation of two CSKsLibor Peltan2024-02-272-30/+18
* dnssec/validation: add limit on non-matching keys with a duplicate keytagDaniel Salzman2024-02-273-0/+70
* dbus: ad support for libdbus as an alternative to systemd d-busJan Hák2024-02-201-1/+2
* tests: add test for knot_rrset_size(_estimate)()Daniel Salzman2024-02-071-1/+41