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
*
kzonecheck: add flag '-p' that prints zone on stdout
Jan Hák
2023-06-15
3
-18
/
+32
*
kxdpgun: add interface name to socket create error log
Daniel Salzman
2023-06-13
1
-2
/
+2
*
kxdpgun: add configuration for XDP mode
Jan Vcelak
2023-06-13
1
-2
/
+39
*
knotc: reduce usage and automate the value of MAX_FILTERS
Daniel Salzman
2023-06-13
1
-8
/
+12
*
ctl: add new "zone-backup" filters "+quic" and "+noquic"
David Vašek
2023-06-12
1
-1
/
+3
*
kdig: try to print something when malformed reply
Libor Peltan
2023-06-09
2
-28
/
+42
*
kjournaprint: reformat and add serial information to '-z -d' output
Daniel Salzman
2023-06-05
1
-4
/
+11
*
kxdpgun: enable gracefully closing connections
Libor Peltan
2023-06-01
1
-3
/
+14
*
kdig: print QUIC, TLS, and HTTPS protocols in the final stats
Jan Hák
2023-05-31
3
-27
/
+53
*
dnstap: store information about protocot (UDP/TCP/QUIC) into tap file
Jan Hák
2023-05-26
1
-8
/
+12
*
journal/kjournalprint: save/print timestamp of changeset creation
Libor Peltan
2023-05-24
1
-13
/
+22
*
libknot: remove pointer to iovec from linked-list node to save some space in ...
Jan Hák
2023-05-23
2
-3
/
+3
*
quic/inbuf: bugfix: alloc and copy recvd data as they may be freed by libngtcp2
Libor Peltan
2023-05-23
1
-1
/
+1
*
quic/xdp-tcp/inbuf: store knot_tcp_inbuf_update results in linked-list-of-arrays
Libor Peltan
2023-05-23
3
-23
/
+21
*
requestor: fix local certificate initialization
Daniel Salzman
2023-05-23
1
-1
/
+1
*
knotd: move server start log to the right place
Daniel Salzman
2023-05-12
1
-8
/
+8
*
knotd: fix D-Bus server start signalization with catalog zones or in async mode
Daniel Salzman
2023-05-12
1
-3
/
+38
*
Fix sent vs. requested QPS percentage
Petr Špaček
2023-05-05
1
-2
/
+2
*
Merge branch 'tcp-tc' into 'master'
Libor Peltan
2023-05-05
1
-0
/
+6
|
\
|
*
kdig: fail to process truncated transfer
Daniel Salzman
2023-04-25
1
-0
/
+6
*
|
kxdpgun: print ratio of sent vs. requested queries
Petr Špaček
2023-05-04
1
-5
/
+6
*
|
kxdpgun: Print percentages as floats
Petr Špaček
2023-05-04
1
-5
/
+5
*
|
Merge branch 'kxdpgun-load-limit' into 'master'
Daniel Salzman
2023-05-04
3
-7
/
+18
|
\
\
|
*
|
kxdpgun: load only necessary number of queries
Petr Špaček
2023-05-04
3
-7
/
+18
*
|
|
utils: fix compilation with embedded ngtcp2 if there is another ngtcp2 in path
Daniel Salzman
2023-05-03
1
-1
/
+2
|
/
/
*
/
quic: adapt to ngtcp2 v0.15.0
Daniel Salzman
2023-04-27
2
-3
/
+3
|
/
*
kdig: be careful about the received EDNS EXPIRE value
David Vašek
2023-04-04
1
-2
/
+5
*
kdig: print EDNS EXPIRE timer in human format
Daniel Salzman
2023-04-03
1
-2
/
+5
*
kdig: adds parameter to add or remove the expire EDNS option to the query
Jan Hák
2023-04-03
1
-0
/
+30
*
kdig: try to use TCP_NODELAY socket option due to TLS latency
Jan Hák
2023-03-29
1
-1
/
+5
*
utils: replace sprintf() with snprintf() to mute compile warnings
Daniel Salzman
2023-03-23
1
-3
/
+6
*
quic: rename 'xquic' and 'XQUIC' to 'xquic' and 'QUIC'
Daniel Salzman
2023-03-21
1
-25
/
+25
*
quic: add optional peer (server) certificate PIN check upon connection handshake
Daniel Salzman
2023-03-21
1
-1
/
+1
*
quic: store ephemeral private key to a file, refactor knot_xquic_init_creds()
Daniel Salzman
2023-03-21
1
-3
/
+2
*
src: replace inet_ntop() with knot_inet_ntop()
Daniel Salzman
2023-03-07
1
-3
/
+4
*
quic: unify and reduce ALPN for QUIC to just 'doq'
Daniel Salzman
2023-03-02
3
-18
/
+6
*
utils: replace cert_get_pin() with gnutls_x509_crt_get_key_id()
Daniel Salzman
2023-03-02
6
-107
/
+12
*
kxdpgun: refactor receiving QUIC
Daniel Salzman
2023-03-02
1
-47
/
+40
*
libknot: add optional server name parameter to knot_xquic_client()
Daniel Salzman
2023-03-02
1
-1
/
+2
*
libknot: move quic* files from xdp directory to quic directory
Daniel Salzman
2023-03-02
1
-1
/
+1
*
xdp-quic/refactoring: separate XDP from QUIC routines
Libor Peltan
2023-03-02
1
-14
/
+87
*
utils: add -rdynamic to utilities which link libknotd to solve missing symbols
Daniel Salzman
2023-02-07
1
-0
/
+5
*
coding style -- unify the use of file operation modes and flags
David Vašek
2023-02-07
1
-2
/
+2
*
kxdpgun: print reset QUIC connections in stats
Jan Hák
2023-01-26
1
-1
/
+6
*
knotc: add error log when zone-check fails due to a general error
Daniel Salzman
2023-01-20
1
-1
/
+7
*
utils: set remote service to 'UNIX' instead of empty value
Daniel Salzman
2023-01-11
1
-1
/
+1
*
kdig: add support for server specification as a UNIX socket path
Daniel Salzman
2023-01-04
5
-18
/
+50
*
sockaddr: change sockaddr_tostr() to print 'UNIX socket' instead of empty string
Daniel Salzman
2023-01-02
1
-2
/
+2
*
zonedb: reload changed catalog members only (reuse otherwise), refactoring
Daniel Salzman
2022-12-05
1
-3
/
+5
*
kxdpgun: fix IPv4 source subnet processing
Daniel Salzman
2022-11-18
1
-13
/
+10
[next]