Re: [PATCH] Slice filter: proxy_cache_background_update support (ticket #1348)

2024-06-10 Thread J Carter
Style cleanup of previous patch. Also removed 'status already returned' guard in slice range variable handler, as it is no longer needed given other changes in patch. # HG changeset patch # User J Carter # Date 1718069043 -3600 # Tue Jun 11 02:24:03 2024 +0100 # Node ID

[njs] Modules: shared dictionary add, set, incr methods timeout argument.

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/a5da85a3d309 branches: changeset: 2356:a5da85a3d309 user: jo-carter <104033676+jo-car...@users.noreply.github.com> date: Sun Jun 02 09:11:13 2024 +0100 description: Modules: shared dictionary add, set, incr methods timeout argument. The optional

[njs] Fixed integer overflow in Date.parse().

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/ae4f50f7b7b3 branches: changeset: 2355:ae4f50f7b7b3 user: Dmitry Volyntsev date: Fri Jun 07 22:58:53 2024 -0700 description: Fixed integer overflow in Date.parse(). Found by OSS-Fuzz and UndefinedSanitizer. diffstat: src/njs_date.c

[njs] Fixed tracking of argument scope.

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/81ff15b57343 branches: changeset: 2354:81ff15b57343 user: Dmitry Volyntsev date: Fri Jun 07 21:46:30 2024 -0700 description: Fixed tracking of argument scope. This properly catches unsupported "await" in arguments. This fixes #730 issue on

[njs] Tests: compatibility with "openssl" app from OpenSSL 3.2.0.

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/23538ab89e41 branches: changeset: 2353:23538ab89e41 user: Dmitry Volyntsev date: Thu Jun 06 14:54:45 2024 -0700 description: Tests: compatibility with "openssl" app from OpenSSL 3.2.0. diffstat: nginx/t/js_fetch_https.t| 3 +++

[njs] Fixed open byte overread in decodeURI() and decodeURIComponent().

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/d67e5b627677 branches: changeset: 2352:d67e5b627677 user: Dmitry Volyntsev date: Thu Jun 06 23:10:12 2024 -0700 description: Fixed open byte overread in decodeURI() and decodeURIComponent(). Found by OSS-Fuzz and MemorySanitizer. diffstat:

[njs] Added reference to nginx community page at SUPPORT.md.

2024-06-10 Thread noreply
details: https://hg.nginx.org/njs/rev/993e28c8eb84 branches: changeset: 2351:993e28c8eb84 user: Dmitry Volyntsev date: Wed Jun 05 18:23:18 2024 -0700 description: Added reference to nginx community page at SUPPORT.md. diffstat: SUPPORT.md | 20 +--- 1 files