summaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-19stats: fix duplicate XDP counter names in YAML dumpDaniel Salzman1-30/+61
2024-12-19max_ttl: in case of RRSIG consider orig_ttl and NOT rrsig->ttlLibor Peltan1-3/+18
2024-12-19tests: added max TTL test with signing and incremental realodLibor Peltan3-0/+97
2024-12-18mod-dnstap: distinguish between AUTH and UPDATE query/responseJan Hák1-1/+4
2024-12-18utils: use knsupdate style of output when printing UPDATE messageJan Hák1-1/+3
2024-12-18tests-extra: zone/expire -- fix a typoDavid Vašek1-1/+1
2024-12-18fix: zone hang if last zone-reload oomsolidcc21-0/+1
2024-12-16query_module: fix statistics counters cleanup if allocation failsDaniel Salzman1-3/+19
2024-12-12tests/atomic: lower the iteration counts with spinlock-emulated atomicsDavid Vašek1-3/+10
2024-12-11modules/cookies: fix usage of new atomic in code (variable secret->variable)Jan Hák1-3/+15
2024-12-11libknot/quic: fix usage of new atomic in code (variable cert_creds)Jan Hák1-4/+5
2024-12-11libknot/quic: fix usage of new atomic in code (variable obufs_size)Jan Hák1-2/+5
2024-12-11kxdpgun: fix usage of new atomic in code (variables stats_trigger and stats_s...Jan Hák1-2/+6
2024-12-11stats: fix usage of new atomic in code (variable stats_vals)Jan Hák1-3/+10
2024-12-11modules/probe: fix usage of new atomic in code (variable last_times)Jan Hák1-1/+5
2024-12-11modules/cookies: fix usage of new atomic in code (variable badcookie_ctr)Jan Hák1-1/+2
2024-12-11dnssec: fix usage of new atomic in code (variable dnssec_expire)Jan Hák2-2/+7
2024-12-11backup: fix usage of new atomic in code (variable backup_ctx)Jan Hák4-7/+11
2024-12-11catalog: fix usage of new atomic in code (variable catalog_upd_signal)Jan Hák4-4/+6
2024-12-11tests: fix usage of new atomic in code -- test_atomic.cJan Hák1-9/+19
2024-12-11contrib/atomic: remove of KNOT_HAVE_ATOMIC definition because of unusedJan Hák2-11/+0
2024-12-11contrib/atomic: use volatile for the fallback implementationDaniel Salzman1-7/+10
2024-12-11contrib/atomic: replace a dangerous fallback with a spin-lock protected versionJan Hák1-12/+59
2024-12-07tests: don't build tests for atomic and spinlock if disabled daemonDaniel Salzman1-2/+2
2024-12-04doc: improvements in key management sectionLibor Peltan1-73/+80
2024-12-04gitignore: add qtcreator junkLibor Peltan1-0/+3
2024-12-03handler: fix compilation if XDP not availableDaniel Salzman1-9/+9
2024-12-03mod-rrl: increase default limitsDaniel Salzman2-6/+6
2024-12-03mod-rrl: add note about limiting of authorized requestsDaniel Salzman1-1/+12
2024-12-03server: preserve KNOTD_QUERY_FLAG_AUTHORIZED across handlingDaniel Salzman9-10/+55
2024-12-03mod-rrl: add QNAME, if possible, and PROTO to log messagesDaniel Salzman3-10/+35
2024-12-03mod-rrl: fix KNOTD_QUERY_FLAG_AUTHORIZED detectionDaniel Salzman1-25/+22
2024-12-02tcp-handler: log TLS receive errorsDaniel Salzman1-1/+3
2024-12-02dnssec/rollovers: prevent increasing confusion when 2 active ZSKsLibor Peltan1-4/+5
2024-11-29knot-exporter: less confusing opt parsing and helpJan Doskočil1-20/+30
2024-11-27mod-rrl: change default log-period to 30 secondsDaniel Salzman2-2/+2
2024-11-27kdig: remove redundant warning about timeout at QUIC connectionJan Hák1-1/+0
2024-11-26kxdpgun: add space before % in statisticshsabacky1-5/+5
2024-11-26kxdpgun: add separators to packets per second statistichsabacky1-10/+33
2024-11-26knot-exporter: no zone timers by defaultJan Doskočil1-6/+14
2024-11-25libngtcp2: update embedded lib to 1.9.1Jan Doskočil2-11/+25
2024-11-25tests: compatibility with new Bind9Libor Peltan1-2/+7
2024-11-22backup: code robustness improvementDavid Vašek1-1/+2
2024-11-22zonedb-load: store member timers upon catalog_member generationDaniel Salzman1-1/+3
2024-11-22zone: don't purge times.catalog_member if still a member zoneDaniel Salzman3-4/+14
2024-11-22zone: simplify purge macro definitionsDavid Vašek1-6/+6
2024-11-20libngtcp2: update to 1.9.0Jan Doskočil22-122/+573