summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libngtcp2: update embedded libngtcp2 to v1.10.0Jan Doskočil2024-12-205-16/+14
* Merge branch 'max_ttl_rrsig_bck' into 'master'Daniel Salzman2024-12-202-5/+8
|\
| * RRSIGs/TTL: set rrsig->ttl to zero...Libor Peltan2024-12-202-5/+8
|/
* stats: fix duplicate XDP counter names in YAML dumpDaniel Salzman2024-12-191-30/+61
* Merge branch 'max_ttl_rrsig' into 'master'Daniel Salzman2024-12-194-3/+115
|\
| * max_ttl: in case of RRSIG consider orig_ttl and NOT rrsig->ttlLibor Peltan2024-12-191-3/+18
| * tests: added max TTL test with signing and incremental realodLibor Peltan2024-12-193-0/+97
|/
* mod-dnstap: distinguish between AUTH and UPDATE query/responseJan Hák2024-12-181-1/+4
* utils: use knsupdate style of output when printing UPDATE messageJan Hák2024-12-181-1/+3
* tests-extra: zone/expire -- fix a typoDavid Vašek2024-12-181-1/+1
* fix: zone hang if last zone-reload oomsolidcc22024-12-181-0/+1
* query_module: fix statistics counters cleanup if allocation failsDaniel Salzman2024-12-161-3/+19
* tests/atomic: lower the iteration counts with spinlock-emulated atomicsDavid Vašek2024-12-121-3/+10
* Merge branch 'custom_atomic'Daniel Salzman2024-12-1118-60/+152
|\
| * modules/cookies: fix usage of new atomic in code (variable secret->variable)Jan Hák2024-12-111-3/+15
| * libknot/quic: fix usage of new atomic in code (variable cert_creds)Jan Hák2024-12-111-4/+5
| * libknot/quic: fix usage of new atomic in code (variable obufs_size)Jan Hák2024-12-111-2/+5
| * kxdpgun: fix usage of new atomic in code (variables stats_trigger and stats_s...Jan Hák2024-12-111-2/+6
| * stats: fix usage of new atomic in code (variable stats_vals)Jan Hák2024-12-111-3/+10
| * modules/probe: fix usage of new atomic in code (variable last_times)Jan Hák2024-12-111-1/+5
| * modules/cookies: fix usage of new atomic in code (variable badcookie_ctr)Jan Hák2024-12-111-1/+2
| * dnssec: fix usage of new atomic in code (variable dnssec_expire)Jan Hák2024-12-112-2/+7
| * backup: fix usage of new atomic in code (variable backup_ctx)Jan Hák2024-12-114-7/+11
| * catalog: fix usage of new atomic in code (variable catalog_upd_signal)Jan Hák2024-12-114-4/+6
| * tests: fix usage of new atomic in code -- test_atomic.cJan Hák2024-12-111-9/+19
| * contrib/atomic: remove of KNOT_HAVE_ATOMIC definition because of unusedJan Hák2024-12-112-11/+0
| * contrib/atomic: use volatile for the fallback implementationDaniel Salzman2024-12-111-7/+10
| * contrib/atomic: replace a dangerous fallback with a spin-lock protected versionJan Hák2024-12-111-12/+59
|/
* tests: don't build tests for atomic and spinlock if disabled daemonDaniel Salzman2024-12-071-2/+2
* Merge branch 'doc_autokeymgmt_prereq' into 'master'Daniel Salzman2024-12-042-73/+83
|\
| * doc: improvements in key management sectionLibor Peltan2024-12-041-73/+80
| * gitignore: add qtcreator junkLibor Peltan2024-12-041-0/+3
|/
* handler: fix compilation if XDP not availableDaniel Salzman2024-12-031-9/+9
* Merge branch 'rrl_auth'Daniel Salzman2024-12-0313-53/+133
|\
| * mod-rrl: increase default limitsDaniel Salzman2024-12-032-6/+6
| * mod-rrl: add note about limiting of authorized requestsDaniel Salzman2024-12-031-1/+12
| * server: preserve KNOTD_QUERY_FLAG_AUTHORIZED across handlingDaniel Salzman2024-12-039-10/+55
| * mod-rrl: add QNAME, if possible, and PROTO to log messagesDaniel Salzman2024-12-033-10/+35
| * mod-rrl: fix KNOTD_QUERY_FLAG_AUTHORIZED detectionDaniel Salzman2024-12-031-25/+22
| * tcp-handler: log TLS receive errorsDaniel Salzman2024-12-021-1/+3
|/
* Merge branch 'keyroll_2active' into 'master'Daniel Salzman2024-12-021-4/+5
|\
| * dnssec/rollovers: prevent increasing confusion when 2 active ZSKsLibor Peltan2024-12-021-4/+5
|/
* knot-exporter: less confusing opt parsing and helpJan Doskočil2024-11-291-20/+30
* mod-rrl: change default log-period to 30 secondsDaniel Salzman2024-11-272-2/+2
* kdig: remove redundant warning about timeout at QUIC connectionJan Hák2024-11-271-1/+0
* kxdpgun: add space before % in statisticshsabacky2024-11-261-5/+5
* kxdpgun: add separators to packets per second statistichsabacky2024-11-261-10/+33
* Merge branch 'kexporter_notimers' into 'master'Daniel Salzman2024-11-261-6/+14
|\
| * knot-exporter: no zone timers by defaultJan Doskočil2024-11-261-6/+14
|/
* Merge branch 'ngtcp_upgrade' into 'master'Daniel Salzman2024-11-252-11/+25
|\