index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libknot
/
quic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libknot/quic: fix usage of new atomic in code (variable cert_creds)
Jan Hák
2024-12-11
1
-4
/
+5
*
libknot/quic: fix usage of new atomic in code (variable obufs_size)
Jan Hák
2024-12-11
1
-2
/
+5
*
server: preserve KNOTD_QUERY_FLAG_AUTHORIZED across handling
Daniel Salzman
2024-12-03
2
-0
/
+2
*
server: create QUIC/TLS key with the configured or running UID and GID
Daniel Salzman
2024-10-13
2
-9
/
+18
*
kxdpgun: block eventual creation of conns when recvd initial...
Libor Peltan
2024-10-11
2
-1
/
+9
*
quic: remove already unused QUIC_ macros
谢致邦 (XIE Zhibang)
2024-09-15
1
-4
/
+0
*
libknot/QUIC/DDNS: fix race when unblocking conn after sent DDNS reply
Libor Peltan
2024-09-13
2
-2
/
+3
*
libknot/TLS: unify flags for TLS and QUIC
Libor Peltan
2024-09-12
1
-1
/
+1
*
DoT: implemented TLS session resumption
Libor Peltan
2024-09-10
5
-10
/
+92
*
DDNSoT: block connection when DDNS is queued
Libor Peltan
2024-07-15
2
-3
/
+28
*
DDNSoT: bugfix freeing conn struct from tcp_handler and requestor
Libor Peltan
2024-07-15
2
-1
/
+2
*
tls: add check for negative descriptor to close() (Coverity)
Daniel Salzman
2024-05-07
1
-1
/
+3
*
tls: unification of TLS priority settings
Jan Hák
2024-05-07
7
-11
/
+34
*
tls: switch credentials atomically, keep previous credentials to fulfit:
Daniel Salzman
2024-05-07
1
-11
/
+21
*
knotd: update cert/key only if changed, slightly rework
Daniel Salzman
2024-05-07
2
-62
/
+125
*
knotd: update TLS credentials on server reload
Jan Hák
2024-05-07
2
-14
/
+50
*
tls: set the handshake timeout relatively to the IO timeout
Daniel Salzman
2024-05-07
2
-3
/
+4
*
tls: set GNUTLS_NO_SIGNAL to disable emitting SIGPIPE by send()
Daniel Salzman
2024-05-07
1
-4
/
+4
*
tls: rework sending and receiving functions
Daniel Salzman
2024-05-07
2
-124
/
+124
*
tls: remove debug statistics
Daniel Salzman
2024-05-07
2
-23
/
+2
*
libknot: rename knot_quic_creds and related functions to knot_creds...
Daniel Salzman
2024-05-07
6
-33
/
+53
*
libknot/quic: rename functions which are common to QUIC and TLS
Daniel Salzman
2024-05-07
4
-26
/
+28
*
implemented DoT for queries and XFR
Libor Peltan
2024-05-07
6
-127
/
+552
*
libknot/quic: code moved
Libor Peltan
2024-05-07
4
-260
/
+325
*
libknot/QUIC: fix handling tokens in incomming Initials...
Libor Peltan
2024-03-28
1
-8
/
+20
*
quic: use generic memzero() rather than specific gnutls_memset()
David Vašek
2023-12-22
1
-1
/
+1
*
libknot/quic: improve API, add new symbols
Daniel Salzman
2023-12-08
2
-5
/
+5
*
Merge branch 'quic_requestor_timeout1' into 'master'
Daniel Salzman
2023-12-08
2
-0
/
+16
|
\
|
*
quic-requestor: improve resend and resiliency against timeouts
Libor Peltan
2023-12-07
2
-0
/
+16
*
|
quic: avoid special-case crash in re-decoding version/cid
Libor Peltan
2023-12-08
1
-5
/
+8
*
|
libknot/quic: drop zero-payload packets as ngtcp2 hates them
Libor Peltan
2023-12-07
1
-0
/
+4
|
/
*
libknot/QUIC: sanity checks of api functions parameters...
Libor Peltan
2023-11-29
2
-7
/
+21
*
quic: implemented sending replies from sweep...
Libor Peltan
2023-11-28
4
-17
/
+78
*
libknot/quic: conn timeouts in heap instead list
Libor Peltan
2023-11-28
3
-51
/
+80
*
libknot/quic: convert to universal atomics (variable obufs_size)
David Vašek
2023-11-14
2
-10
/
+3
*
quic: implemented DDNS over QUIC support for knotd
Libor Peltan
2023-10-31
4
-3
/
+22
*
libknot: disable active migration in transport parameters
Jan Hák
2023-10-19
1
-0
/
+1
*
tcp_iobuf: unify some names to common prefix knot_tcp_inbufs_upd
Daniel Salzman
2023-08-25
2
-3
/
+3
*
quic: remove unnecessary argument
Libor Peltan
2023-08-24
1
-6
/
+5
*
quic: set logging callbacks to NULL if unused for optimization
Libor Peltan
2023-08-24
1
-5
/
+11
*
tiny fixes from clang analyzer
Libor Peltan
2023-08-23
1
-0
/
+1
*
libknot/quic: yet another tiny useful API change
Libor Peltan
2023-08-18
2
-7
/
+13
*
quic/api: little cleanup
Libor Peltan
2023-08-17
2
-7
/
+12
*
knotd: fix ignoring return value of 'write' in 'void user_qlog(...)'
Jan Hák
2023-08-16
1
-1
/
+1
*
quic/kxdpgun: support for qlog
Libor Peltan
2023-08-15
3
-0
/
+43
*
quic: fix libknot and kxdpgun conn cleanup when closed by counterpart
Libor Peltan
2023-08-11
1
-3
/
+1
*
quic: cleanup to prevent potential leaks
Libor Peltan
2023-08-09
1
-0
/
+5
*
kxdpgun: implemented reusing connections (QUIC, TCP)
Libor Peltan
2023-08-09
4
-4
/
+29
*
quic_conn: replace TODO comment with proper text
Daniel Salzman
2023-07-27
1
-1
/
+1
*
quic: bugfix: don't send multiple packets on 0RTT
Libor Peltan
2023-07-19
1
-0
/
+4
[next]