index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
kxdpgun: block eventual creation of conns when recvd initial...
Libor Peltan
2024-10-11
3
-1
/
+10
*
kxdpgun: bugfix: allow multiple recvs til 1-rtt handshake done
Libor Peltan
2024-10-11
1
-2
/
+0
*
nameserver: refactor EDNS EXPIRE setting
Daniel Salzman
2024-10-07
1
-9
/
+12
*
dnssec: fix zone expiration based on EXPIRE if zone signing results in up-to-...
Daniel Salzman
2024-10-07
3
-3
/
+9
*
contrib: upgrade embedded library ngtcp2 to v1.8.0
Daniel Salzman
2024-10-05
81
-2210
/
+2026
*
rrl: fix zero increment in KRU
Lukáš Ondráček
2024-10-03
1
-3
/
+4
*
threads: safely disable signals on threads launched by main thr except srv st...
Libor Peltan
2024-09-27
7
-23
/
+83
*
acl: add protocol option to the configuration
Jan Hák
2024-09-27
6
-9
/
+94
*
ctl: add benevolent filter to the zone-begin command
Jan Hák
2024-09-24
3
-3
/
+14
*
ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERS
Daniel Salzman
2024-09-24
4
-17
/
+17
*
ctl: change filters to strings to be consistent with flags
Daniel Salzman
2024-09-24
4
-42
/
+41
*
ctl: move command-specific flags to filters
Daniel Salzman
2024-09-24
4
-60
/
+60
*
multi-signer: log rem/added *DNSKEYs upon DNSKEY sync
Libor Peltan
2024-09-17
2
-1
/
+62
*
asan: silence a faulty GCC warning
Jan Doskočil
2024-09-16
1
-9
/
+24
*
yparser: add support for link-local IPv6 addresses
Jan Hák
2024-09-16
2
-32
/
+120
*
contrib: add support for link local IPv6 in sockaddr_tostr()
Daniel Salzman
2024-09-16
1
-1
/
+11
*
quic: remove already unused QUIC_ macros
谢致邦 (XIE Zhibang)
2024-09-15
1
-4
/
+0
*
knsupdate: fix memory leak if rdata parsing fails
Daniel Salzman
2024-09-13
1
-0
/
+1
*
libknot/QUIC/DDNS: fix race when unblocking conn after sent DDNS reply
Libor Peltan
2024-09-13
2
-2
/
+3
*
fix: prevent coredump in zone-reload by introducing semaphore protection...
solidcc2
2024-09-12
1
-0
/
+2
*
libknot/TLS: unify flags for TLS and QUIC
Libor Peltan
2024-09-12
1
-1
/
+1
*
keymgr: report configured keys that are inaccessible
David Vašek
2024-09-12
1
-7
/
+26
*
backup: fix '+keysonly' to really switch off other defaults
David Vašek
2024-09-11
1
-1
/
+1
*
libknot: add NXNAME meta type
Jan Včelák
2024-09-11
2
-6
/
+9
*
DoT: implemented TLS session resumption
Libor Peltan
2024-09-10
12
-24
/
+146
*
kjournalprint: implemented merge option
Libor Peltan
2024-09-09
2
-9
/
+59
*
ctl/zone-status: print since when event is running/pending/frozen
Libor Peltan
2024-09-04
3
-13
/
+25
*
concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL thread
Libor Peltan
2024-09-01
5
-18
/
+25
*
ctl: add a workaround for macOS
Daniel Salzman
2024-09-01
1
-0
/
+8
*
concurrent CTL: disable signals temporarily when launching subthreads to avoi...
Libor Peltan
2024-09-01
1
-2
/
+22
*
zone: use knot_atomic_ptr_t for backup_ctx
Daniel Salzman
2024-09-01
4
-10
/
+4
*
concurrent CTL: force using one thread when conf txn open...
Libor Peltan
2024-09-01
3
-30
/
+163
*
ctl: implemented multi-threaded (mutexted) CTL handling
Libor Peltan
2024-09-01
11
-75
/
+273
*
ctl: prohibit opening zone-begin when blocking command is running
Libor Peltan
2024-09-01
1
-0
/
+5
*
ctl/zone-ksk-submitted: avoid deadlock on DNSSEC event when frozen...
Libor Peltan
2024-09-01
1
-2
/
+2
*
fixup! kxdpgun: add cli option for reading binary file
Jan Doskočil
2024-08-28
1
-5
/
+5
*
kxdpgun: periodic statistics printouts (-S/--stats-period)
Jan Doskočil
2024-08-28
3
-107
/
+172
*
kxdpgun: -j/--json output option
Jan Doskočil
2024-08-27
6
-40
/
+240
*
kxdpgun: move statistics to separate sources
Jan Doskočil
2024-08-27
5
-188
/
+282
*
kxdpgun: refactoring
Jan Doskočil
2024-08-27
1
-99
/
+113
*
libknot: fix zero pointer dereference of TSIG
Jan Hák
2024-08-27
1
-1
/
+5
*
dnsproxy: fix TSIG handling
Daniel Salzman
2024-08-24
1
-14
/
+21
*
contrib: upgrade embedded library ngtcp2 to v1.7.0
Daniel Salzman
2024-08-24
29
-572
/
+569
*
yparser: new time unit specifiers
Jan Doskočil
2024-08-24
1
-18
/
+42
*
libknot/performance: avoid repeated knot_rdataset_at() inside knot_rrset_to_w...
Libor Peltan
2024-08-22
1
-11
/
+12
*
offline-ksk: don't purge future timestamps during key pregeneration
Daniel Salzman
2024-08-21
3
-3
/
+6
*
rrl: improve documentation
Lukáš Ondráček
2024-08-19
1
-7
/
+14
*
mod-rrl: add time limiting
Daniel Salzman
2024-08-19
2
-74
/
+234
*
rrl: add R (rrl_query()) and W (rrl_update()) support
Daniel Salzman
2024-08-19
3
-26
/
+112
*
libknot: add EDE code 30
Vladimír Čunát
2024-08-12
2
-0
/
+2
[prev]
[next]