summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* backup: fix '+keysonly' to really switch off other defaultsDavid Vašek2024-09-111-1/+1
* libknot: add NXNAME meta typeJan Včelák2024-09-112-6/+9
* DoT: implemented TLS session resumptionLibor Peltan2024-09-1012-24/+146
* kjournalprint: implemented merge optionLibor Peltan2024-09-092-9/+59
* ctl/zone-status: print since when event is running/pending/frozenLibor Peltan2024-09-043-13/+25
* concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL threadLibor Peltan2024-09-015-18/+25
* ctl: add a workaround for macOSDaniel Salzman2024-09-011-0/+8
* concurrent CTL: disable signals temporarily when launching subthreads to avoi...Libor Peltan2024-09-011-2/+22
* zone: use knot_atomic_ptr_t for backup_ctxDaniel Salzman2024-09-014-10/+4
* concurrent CTL: force using one thread when conf txn open...Libor Peltan2024-09-013-30/+163
* ctl: implemented multi-threaded (mutexted) CTL handlingLibor Peltan2024-09-0111-75/+273
* ctl: prohibit opening zone-begin when blocking command is runningLibor Peltan2024-09-011-0/+5
* ctl/zone-ksk-submitted: avoid deadlock on DNSSEC event when frozen...Libor Peltan2024-09-011-2/+2
* fixup! kxdpgun: add cli option for reading binary fileJan Doskočil2024-08-281-5/+5
* kxdpgun: periodic statistics printouts (-S/--stats-period)Jan Doskočil2024-08-283-107/+172
* kxdpgun: -j/--json output optionJan Doskočil2024-08-276-40/+240
* kxdpgun: move statistics to separate sourcesJan Doskočil2024-08-275-188/+282
* kxdpgun: refactoringJan Doskočil2024-08-271-99/+113
* libknot: fix zero pointer dereference of TSIGJan Hák2024-08-271-1/+5
* dnsproxy: fix TSIG handlingDaniel Salzman2024-08-241-14/+21
* contrib: upgrade embedded library ngtcp2 to v1.7.0Daniel Salzman2024-08-2429-572/+569
* yparser: new time unit specifiersJan Doskočil2024-08-241-18/+42
* libknot/performance: avoid repeated knot_rdataset_at() inside knot_rrset_to_w...Libor Peltan2024-08-221-11/+12
* offline-ksk: don't purge future timestamps during key pregenerationDaniel Salzman2024-08-213-3/+6
* rrl: improve documentationLukáš Ondráček2024-08-191-7/+14
* mod-rrl: add time limitingDaniel Salzman2024-08-192-74/+234
* rrl: add R (rrl_query()) and W (rrl_update()) supportDaniel Salzman2024-08-193-26/+112
* libknot: add EDE code 30Vladimír Čunát2024-08-122-0/+2
* server: unify handler params initializationDaniel Salzman2024-08-125-44/+46
* nameserver: add protocol module hook callingsDaniel Salzman2024-08-124-18/+66
* rrl: update KRUDaniel Salzman2024-08-125-131/+173
* module: add protocol processing callbackDaniel Salzman2024-08-126-39/+121
* module: add flag KNOTD_QUERY_FLAG_AUTHORIZEDDaniel Salzman2024-08-122-1/+4
* knot: fixing some undefined-behaviour errorsJan Hák2024-08-112-2/+14
* nameserver: use state type knotd_in_state_t where appropriateDaniel Salzman2024-08-111-13/+19
* nameserver: use state type knot_layer_state_t where appropriateDaniel Salzman2024-08-1111-39/+25
* dnsproxy: fix proxying TCP received over XDPDavid Vašek2024-08-011-1/+16
* kxdpgun: fix warning 'may be used uninitialized'Daniel Salzman2024-08-011-1/+1
* knsupdate: rename some params and improve compatibility with nsupdateDaniel Salzman2024-07-311-37/+31
* Merge branch 'peterthomassen-master-patch-57751' into 'master'Daniel Salzman2024-07-281-3/+3
|\
| * Update authsignal.rstPeter Thomassen2024-07-261-3/+3
* | Revert "libknot: fix UBSAN warning 'applying zero offset to null pointer'"Daniel Salzman2024-07-241-2/+2
* | kdig: allow EDNS in defaultJan Hák2024-07-241-1/+1
* | kdig: change default bufsize for EDNS to 1232BJan Hák2024-07-241-1/+1
* | kxdpgun: fix memleak on unavailable slave XDPJan Doskočil2024-07-232-24/+24
* | libknot: fix UBSAN warning 'applying zero offset to null pointer'Daniel Salzman2024-07-231-2/+2
* | knotd: callback type punning to silence UBSANJan Doskočil2024-07-232-4/+16
* | keymgr: mute CoverityDaniel Salzman2024-07-211-0/+3
* | conf: add 'zone.default-ttl` configuration optionDaniel Salzman2024-07-1910-17/+30
* | Makefile: fix typoDaniel Salzman2024-07-191-2/+2