summaryrefslogtreecommitdiffstats
path: root/tests/libknot (follow)
Commit message (Expand)AuthorAgeFilesLines
* yparser: add support for link-local IPv6 addressesJan Hák2024-09-161-0/+8
* yparser: new time unit specifiersJan Doskočil2024-08-241-2/+5
* xdp-tcp: ignore SYN+ACK pkts in knotd (only for kxdpgun)Libor Peltan2024-07-111-1/+16
* yparser: fix empty list parsingDaniel Salzman2024-05-161-2/+4
* tests: extend test set for yparserDaniel Salzman2024-05-161-3/+4
* xdp-tcp: send RSTs on all open conns when shutdownLibor Peltan2024-04-221-1/+0
* conf: add control.backlog configuration optionDaniel Salzman2024-04-191-2/+2
* xdp-tcp: simplify knot_tcp_recv()Libor Peltan2024-04-111-17/+30
* tests: add test for knot_rrset_size(_estimate)()Daniel Salzman2024-02-071-1/+41
* sweep: add reset timeout counter, rework loggingDaniel Salzman2023-11-251-1/+1
* tcp_iobuf: get rid of knot_tinbufu_res_inbufs()Daniel Salzman2023-08-241-4/+4
* tests: shut up coverityLibor Peltan2023-05-301-0/+2
* libknot: remove pointer to iovec from linked-list node to save some space in ...Jan Hák2023-05-231-10/+13
* quic/tcp/inbuf: allocate incomplete msgs buffer by powers of 2Libor Peltan2023-05-231-4/+4
* quic/xdp-tcp/inbuf: store knot_tcp_inbuf_update results in linked-list-of-arraysLibor Peltan2023-05-231-14/+14
* yparser: allow unix socket path as network range valueDaniel Salzman2023-01-131-1/+2
* tests/xdp-tcp: fix under 32bit platformLibor Peltan2022-08-221-7/+9
* xdp: unified and extended connection sweep statisticsDaniel Salzman2022-08-111-12/+12
* tests: move dynarray test to libknot...Libor Peltan2022-05-251-0/+137
* dnssec: implemented incremental DNSKEY mgmtLibor Peltan2022-04-121-1/+23
* tests/tcp: mute CoverityDaniel Salzman2022-03-231-0/+2
* tcp: mute Clang-analyzerDaniel Salzman2022-03-171-6/+12
* xdp-tcp: tiny code cleanupDaniel Salzman2022-03-161-1/+1
* xdp-tcp: replace tcp_outbufs_t with struct knot_tcp_outbufDaniel Salzman2022-03-161-3/+3
* xdp-tcp: bugfix: check presence in syn_table before addingLibor Peltan2022-03-161-1/+1
* xdp-tcp: bugfix: crash when two packets for same conn...Libor Peltan2022-03-161-0/+1
* fixup! kxdpgun: allow various modes exploiting left-open connectionsLibor Peltan2022-03-161-1/+1
* kxdpgun: allow various modes exploiting left-open connectionsLibor Peltan2022-03-161-16/+16
* xdp-tcp: simplify codeLibor Peltan2022-03-161-1/+2
* xdp-tcp: fix errors in SYN-table manipulationLibor Peltan2022-03-161-18/+27
* xdp-tcp: response RST shall have seqno according to packet...Libor Peltan2022-03-161-1/+15
* modules: enable measuring RTT for xdp-tcpLibor Peltan2022-03-161-0/+2
* xdp-tcp: honor foreign TCP window sizeLibor Peltan2022-03-161-0/+2
* xdp-tcp: major refactoring + store outgoing buffersLibor Peltan2022-03-161-91/+197
* xdp-tcp: bugfix: better handling of different conn-closing statesLibor Peltan2022-03-161-1/+1
* spellingJosh Soref2021-11-243-4/+4
* yparser: allow UTF-8 characters in item dataDaniel Salzman2021-08-161-1/+17
* Replace UNUSED with _unused_Daniel Salzman2021-07-171-9/+4
* XDP-TCP: final code cleanupDaniel Salzman2021-07-101-15/+21
* XDP-TCP: rename prefix 'knot_xdp_tcp' to 'knot_tcp', and 'knot_tcp_timeout' t...Daniel Salzman2021-07-101-22/+22
* XDP-TCP: various code cleanupDaniel Salzman2021-07-101-3/+1
* XDP-TCP: move mock API from xdp.h to test_xdp_tcp.cDaniel Salzman2021-07-101-5/+12
* XDP-TCP: remove unused mm parameter from knot_xdp_tcp_relay()Daniel Salzman2021-07-081-11/+11
* XDP-TCP: move testing API from xdp.h to test_xdp_tcp.cDaniel Salzman2021-07-081-11/+51
* XDP-TCP: logging of closed/reset connectionsLibor Peltan2021-07-081-5/+9
* dynarray: move from contrib to libknotDaniel Salzman2021-07-081-14/+14
* XDP-TCP: remove list_t from libknot public apiLibor Peltan2021-07-081-2/+2
* XDP-TCP: count total inbuf usageLibor Peltan2021-07-081-2/+75
* tests: XDP-TCP test of connection handling, states and stressLibor Peltan2021-07-081-0/+365
* tests: add unit test for libknot/probeJan Hak2021-05-111-0/+96