summaryrefslogtreecommitdiffstats
path: root/src/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* kzonecheck: add flag '-p' that prints zone on stdoutJan Hák2023-06-153-18/+32
* kxdpgun: add interface name to socket create error logDaniel Salzman2023-06-131-2/+2
* kxdpgun: add configuration for XDP modeJan Vcelak2023-06-131-2/+39
* knotc: reduce usage and automate the value of MAX_FILTERSDaniel Salzman2023-06-131-8/+12
* ctl: add new "zone-backup" filters "+quic" and "+noquic"David Vašek2023-06-121-1/+3
* kdig: try to print something when malformed replyLibor Peltan2023-06-092-28/+42
* kjournaprint: reformat and add serial information to '-z -d' outputDaniel Salzman2023-06-051-4/+11
* kxdpgun: enable gracefully closing connectionsLibor Peltan2023-06-011-3/+14
* kdig: print QUIC, TLS, and HTTPS protocols in the final statsJan Hák2023-05-313-27/+53
* dnstap: store information about protocot (UDP/TCP/QUIC) into tap fileJan Hák2023-05-261-8/+12
* journal/kjournalprint: save/print timestamp of changeset creationLibor Peltan2023-05-241-13/+22
* libknot: remove pointer to iovec from linked-list node to save some space in ...Jan Hák2023-05-232-3/+3
* quic/inbuf: bugfix: alloc and copy recvd data as they may be freed by libngtcp2Libor Peltan2023-05-231-1/+1
* quic/xdp-tcp/inbuf: store knot_tcp_inbuf_update results in linked-list-of-arraysLibor Peltan2023-05-233-23/+21
* requestor: fix local certificate initializationDaniel Salzman2023-05-231-1/+1
* knotd: move server start log to the right placeDaniel Salzman2023-05-121-8/+8
* knotd: fix D-Bus server start signalization with catalog zones or in async modeDaniel Salzman2023-05-121-3/+38
* Fix sent vs. requested QPS percentagePetr Špaček2023-05-051-2/+2
* Merge branch 'tcp-tc' into 'master'Libor Peltan2023-05-051-0/+6
|\
| * kdig: fail to process truncated transferDaniel Salzman2023-04-251-0/+6
* | kxdpgun: print ratio of sent vs. requested queriesPetr Špaček2023-05-041-5/+6
* | kxdpgun: Print percentages as floatsPetr Špaček2023-05-041-5/+5
* | Merge branch 'kxdpgun-load-limit' into 'master'Daniel Salzman2023-05-043-7/+18
|\ \
| * | kxdpgun: load only necessary number of queriesPetr Špaček2023-05-043-7/+18
* | | utils: fix compilation with embedded ngtcp2 if there is another ngtcp2 in pathDaniel Salzman2023-05-031-1/+2
|/ /
* / quic: adapt to ngtcp2 v0.15.0Daniel Salzman2023-04-272-3/+3
|/
* kdig: be careful about the received EDNS EXPIRE valueDavid Vašek2023-04-041-2/+5
* kdig: print EDNS EXPIRE timer in human formatDaniel Salzman2023-04-031-2/+5
* kdig: adds parameter to add or remove the expire EDNS option to the queryJan Hák2023-04-031-0/+30
* kdig: try to use TCP_NODELAY socket option due to TLS latencyJan Hák2023-03-291-1/+5
* utils: replace sprintf() with snprintf() to mute compile warningsDaniel Salzman2023-03-231-3/+6
* quic: rename 'xquic' and 'XQUIC' to 'xquic' and 'QUIC'Daniel Salzman2023-03-211-25/+25
* quic: add optional peer (server) certificate PIN check upon connection handshakeDaniel Salzman2023-03-211-1/+1
* quic: store ephemeral private key to a file, refactor knot_xquic_init_creds()Daniel Salzman2023-03-211-3/+2
* src: replace inet_ntop() with knot_inet_ntop()Daniel Salzman2023-03-071-3/+4
* quic: unify and reduce ALPN for QUIC to just 'doq'Daniel Salzman2023-03-023-18/+6
* utils: replace cert_get_pin() with gnutls_x509_crt_get_key_id()Daniel Salzman2023-03-026-107/+12
* kxdpgun: refactor receiving QUICDaniel Salzman2023-03-021-47/+40
* libknot: add optional server name parameter to knot_xquic_client()Daniel Salzman2023-03-021-1/+2
* libknot: move quic* files from xdp directory to quic directoryDaniel Salzman2023-03-021-1/+1
* xdp-quic/refactoring: separate XDP from QUIC routinesLibor Peltan2023-03-021-14/+87
* utils: add -rdynamic to utilities which link libknotd to solve missing symbolsDaniel Salzman2023-02-071-0/+5
* coding style -- unify the use of file operation modes and flagsDavid Vašek2023-02-071-2/+2
* kxdpgun: print reset QUIC connections in statsJan Hák2023-01-261-1/+6
* knotc: add error log when zone-check fails due to a general errorDaniel Salzman2023-01-201-1/+7
* utils: set remote service to 'UNIX' instead of empty valueDaniel Salzman2023-01-111-1/+1
* kdig: add support for server specification as a UNIX socket pathDaniel Salzman2023-01-045-18/+50
* sockaddr: change sockaddr_tostr() to print 'UNIX socket' instead of empty stringDaniel Salzman2023-01-021-2/+2
* zonedb: reload changed catalog members only (reuse otherwise), refactoringDaniel Salzman2022-12-051-3/+5
* kxdpgun: fix IPv4 source subnet processingDaniel Salzman2022-11-181-13/+10