]> git.ipfire.org Git - thirdparty/knot-resolver.git/log
thirdparty/knot-resolver.git
4 months agodoc nits + NEWS item, for quic docs-doq-server-l2g24y/deployments/8496
Vladimír Čunát [Sat, 31 Jan 2026 07:23:04 +0000 (08:23 +0100)] 
doc nits + NEWS item, for quic

4 months agomeson: fix include in embedded libngtcp2 sometimes
Vladimír Čunát [Wed, 28 Jan 2026 10:09:26 +0000 (11:09 +0100)] 
meson: fix include in embedded libngtcp2 sometimes

In particular, on macOS in GitHub CI.
I tried `dependencies: [gnutls.partial_dependency(includes: true)]`
but that didn't work.  No idea why.

4 months agoMerge master into doq-server
Vladimír Čunát [Wed, 28 Jan 2026 09:43:19 +0000 (10:43 +0100)] 
Merge master into doq-server

4 months agodaemon/quic: adapt to libknot 3.6
Vladimír Čunát [Wed, 28 Jan 2026 08:56:31 +0000 (09:56 +0100)] 
daemon/quic: adapt to libknot 3.6

For reference see what we did for the non-quic code in:
d0375933 80cf9eb1 c8ea4c07 (all MR 1769)

4 months agopython/formating: nits
Frantisek Tobias [Tue, 27 Jan 2026 15:07:06 +0000 (16:07 +0100)] 
python/formating: nits

4 months agodaemon/quic: fix linting warnings
Frantisek Tobias [Tue, 27 Jan 2026 15:05:55 +0000 (16:05 +0100)] 
daemon/quic: fix linting warnings

- add types to fields of struct nc_conn_ref_placeholder_t
- comment out testing DOQ error code

4 months agomake embedded quic lib work
Vladimír Čunát [Tue, 27 Jan 2026 10:48:15 +0000 (11:48 +0100)] 
make embedded quic lib work

This should also fix -Dquic=disabled
I'm now lazy to go fix it on the commits introducing it, too.

