Timeline



01/20/23:

12:37 Ticket #2439 (1.23.3: test suite is failing) updated by Valentin V. Bartenev
The failed tests are for this fix: …
06:14 Ticket #2439 (1.23.3: test suite is failing) created by kloczek@…
[…]

01/19/23:

19:41 Ticket #2438 (Improve fastcgi_cache_key documentation) updated by Denis
Любопытно, что для proxy_cache существует директива …
13:38 Changeset in nginx-tests [1886:90a310f3cee6] by Sergey Kandaurov <pluknet@…>
Tests: workaround for QUIC routing while reloading nginx. Datagrams …

01/18/23:

21:59 Ticket #2438 (Improve fastcgi_cache_key documentation) created by Denis
Сразу извиняюсь что не на английском, быстрее зарепорчу на родном …
19:53 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) updated by Maxim Dounin
Thanks for the details. Just for the record, I've submitted the patch …
15:20 Changeset in nginx [9069:03897c45798e]quic by Sergey Kandaurov <pluknet@…>
QUIC: defer setting the active flag for client stream events. …
12:04 Changeset in nginx-tests [1885:905b1704eb54] by Sergey Kandaurov <pluknet@…>
Tests: TLS session resumption tests with HTTP/3. LibreSSL doesn't …
12:04 Changeset in nginx-tests [1884:6f1508d53a26] by Sergey Kandaurov <pluknet@…>
Tests: fixed extracting QUIC early secret if PSK is not in use. …

01/17/23:

14:22 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) updated by Max Laverse
Sure. We're using Nginx within our Ingress Controllers instance for …

01/16/23:

22:51 Ticket #2437 (upstream sent invalid header) closed by Maxim Dounin
invalid: Starting with version 1.21.1, nginx …
21:06 Ticket #2437 (upstream sent invalid header) created by lend.sp@…
2023/01/16 20:26:56 [error] 25#25: *77 upstream sent invalid header: …
18:38 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) updated by Maxim Dounin
Thanks for testing. Could you please share some details about the use …
11:07 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) updated by Max Laverse
Thanks for the quick reply. I don't know if more changes are needed …

01/14/23:

03:15 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) updated by Maxim Dounin
Status changed
Thanks for the report. Indeed, the code does not expect a location …

01/13/23:

22:50 Ticket #2436 (Nginx does log anything anymore) updated by Maxim Dounin
> What is happening? First of all, I would consider making sure this …
13:12 Changeset in nginx-tests [1883:ff50c265a5ac] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/3 tests with streams blocked on insert count. As QUIC …
13:12 Changeset in nginx-tests [1882:3619dcc8ba6d] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/3 tests with server_name captures.
09:41 Ticket #2436 (Nginx does log anything anymore) created by jean-christophe-manciot@…
In /etc/nginx/nginx.conf: […] In …
00:29 Ticket #1433 (WebDAV module didn't convert UTF8 encode url into GBK on Windows) updated by Maxim Dounin
For the record, I've submitted a …
00:24 Ticket #458 (Win32: autoindex module doesn't support Unicode names) updated by Maxim Dounin
For the record, I've submitted a …

01/12/23:

17:56 Changeset in nginx-tests [1881:33432a6877f7] by Sergey Kandaurov <pluknet@…>
Tests: reusable HTTP/3 worker connections.
16:53 Changeset in nginx-tests [1880:03cebb996b5b] by Sergey Kandaurov <pluknet@…>
Tests: added HTTP/3 test with upstream check broken connection.
16:53 Changeset in nginx-tests [1879:12d950e1165c] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/3 tests with limit_req.
10:09 Changeset in nginx-tests [1878:b69bae343c53] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/3 keepalive tests.

01/11/23:

20:15 Ticket #1598 (Windows Path Length Limitation issue) updated by Maxim Dounin
For the record, this seems to be trivial to resolve in Windows 10 and …

01/10/23:

19:29 Ticket #1316 ($http_ variables only contain the first field-value) updated by Maxim Dounin
> Maxim, thanks for fixing this! Do you know if there are any plans to …
13:59 Changeset in nginx [9063:e3760b9b7c8e]quic by Sergey Kandaurov <pluknet@…>
HTTP/3: fixed $connection_time. Previously, start_time wasn't set for …
13:42 Changeset in nginx [9065:2ee6f9729739]quic by Roman Arutyunyan <arut@…>
QUIC: set stream error flag on reset. Now, when RESET_STREAM is sent …
13:24 Changeset in nginx [9068:bf2267887014]quic by Roman Arutyunyan <arut@…>
QUIC: relocated ngx_quic_init_streams() for 0-RTT. Previously, …
10:05 Changeset in nginx [9064:35e27117b593]quic by Roman Arutyunyan <arut@…>
QUIC: automatically add and never delete stream events. Previously, …

01/09/23:

17:32 Ticket #1316 ($http_ variables only contain the first field-value) updated by nyurik@…
Replying to Maxim Dounin: > Wiki articles are not …

01/06/23:

22:21 Changeset in nginx_org [2927:decdcc6e9938] by Konstantin Pavlov <thresh@…>
NGINX Agent promo.
11:35 Ticket #2435 (static locations longer than 255 characters lead to unexpected behaviors) created by Max Laverse
Description Defining locations with paths longer than 255 …

01/05/23:

