summaryrefslogtreecommitdiffstats
path: root/tests/libknot/test_xdp_tcp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-26NEWS: add version 3.3.0Daniel Salzman1-0/+65
2023-08-26doc: add note to quic-outbuf-max-size referenceDaniel Salzman2-2/+2
2023-08-26distro/pkg/nix: synchronize from downstream nixpkgsVladimír Čunát1-4/+21
2023-08-26doc: add migration from 3.2.x to 3.3.xDaniel Salzman1-0/+39
2023-08-25NEWS: synchronize with branch 3.2Daniel Salzman1-0/+199
2023-08-25knot_exporter: fix typo in pyproject.toml.inDaniel Salzman1-1/+1
2023-08-25server/quic: re-configure table parameters while runningLibor Peltan4-0/+24
2023-08-25utils: do a terminal color reset when terminating prematurelyDavid Vašek7-15/+34
2023-08-25utils: print out the signal name when exitingDavid Vašek1-0/+3
2023-08-25utils: allow a repeated signalDavid Vašek1-0/+6
2023-08-25utils: add a proper premature termination handlingDavid Vašek9-25/+120
2023-08-25process_query: use log_enabled_debug() where appropriateDaniel Salzman1-21/+23
2023-08-25server: use log_enabled_debug() in handlers where appropriateDaniel Salzman3-6/+6
2023-08-25log: replace 'xdp.quic-log' with new 'quic' log moduleDaniel Salzman7-38/+86
2023-08-25tcp_iobuf: unify some names to common prefix knot_tcp_inbufs_updDaniel Salzman12-24/+24
2023-08-24tcp_iobuf: get rid of knot_tinbufu_res_inbufs()Daniel Salzman8-21/+14
2023-08-24doc/reference: add a reference to the PKCS #11 URI Scheme (RFC 7512)David Vašek2-2/+4
2023-08-24quic: remove unnecessary argumentLibor Peltan1-6/+5
2023-08-24quic: set logging callbacks to NULL if unused for optimizationLibor Peltan1-5/+11
2023-08-23utils: fix array length value (Coverity)Daniel Salzman1-3/+4
2023-08-23python: fix paths to knot_exporter and libknot sourceDaniel Salzman4-4/+4
2023-08-23tests: various fixes and hardedningLibor Peltan5-5/+17
2023-08-23tiny fixes from clang analyzerLibor Peltan4-1/+5
2023-08-23kdig/json/edns: bugfix / tiny refactoringLibor Peltan1-20/+28
2023-08-23doc: remove square brackets from 'ddns-master' referenceDaniel Salzman2-2/+2
2023-08-22tests/flags: add NULL record with empty rdata (just for fun)Libor Peltan2-0/+8
2023-08-22libknot/pktparser: allow empty rdata at NULL rrtype...Libor Peltan1-0/+1
2023-08-22kdig: implemented EDNS JSON formatLibor Peltan3-9/+218
2023-08-22knot/module: add quic_stream qdata parameter for future DDNS over QUICDaniel Salzman1-0/+1
2023-08-22distro/deb: sync knot-exporter changes to older distrosJakub Ružička7-4/+48
2023-08-21tests/bugfix: import moved libknot-python modules, see 4d7eb96bf93e620e771fe0...Libor Peltan1-1/+2
2023-08-21distro/el-7: don't try to import sphinx_panelsDaniel Salzman2-0/+26
2023-08-21distro/deb: add missing symbol knot_edns_opt_namesDaniel Salzman2-0/+2
2023-08-21distro/deb: add knot-exporter sub-packageJakub Ružička4-4/+33
2023-08-21python: improve build file selectionJakub Ružička2-8/+6
2023-08-21python: add knot_exporterDaniel Salzman8-1/+374
2023-08-21python: move libknot to a separate subdirectory libknotDaniel Salzman11-24/+31
2023-08-21ci: set --disable-static when running make distcheckDaniel Salzman1-1/+1
2023-08-21python: add pyproject.toml and hatchling support, keep setup.py for compatibi...Daniel Salzman5-8/+55
2023-08-21kdig: implemented EDNS presentation formatLibor Peltan11-92/+499
2023-08-18libknot/quic: yet another tiny useful API changeLibor Peltan6-14/+20
2023-08-18doc: add dummy alternative of sphinx_panels to solve issues with man generationDaniel Salzman3-1/+21
2023-08-17doc: improve sphinx-panels detectionDaniel Salzman1-4/+2
2023-08-17lmdb: cleanup stale readers from lock table whenever opening RW txnLibor Peltan2-2/+12
2023-08-17catalog: bugfix: proper handling of subseqent add/rem updates to a member ins...Libor Peltan4-49/+80
2023-08-17catalog: better log when update is enqueued for main threadLibor Peltan1-1/+1
2023-08-17quic/api: little cleanupLibor Peltan4-11/+16
2023-08-17Add python-sphinx-panels to dependencies where necessaryDaniel Salzman4-3/+5
2023-08-17doc: add DNS over QUIC configuration sectionDaniel Salzman2-1/+283
2023-08-16kdig: net close when failed TLS authorizationJan Hák1-9/+9