QUIC by default sizing (default nixos.org builds as reference):
 - with embedded ngtcp2* we grow the kresd binary by 344 KiB
 - with external ngtcp2* we grow the kresd binary by 40 KiB
   (while the external ngtcp2 package takes 472 KiB,
    libknot already depends on it, so it's not new)

4 months agolibngtcp2: copy embedded v1.20.0 from knot master (d9f7ac6e378f)
Vladimír Čunát [Tue, 27 Jan 2026 09:10:18 +0000 (10:10 +0100)] 
libngtcp2: copy embedded v1.20.0 from knot master (d9f7ac6e378f)

4 months agomake quic/DoQ optional
Vladimír Čunát [Tue, 30 Dec 2025 09:59:30 +0000 (10:59 +0100)] 
make quic/DoQ optional

4 months agoMerge branch 'utils-modeling-literals-fix' into 'master' docs-master-mgcjyq/deployments/8461 docs-master-mgcjyq/deployments/8469 docs-master-mgcjyq/deployments/8471 docs-master-mgcjyq/deployments/8483 docs-master-mgcjyq/deployments/8485 docs-master-mgcjyq/deployments/8493 docs-master-mgcjyq/deployments/8495 docs-master-mgcjyq/deployments/8497 docs-master-mgcjyq/deployments/8499 docs-master-mgcjyq/deployments/8500 docs-master-mgcjyq/deployments/8502 docs-nightly-t152d1/deployments/8470 docs-nightly-t152d1/deployments/8484 docs-nightly-t152d1/deployments/8494 docs-nightly-t152d1/deployments/8498 docs-nightly-t152d1/deployments/8501 docs-python-refac-ga7je5/deployments/8477
Aleš Mrázek [Tue, 27 Jan 2026 09:41:46 +0000 (10:41 +0100)] 
Merge branch 'utils-modeling-literals-fix' into 'master'

python: utils/modeling: fixed literals bug for python 3.8

See merge request knot/knot-resolver!1799

4 months agoadd NEWS entry for the parent commit docs-utils-modeli-c6we2z/deployments/8459
Vladimír Čunát [Tue, 27 Jan 2026 08:39:21 +0000 (09:39 +0100)] 
add NEWS entry for the parent commit

4 months agopython: utils/modeling: fixed Literal bug for python 3.8
Aleš Mrázek [Wed, 21 Jan 2026 20:28:44 +0000 (21:28 +0100)] 
python: utils/modeling: fixed Literal bug for python 3.8

This fixes bug created in MR !1768 logging improvements.

4 months agoMerge !1800: CI: Migrate respdiff from shortlist dataset to ODVR-based dataset docs-master-mgcjyq/deployments/8458
Vladimír Čunát [Tue, 27 Jan 2026 08:43:04 +0000 (09:43 +0100)] 
Merge !1800: CI: Migrate respdiff from shortlist dataset to ODVR-based dataset

4 months agoci: disable respdiff diff-index guard
Hynek Šabacký [Mon, 26 Jan 2026 09:23:22 +0000 (10:23 +0100)] 
ci: disable respdiff diff-index guard

4 months agoci: run respdiff with a newer query dataset
Hynek Šabacký [Fri, 31 Oct 2025 09:30:29 +0000 (10:30 +0100)] 
ci: run respdiff with a newer query dataset

4 months agoMerge branch 'subprocess-command-decode' into 'master' docs-master-mgcjyq/deployments/8450 docs-master-mgcjyq/deployments/8454 docs-master-mgcjyq/deployments/8456 docs-nightly-t152d1/deployments/8455
Aleš Mrázek [Mon, 26 Jan 2026 14:32:50 +0000 (15:32 +0100)] 
Merge branch 'subprocess-command-decode' into 'master'

python: controller/interface.py: return full message if JSON load fails

See merge request knot/knot-resolver!1801

4 months agotests/packaging: tls_cert_watchdog.sh: added sleep for deletion/creation test docs-subprocess-c-nisp39/deployments/8449
Aleš Mrázek [Mon, 26 Jan 2026 13:47:20 +0000 (14:47 +0100)] 
tests/packaging: tls_cert_watchdog.sh: added sleep for deletion/creation test

4 months agopython: controller/interface.py: return full message if JSON load fails for Subproces... docs-subprocess-c-nisp39/deployments/8447
Aleš Mrázek [Mon, 26 Jan 2026 12:50:49 +0000 (13:50 +0100)] 
python: controller/interface.py: return full message if JSON load fails for Subprocess command result

4 months agoMerge !1798: python: manager/files: do not reload TLS certificate files if they do... docs-master-mgcjyq/deployments/8446
Vladimír Čunát [Mon, 26 Jan 2026 09:27:28 +0000 (10:27 +0100)] 
Merge !1798: python: manager/files: do not reload TLS certificate files if they do not exist

4 months agoRevert "tests/packaging/interactive: skip TLS certs watchdog tests"
Aleš Mrázek [Wed, 21 Jan 2026 23:07:15 +0000 (00:07 +0100)] 
Revert "tests/packaging/interactive: skip TLS certs watchdog tests"

This reverts commit 1c69b284fa270c49f2adad035f5050c7d8837278.

4 months agopython: manager/files: do not reload TLS certificate files if they do not exist
Aleš Mrázek [Wed, 21 Jan 2026 20:19:16 +0000 (21:19 +0100)] 
python: manager/files: do not reload TLS certificate files if they do not exist

This fixes a randomly occuring pkg test error mentioned in !1794.

4 months agoMerge !1797: daemon/io: handle failed session data initialization docs-master-mgcjyq/deployments/8444
Vladimír Čunát [Mon, 26 Jan 2026 08:36:51 +0000 (09:36 +0100)] 
Merge !1797: daemon/io: handle failed session data initialization

4 months agodaemon/io_create() nits docs-session-segv-qm4yug/deployments/8427
Vladimír Čunát [Thu, 22 Jan 2026 09:16:24 +0000 (10:16 +0100)] 
daemon/io_create() nits

4 months agodaemon/io_create(): move session2_new_io out of io_create() docs-session-segv-qm4yug/deployments/8413
Frantisek Tobias [Wed, 21 Jan 2026 12:47:18 +0000 (13:47 +0100)] 
daemon/io_create(): move session2_new_io out of io_create()

The motivation for this change is to unite the out parameter type to uv_handle_t

4 months agodaemon/session2/session2_transport_event(): remove kr_fails_assert
Frantisek Tobias [Tue, 20 Jan 2026 17:20:54 +0000 (18:20 +0100)] 
daemon/session2/session2_transport_event(): remove kr_fails_assert

When forwarding over DoT, an upstream that accepts a TCP connection
and immediately closes it triggers this assetion, because
the forwarder wasn't able to solve any waiting tasks.

4 months agodaemon/io: handle failed session data initialization
Frantisek Tobias [Tue, 20 Jan 2026 13:21:20 +0000 (14:21 +0100)] 
daemon/io: handle failed session data initialization

4 months agoMerge !1795: daemon/session: fix UDP answers without sendmmsg docs-master-mgcjyq/deployments/8403 docs-master-mgcjyq/deployments/8405 docs-master-mgcjyq/deployments/8407 docs-master-mgcjyq/deployments/8424 docs-master-mgcjyq/deployments/8426 docs-master-mgcjyq/deployments/8428 docs-master-mgcjyq/deployments/8430 docs-master-mgcjyq/deployments/8433 docs-master-mgcjyq/deployments/8435 docs-master-mgcjyq/deployments/8438 docs-master-mgcjyq/deployments/8440 docs-master-mgcjyq/deployments/8441 docs-master-mgcjyq/deployments/8443 docs-nightly-t152d1/deployments/8406 docs-nightly-t152d1/deployments/8425 docs-nightly-t152d1/deployments/8429 docs-nightly-t152d1/deployments/8434 docs-nightly-t152d1/deployments/8439 docs-nightly-t152d1/deployments/8442
Vladimír Čunát [Tue, 20 Jan 2026 21:57:53 +0000 (22:57 +0100)] 
Merge !1795: daemon/session: fix UDP answers without sendmmsg

4 months agodaemon/session: fix UDP answers without sendmmsg docs-udp-conn-bfyld8/deployments/8382
Vladimír Čunát [Sat, 17 Jan 2026 09:53:36 +0000 (10:53 +0100)] 
daemon/session: fix UDP answers without sendmmsg

This is quite a serious issue on non-Linux.
It's a regression from commit 82e1d596, i.e. v6.0.9.

4 months agoMerge !1794: tests/packaging/interactive: skip TLS certs watchdog tests docs-master-mgcjyq/deployments/8366 docs-master-mgcjyq/deployments/8371 docs-master-mgcjyq/deployments/8373 docs-master-mgcjyq/deployments/8379 docs-master-mgcjyq/deployments/8381 docs-master-mgcjyq/deployments/8383 docs-master-mgcjyq/deployments/8385 docs-master-mgcjyq/deployments/8386 docs-master-mgcjyq/deployments/8388 docs-master-mgcjyq/deployments/8393 docs-master-mgcjyq/deployments/8395 docs-nightly-t152d1/deployments/8372 docs-nightly-t152d1/deployments/8380 docs-nightly-t152d1/deployments/8384 docs-nightly-t152d1/deployments/8387 docs-nightly-t152d1/deployments/8394 docs-python-refac-ga7je5/deployments/8368
Vladimír Čunát [Thu, 15 Jan 2026 13:15:33 +0000 (14:15 +0100)] 
Merge !1794: tests/packaging/interactive: skip TLS certs watchdog tests

4 months agotests/packaging/interactive: skip TLS certs watchdog tests docs-tests-packag-jduykc/deployments/8365
Aleš Mrázek [Thu, 15 Jan 2026 12:13:53 +0000 (13:13 +0100)] 
tests/packaging/interactive: skip TLS certs watchdog tests

4 months agoMerge branch 'docs-cleanup-fix' into 'master' docs-master-mgcjyq/deployments/8361
Aleš Mrázek [Thu, 15 Jan 2026 12:01:30 +0000 (13:01 +0100)] 
Merge branch 'docs-cleanup-fix' into 'master'

doc/user: minor adjustments

See merge request knot/knot-resolver!1793

4 months agodoc/user/gettingstarted-install.rst: build from source docs-docs-cleanup-c6wyql/deployments/8360
Aleš Mrázek [Thu, 15 Jan 2026 11:32:17 +0000 (12:32 +0100)] 
doc/user/gettingstarted-install.rst: build from source

This part looked like it belonged under the Docker section. At the same time, I didn't want to create a separate section for it and put it at the same level as packages sections.

4 months agodoc/user/config-overview.rst: json schema app link
Aleš Mrázek [Thu, 15 Jan 2026 11:00:28 +0000 (12:00 +0100)] 
doc/user/config-overview.rst: json schema app link

Unfortunately, the previous link was not universal for all versions of the docs. Doing link universal automatically is not easy, so a clarification was added.

4 months agoMerge !1792: docs: remove problematic deps docs-master-mgcjyq/deployments/8358
Vladimír Čunát [Thu, 15 Jan 2026 10:28:50 +0000 (11:28 +0100)] 
Merge !1792: docs: remove problematic deps

4 months agodocs: removed sphinx-tabs and json-schema-for-humans docs-docs-cleanup-cyjba3/deployments/8350
Aleš Mrázek [Wed, 14 Jan 2026 23:04:13 +0000 (00:04 +0100)] 
docs: removed sphinx-tabs and json-schema-for-humans

4 months agoMerge !1784: python: ruff: linter stricter configuration
Vladimír Čunát [Wed, 14 Jan 2026 08:54:17 +0000 (09:54 +0100)] 
Merge !1784: python: ruff: linter stricter configuration

4 months agopython: ruff: ignored and fixed some linter checks docs-ruff-strict-a6rg22/deployments/8333
Aleš Mrázek [Sun, 11 Jan 2026 00:37:33 +0000 (01:37 +0100)] 
python: ruff: ignored and fixed some linter checks

4 months agopython: fixed too long lines (>120)
Aleš Mrázek [Sun, 11 Jan 2026 00:31:16 +0000 (01:31 +0100)] 
python: fixed too long lines (>120)

Ruff linter: E501 Line too long (>120)

4 months agopython: specified or removed type check ignore
Aleš Mrázek [Sat, 10 Jan 2026 23:58:29 +0000 (00:58 +0100)] 
python: specified or removed type check ignore

Ruff linter: PGH003 Use specific rule codes when ignoring type issues

4 months agopython: replaced python version comparing with tuple
Aleš Mrázek [Sat, 10 Jan 2026 23:43:44 +0000 (00:43 +0100)] 
python: replaced python version comparing with tuple

4 months agopython: client: ignore INP001 for commands modules
Aleš Mrázek [Sat, 10 Jan 2026 23:33:30 +0000 (00:33 +0100)] 
python: client: ignore INP001 for commands modules

4 months agopython: improved try/exception code
Aleš Mrázek [Sat, 10 Jan 2026 21:41:39 +0000 (22:41 +0100)] 
python: improved try/exception code

4 months agopython: applied code simplification improvements
Aleš Mrázek [Sat, 10 Jan 2026 21:32:06 +0000 (22:32 +0100)] 
python: applied code simplification improvements

4 months agopython: fixed docstring formatting
Aleš Mrázek [Sat, 10 Jan 2026 21:06:30 +0000 (22:06 +0100)] 
python: fixed docstring formatting

4 months agopython: added missing type annotations
Aleš Mrázek [Sat, 10 Jan 2026 17:47:17 +0000 (18:47 +0100)] 
python: added missing type annotations

4 months agopython: fixed renamed exceptions/errors
Aleš Mrázek [Sat, 10 Jan 2026 17:45:35 +0000 (18:45 +0100)] 
python: fixed renamed exceptions/errors

4 months ago*/exceptions.py: updated for more strict linter (Ruff)
Aleš Mrázek [Fri, 12 Dec 2025 00:42:18 +0000 (01:42 +0100)] 
*/exceptions.py: updated for more strict linter (Ruff)

4 months agoexceptions.py: renamed base exception to error Ruff(N818)
Aleš Mrázek [Wed, 10 Dec 2025 23:26:10 +0000 (00:26 +0100)] 
exceptions.py: renamed base exception to error Ruff(N818)

4 months agoconstants.py: added freebsd_min_version constant
Aleš Mrázek [Wed, 10 Dec 2025 23:12:36 +0000 (00:12 +0100)] 
constants.py: added freebsd_min_version constant

4 months agopyproject.toml: ruff strict config
Aleš Mrázek [Fri, 5 Dec 2025 00:04:57 +0000 (01:04 +0100)] 
pyproject.toml: ruff strict config

4 months agoMerge !1789: doc/user: updated info about docker images docs-master-mgcjyq/deployments/8318 docs-master-mgcjyq/deployments/8322 docs-master-mgcjyq/deployments/8326 docs-master-mgcjyq/deployments/8327 docs-master-mgcjyq/deployments/8329 docs-nightly-t152d1/deployments/8323 docs-nightly-t152d1/deployments/8328
Vladimír Čunát [Sat, 10 Jan 2026 08:22:49 +0000 (09:22 +0100)] 
Merge !1789: doc/user: updated info about docker images

4 months agodoc/user: updated info about docker images
Aleš Mrázek [Fri, 9 Jan 2026 15:24:08 +0000 (16:24 +0100)] 
doc/user: updated info about docker images

4 months agoMerge branch 'dockerhub-update' into 'master' docs-master-mgcjyq/deployments/8311 docs-master-mgcjyq/deployments/8315 docs-master-mgcjyq/deployments/8317 docs-nightly-t152d1/deployments/8316
Aleš Mrázek [Fri, 9 Jan 2026 13:55:55 +0000 (14:55 +0100)] 
Merge branch 'dockerhub-update' into 'master'

ci: docker:dockerhub: update tags

See merge request knot/knot-resolver!1788

4 months ago.gitlab-ci.yml: docker:dockerhub updated tags docs-dockerhub-up-qg4m6k/deployments/8310
Aleš Mrázek [Thu, 8 Jan 2026 17:12:49 +0000 (18:12 +0100)] 
.gitlab-ci.yml: docker:dockerhub updated tags

4 months agoMerge !1787: ci: renamed docs:latest to docs:master docs-master-mgcjyq/deployments/8308
Vladimír Čunát [Fri, 9 Jan 2026 12:53:23 +0000 (13:53 +0100)] 
Merge !1787: ci: renamed docs:latest to docs:master

4 months ago.gitlab-ci.yml: renamed docs:latest to docs:master docs-ci-docs-mast-92s4o1/deployments/8307
Aleš Mrázek [Fri, 9 Jan 2026 12:24:02 +0000 (13:24 +0100)] 
.gitlab-ci.yml: renamed docs:latest to docs:master

4 months agoMerge branch 'release-6.1.0' into 'master' docs-master-mgcjyq/deployments/8300 docs-master-mgcjyq/deployments/8304 docs-master-mgcjyq/deployments/8306 docs-nightly-t152d1/deployments/8305 docs-v6-1-0-wly2a2/deployments/8301 v6.1.0
Aleš Mrázek [Thu, 8 Jan 2026 13:07:38 +0000 (14:07 +0100)] 
Merge branch 'release-6.1.0' into 'master'

Release 6.1.0

See merge request knot/knot-resolver!1783

4 months agodoc/user: adjust formulation on version compatibility for 6+ situation docs-release-6-1-tq5anv/deployments/8299
Vladimír Čunát [Thu, 8 Jan 2026 08:29:04 +0000 (09:29 +0100)] 
doc/user: adjust formulation on version compatibility for 6+ situation

4 months agorelease 6.1.0
Aleš Mrázek [Mon, 5 Jan 2026 11:08:53 +0000 (12:08 +0100)] 
release 6.1.0

4 months agoMerge !1771: datamodel: add /lua/policy-script*
Vladimír Čunát [Thu, 8 Jan 2026 12:00:46 +0000 (13:00 +0100)] 
Merge !1771: datamodel: add /lua/policy-script*

4 months agodatamodel: add /lua/policy-script* docs-lua-policy-s-9i4cdz/deployments/8295
Vladimír Čunát [Mon, 1 Dec 2025 19:36:20 +0000 (20:36 +0100)] 
datamodel: add /lua/policy-script*

4 months agoMerge !1786: meson: fix linking with jemalloc docs-master-mgcjyq/deployments/8294
Vladimír Čunát [Thu, 8 Jan 2026 11:51:51 +0000 (12:51 +0100)] 
Merge !1786: meson: fix linking with jemalloc

4 months agomeson: fix linking with jemalloc
Vladimír Čunát [Thu, 8 Jan 2026 11:38:06 +0000 (12:38 +0100)] 
meson: fix linking with jemalloc

This is a partial revert of a13235612644
which haven't reached any tags, fortunately.

I'm not sure why this breaks the configure phase in my case
> meson.build:171:33: ERROR: C shared library 'jemalloc' not found
but I looked properly into docs and it wouldn't do what we wanted anyway:
https://mesonbuild.com/Reference-manual_returned_compiler.html#find_library_static

4 months agoMerge !1785: defer: enable by default docs-master-mgcjyq/deployments/8283 docs-master-mgcjyq/deployments/8286 docs-master-mgcjyq/deployments/8288 docs-nightly-t152d1/deployments/8287
Vladimír Čunát [Wed, 7 Jan 2026 17:40:30 +0000 (18:40 +0100)] 
Merge !1785: defer: enable by default

4 months agodefer: enable by default
Vladimír Čunát [Wed, 7 Jan 2026 11:48:16 +0000 (12:48 +0100)] 
defer: enable by default

4 months agodoc/schema: add DoQ options
Frantisek Tobias [Wed, 7 Jan 2026 15:15:19 +0000 (16:15 +0100)] 
doc/schema: add DoQ options

4 months agodaemon/quic_conn: Move connection termination log to debug level,
Frantisek Tobias [Tue, 6 Jan 2026 13:26:20 +0000 (14:26 +0100)] 
daemon/quic_conn: Move connection termination log to debug level,
restore requirement for payload type in worker unwrap

When the requested connections exceed the worker's capacity it polutes the log with large ammounts of prints, could be removed alltogether

4 months agodaemon/quic: Avoid invalid element access in the connection expiry heap and only...
Frantisek Tobias [Tue, 6 Jan 2026 13:22:49 +0000 (14:22 +0100)] 
daemon/quic: Avoid invalid element access in the connection expiry heap and only decrease session ref_count once

4 months agomodules/stats: collect doq statistics
Frantisek Tobias [Tue, 16 Dec 2025 09:53:16 +0000 (10:53 +0100)] 
modules/stats: collect doq statistics

4 months agoconfig: Add additional QUIC configuration and documentation
Frantisek Tobias [Tue, 16 Dec 2025 09:52:32 +0000 (10:52 +0100)] 
config: Add additional QUIC configuration and documentation

4 months agoquic: refactor error handling
Frantisek Tobias [Mon, 8 Dec 2025 13:12:16 +0000 (14:12 +0100)] 
quic: refactor error handling

So far no application error codes (defined in rfc 9250 4.3) were specified when closing connections

4 months agodaemon/quic_conn: fix stream counting
Frantisek Tobias [Thu, 27 Nov 2025 10:43:41 +0000 (11:43 +0100)] 
daemon/quic_conn: fix stream counting

4 months agomeson: display use of DoQ
Frantisek Tobias [Wed, 26 Nov 2025 11:40:02 +0000 (12:40 +0100)] 
meson: display use of DoQ

4 months agodaemon/quic: minor optimizations, remove pointless asserts, discard conn state when...
Frantisek Tobias [Wed, 26 Nov 2025 11:39:26 +0000 (12:39 +0100)] 
daemon/quic: minor optimizations, remove pointless asserts, discard conn state when RETRY pkt is sent

4 months agodaemon/network: use quic flag name instead of doq
Frantisek Tobias [Wed, 26 Nov 2025 09:35:56 +0000 (10:35 +0100)] 
daemon/network: use quic flag name instead of doq

4 months agodaemon/quic: Prioritize existing unused conns over new ones when conn limits are...
Frantisek Tobias [Mon, 10 Nov 2025 09:36:20 +0000 (10:36 +0100)] 
daemon/quic: Prioritize existing unused conns over new ones when conn limits are reached

This change reduces the number of failed requests when the worker is experiencing heavy trafic.

4 months agodaemon/quic_conn: remove redundant concurrency check
Frantisek Tobias [Tue, 4 Nov 2025 07:33:22 +0000 (08:33 +0100)] 
daemon/quic_conn: remove redundant concurrency check

4 months agodaemon/quic_conn: fix max_stream extention, use libuv times for idle timeouts
Frantisek Tobias [Mon, 3 Nov 2025 15:13:55 +0000 (16:13 +0100)] 
daemon/quic_conn: fix max_stream extention, use libuv times for idle timeouts

closing streams doesn't increase the number of available streams automatically, for connections with streams over the initial limit this caused connections to idle until closed

4 months agodaemon/quic_common: adjust idle timer and max concurent conn limits to accommodate...
Frantisek Tobias [Mon, 3 Nov 2025 14:31:13 +0000 (15:31 +0100)] 
daemon/quic_common: adjust idle timer and max concurent conn limits to accommodate heavier trafic

4 months agodaemon/quic_conn: fix session termination, store send_special payload in a new buffer
Frantisek Tobias [Fri, 24 Oct 2025 08:08:28 +0000 (10:08 +0200)] 
daemon/quic_conn: fix session termination, store send_special payload in a new buffer

4 months agodaemon/quic: fix session termination, add excesive load reply
Frantisek Tobias [Fri, 24 Oct 2025 07:50:32 +0000 (09:50 +0200)] 
daemon/quic: fix session termination, add excesive load reply

4 months agodaemon/quic/common: Adjust idle timeout threshold to 3 seconds, remove unused function
Frantisek Tobias [Fri, 24 Oct 2025 07:42:13 +0000 (09:42 +0200)] 
daemon/quic/common: Adjust idle timeout threshold to 3 seconds, remove unused function

4 months agoquic/conn: fix data agregation for queries spread over multiple packets
Frantisek Tobias [Wed, 15 Oct 2025 12:39:02 +0000 (14:39 +0200)] 
quic/conn: fix data agregation for queries spread over multiple packets

4 months agoquic/conn: fix stream->pers_inbuf->end update when realloc is required
Frantisek Tobias [Wed, 15 Oct 2025 11:57:03 +0000 (13:57 +0200)] 
quic/conn: fix stream->pers_inbuf->end update when realloc is required

4 months agoquic/stream: Handle IO error event initiated by dns layer
Frantisek Tobias [Wed, 15 Oct 2025 11:55:05 +0000 (13:55 +0200)] 
quic/stream: Handle IO error event initiated by dns layer

4 months agomeson: allow libngtcp2 >= 1.11.0
Vladimír Čunát [Wed, 15 Oct 2025 11:01:01 +0000 (13:01 +0200)] 
meson: allow libngtcp2 >= 1.11.0

For now.  We might revisit the choice,
but this version looks not too old and common in .deb

4 months agodaemon/quic: split doq log groups, remove asserts
Frantisek Tobias [Wed, 8 Oct 2025 07:13:23 +0000 (09:13 +0200)] 
daemon/quic: split doq log groups, remove asserts

4 months agodaemon/session: start defer only for DOQ_CONN
Frantisek Tobias [Mon, 6 Oct 2025 13:11:45 +0000 (15:11 +0200)] 
daemon/session: start defer only for DOQ_CONN

4 months agodoc/schema: add doq
Frantisek Tobias [Mon, 6 Oct 2025 10:43:36 +0000 (12:43 +0200)] 
doc/schema: add doq

4 months agodaemon/quic: add version negotiation for initial packet
Frantisek Tobias [Mon, 6 Oct 2025 08:59:56 +0000 (10:59 +0200)] 
daemon/quic: add version negotiation for initial packet

4 months agodaemon/defer: replace is_accounting kr_assert with if
Frantisek Tobias [Mon, 6 Oct 2025 08:42:31 +0000 (10:42 +0200)] 
daemon/defer: replace is_accounting kr_assert with if

this assertion wasn't compatible with the subsession design of DoQ

4 months agodaemon/session: remove commented code
Frantisek Tobias [Mon, 6 Oct 2025 08:39:03 +0000 (10:39 +0200)] 
daemon/session: remove commented code

4 months agodaemon/quic_common: move code used by more quic layers into common file
Frantisek Tobias [Mon, 6 Oct 2025 08:32:13 +0000 (10:32 +0200)] 
daemon/quic_common: move code used by more quic layers into common file

4 months agodaemon/quic_stream: cleanup code
Frantisek Tobias [Mon, 6 Oct 2025 08:31:38 +0000 (10:31 +0200)] 
daemon/quic_stream: cleanup code

4 months agodaemon/quic_demux: add events for connection management, clear expired conns, cleanup...
Frantisek Tobias [Mon, 6 Oct 2025 08:25:53 +0000 (10:25 +0200)] 
daemon/quic_demux: add events for connection management, clear expired conns, cleanup code

4 months agodaemon/quic_conn: handle sending special cases, cleanup
Frantisek Tobias [Mon, 6 Oct 2025 08:24:33 +0000 (10:24 +0200)] 
daemon/quic_conn: handle sending special cases, cleanup

4 months agodaemon/quic: cleanup code, implement proper event handling wip
Frantisek Tobias [Tue, 23 Sep 2025 09:55:01 +0000 (11:55 +0200)] 
daemon/quic: cleanup code, implement proper event handling wip

4 months agodaemon/quic: remove old reference implementation
Frantisek Tobias [Tue, 23 Sep 2025 09:53:50 +0000 (11:53 +0200)] 
daemon/quic: remove old reference implementation

4 months agodaemon/quic: pass session init params on the stack
Frantisek Tobias [Mon, 22 Sep 2025 07:27:29 +0000 (09:27 +0200)] 
daemon/quic: pass session init params on the stack

4 months agodaemon/quic_stream: steady progress in stream as session refactor
Frantisek Tobias [Wed, 17 Sep 2025 12:01:53 +0000 (14:01 +0200)] 
daemon/quic_stream: steady progress in stream as session refactor