16:34 Changeset in nginx_org [2926:237a77d8565b] by Yaroslav Zhuravlev <yar@…>
Extended description of r_variables in njs.
16:34 Changeset in nginx_org [2925:3be061a0941a] by Yaroslav Zhuravlev <yar@…>
Added link to varindex in njs Reference.
16:26 Changeset in nginx_org [2924:bd8482c5a7fe] by Yaroslav Zhuravlev <yar@…>
Added "Security" section in njs.
15:03 Changeset in nginx [9067:6bb884dc7291]quic by Roman Arutyunyan <arut@…>
HTTP/3: insert count block timeout. Previously, there was no timeout …
14:37 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) closed by Roman Arutyunyan
fixed: Committed: http://hg.nginx.org/nginx-quic/rev/987bee4363d1.
14:15 Changeset in nginx [9066:eaa8dc3788e1]quic by Roman Arutyunyan <arut@…>
HTTP/3: trigger 400 (Bad Request) on stream error while blocked. …

01/04/23:

16:06 Ticket #2434 (Support dark mode in error pages) created by Remco Haszing
Currently the default index.html and 500.html pages support dark …
14:11 Ticket #2176 (Get only 200 responses when "if_modified_since" is set to "off") closed by Maxim Dounin
fixed: Fixed in [52ea1f45b324/nginx_org], thanks to all involved.

01/03/23:

22:13 Ticket #2176 (Get only 200 responses when "if_modified_since" is set to "off") updated by Maxim Dounin
Component changed
Looking into this once again, I tend to think that the current …
22:08 Changeset in nginx_org [2922:547303412ab9] by Maxim Dounin <mdounin@…>
Fixed article in "if_modified_since before".
22:07 Changeset in nginx_org [2921:52ea1f45b324] by Maxim Dounin <mdounin@…>
Clarified "if_modified_since off" behaviour (ticket #2176).
12:56 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by Roman Arutyunyan
Here's another patch which follows RFC 9204 more strictly. A new entry …
12:24 Changeset in nginx [9062:987bee4363d1]quic by Roman Arutyunyan <arut@…>
HTTP/3: handled insertion reference to a going to be evicted entry. …
02:50 Ticket #2349 (Support range requests in requests served via gzip_static) updated by Maxim Dounin
With Last-Modified being used as a validator, ranges with …

01/02/23:

13:10 Changeset in nginx [9061:af5adec171b4]quic by Sergey Kandaurov <pluknet@…>
Merged with the default branch.
02:59 Ticket #2414 (support unknown variables when it is only used in log format) closed by Maxim Dounin
wontfix: As per previous comments, closing this.
02:56 Ticket #2416 (Memory overrun due to alignment issues when cross-compiling mingw on linux) updated by Maxim Dounin
For the record, I've submitted a patch to address this: …
02:51 Ticket #2432 (deprecate HTTP/2 Server Push and port to 103 Early Hints) updated by Maxim Dounin
Priority, Type changed
I do agree that HTTP/2 Server Push support needs to be removed. It is …
02:37 Ticket #1987 (underscores_in_headers directive seems to be specific to each server block) closed by Maxim Dounin
fixed: Documentation is updated to better address this in …
02:29 Ticket #1422 (Support IPv6 zone identifiers in URLs, e.g. for proxy_pass) updated by Maxim Dounin
Just in case it's not clear, the issues with RFC 6874 not disappeared, …
02:25 Ticket #623 (IPv6 link-local addresses with zone id not usable in proxy_pass) updated by Maxim Dounin
See also #1422.
02:09 Ticket #1255 (map regexp fail to match) closed by Maxim Dounin
fixed: It's documented a while ago in b686736680e3/nginx_org. The …

01/01/23:

19:15 Changeset in nginx_org [2923:ef7f2666cc09] by Maxim Dounin <mdounin@…>
Updated advisory links. Mailman 3 was unusable, and therefore list …
13:41 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by bullerdu@…
Replying to Sergey Kandaurov: > Looks like this is a …

12/31/22:

14:16 BadContent edited by Maxim Dounin
(diff)

12/30/22:

15:45 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by Sergey Kandaurov
For the record, tests to reproduce both issues (to apply against …
15:17 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by Sergey Kandaurov
Status changed
Looks like this is a result of processing insert instructions …

12/28/22:

14:37 Ticket #2432 (deprecate HTTP/2 Server Push and port to 103 Early Hints) created by adrelanos@…
HTTP/2 Server Push (the link: HTTP header) has been deprecated: * …

12/26/22:

12:37 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) updated by bullerdu@…
Description changed
12:35 Ticket #2431 (HTTP3: Clang reports heap-use-after-free in ngx_http_v3_insert ...) created by bullerdu@…
==4234==ERROR: AddressSanitizer: heap-use-after-free on address …

12/23/22:

10:25 Ticket #2339 (nginx fails to process "allow" statements on subsequent keepalive requests) updated by Maxim Dounin
Thanks for the details. The patch indeed explains the observed …
09:49 Ticket #2339 (nginx fails to process "allow" statements on subsequent keepalive requests) updated by ctheune@…
Sorry for not replying back then. We got back to this issue on our …
09:02 BadContent edited by Maxim Dounin
(diff)

12/22/22:

10:35 Changeset in nginx_org [2920:8033ffaedeb9] by Yaroslav Zhuravlev <yar@…>
Documented automatic rotation of TLS ticket keys for stream/mail.

12/21/22:

11:53 Changeset in nginx [8118:07b0bee87f32] by Maxim Dounin <mdounin@…>
Updated link to OpenVZ suspend/resume bug.
09:18 Changeset in nginx_org [2919:b2249a72e3de] by Yaroslav Zhuravlev <yar@…>
Updated with Netcraft December 2022 Web Server Survey stats.
Note: See TracTimeline for information about the timeline view.