index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils: use knsupdate style of output when printing UPDATE message
Jan Hák
2024-12-18
1
-1
/
+3
*
kxdpgun: fix usage of new atomic in code (variables stats_trigger and stats_s...
Jan Hák
2024-12-11
1
-2
/
+6
*
catalog: fix usage of new atomic in code (variable catalog_upd_signal)
Jan Hák
2024-12-11
1
-2
/
+2
*
kdig: remove redundant warning about timeout at QUIC connection
Jan Hák
2024-11-27
1
-1
/
+0
*
kxdpgun: add space before % in statistics
hsabacky
2024-11-26
1
-5
/
+5
*
kxdpgun: add separators to packets per second statistic
hsabacky
2024-11-26
1
-10
/
+33
*
keymgr: don't check public-only key if it's missing
Daniel Salzman
2024-11-02
1
-1
/
+1
*
kxdpgun: stats_period overflow bugfix
Jan Doskočil
2024-10-30
3
-7
/
+7
*
kjournalprint/bugfix/-M: zone-in-journal followed by non-first chset
Libor Peltan
2024-10-15
1
-0
/
+4
*
ctl: replace cmd_zone_ctl() with cmd_zone_filter_ctl()
Daniel Salzman
2024-10-11
1
-44
/
+7
*
kxdpgun: block eventual creation of conns when recvd initial...
Libor Peltan
2024-10-11
1
-0
/
+1
*
kxdpgun: bugfix: allow multiple recvs til 1-rtt handshake done
Libor Peltan
2024-10-11
1
-2
/
+0
*
threads: safely disable signals on threads launched by main thr except srv st...
Libor Peltan
2024-09-27
1
-20
/
+2
*
ctl: add benevolent filter to the zone-begin command
Jan Hák
2024-09-24
1
-2
/
+10
*
ctl: rename KNOT_CTL_IDX_FILTER to KNOT_CTL_IDX_FILTERS
Daniel Salzman
2024-09-24
2
-5
/
+5
*
ctl: change filters to strings to be consistent with flags
Daniel Salzman
2024-09-24
1
-2
/
+2
*
ctl: move command-specific flags to filters
Daniel Salzman
2024-09-24
2
-33
/
+33
*
knsupdate: fix memory leak if rdata parsing fails
Daniel Salzman
2024-09-13
1
-0
/
+1
*
keymgr: report configured keys that are inaccessible
David Vašek
2024-09-12
1
-7
/
+26
*
DoT: implemented TLS session resumption
Libor Peltan
2024-09-10
1
-1
/
+1
*
kjournalprint: implemented merge option
Libor Peltan
2024-09-09
1
-3
/
+46
*
concurrent CTL: bugfix: ctl_globals have to exist separately for each CTL thread
Libor Peltan
2024-09-01
1
-8
/
+9
*
concurrent CTL: disable signals temporarily when launching subthreads to avoi...
Libor Peltan
2024-09-01
1
-2
/
+22
*
concurrent CTL: force using one thread when conf txn open...
Libor Peltan
2024-09-01
1
-24
/
+146
*
ctl: implemented multi-threaded (mutexted) CTL handling
Libor Peltan
2024-09-01
1
-5
/
+70
*
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
4
-39
/
+227
*
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
*
offline-ksk: don't purge future timestamps during key pregeneration
Daniel Salzman
2024-08-21
1
-1
/
+1
*
kxdpgun: fix warning 'may be used uninitialized'
Daniel Salzman
2024-08-01
1
-1
/
+1
*
knsupdate: rename some params and improve compatibility with nsupdate
Daniel Salzman
2024-07-31
1
-37
/
+31
*
kdig: allow EDNS in default
Jan Hák
2024-07-24
1
-1
/
+1
*
kdig: change default bufsize for EDNS to 1232B
Jan Hák
2024-07-24
1
-1
/
+1
*
kxdpgun: fix memleak on unavailable slave XDP
Jan Doskočil
2024-07-23
1
-21
/
+21
*
keymgr: mute Coverity
Daniel Salzman
2024-07-21
1
-0
/
+3
*
conf: add 'zone.default-ttl` configuration option
Daniel Salzman
2024-07-19
3
-4
/
+6
*
keymgr: protect gnutls_pkcs11_privkey_generate3() with a spinlock to avoid fa...
Daniel Salzman
2024-07-19
1
-0
/
+8
*
keymgr: add 'keystore-test' and 'keystore-bench' to documentation
Daniel Salzman
2024-07-19
1
-1
/
+10
*
libdnssec: move sample keys from tests to libdnssec
Jan Hák
2024-07-19
1
-1
/
+1
*
keymgr: add PKCS #11 initialization
Daniel Salzman
2024-07-19
1
-0
/
+5
*
keymgr: unify keystore initialization
Daniel Salzman
2024-07-19
1
-45
/
+29
*
keymgr: add keystore-bech command
Jan Hák
2024-07-19
3
-0
/
+152
*
keymgr: add keystore-test command
Jan Hák
2024-07-19
4
-2
/
+295
*
knsupdate: add support for TLS connections
Jan Hák
2024-07-15
1
-2
/
+14
*
diagnostic macros: fix occurences of statements without a semicolon
Jan Doskočil
2024-07-12
2
-3
/
+3
*
diagnostic macros: force semicolon after statement
Jan Doskočil
2024-07-12
1
-7
/
+7
*
kdig: allow query section be omnited
Jan Hák
2024-05-30
1
-1
/
+1
*
utils: add condition for zero-length string in get_fqd_name()
Jan Hák
2024-05-30
1
-1
/
+1
[next]