log src/http/ngx_http_core_module.c @ 8921:33226ac61076 quic

age author description
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 16 Apr 2021 19:35:55 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 02 Feb 2021 15:09:48 +0300 Roman Arutyunyan HTTP/3: reverted version check for keepalive flag. quic
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Tue, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Initial QUIC support in http. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov HTTP UDP layer, QUIC support autotest. quic
Sat, 28 Jan 2023 05:23:33 +0300 Maxim Dounin Fixed "zero size buf" alerts with subrequests.
Sun, 18 Dec 2022 21:29:02 +0300 Valentin Bartenev Fixed port ranges support in the listen directive.
Wed, 23 Nov 2022 17:30:08 +0300 Maxim Dounin Filtering duplicate addresses in listen (ticket #2400).
Mon, 30 May 2022 21:25:56 +0300 Maxim Dounin Multiple WWW-Authenticate headers with "satisfy any;".
Mon, 30 May 2022 21:25:45 +0300 Maxim Dounin All known output headers can be linked lists now.
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 30 May 2022 21:25:27 +0300 Maxim Dounin FastCGI: combining headers with identical names (ticket #1724).
Mon, 27 Dec 2021 19:47:05 +0300 Maxim Dounin Removed "aio sendfile", deprecated since 1.7.11.
Fri, 29 Oct 2021 20:21:57 +0300 Maxim Dounin Changed default value of sendfile_max_chunk to 2m.
Mon, 24 May 2021 21:55:20 +0300 Ruslan Ermilov Location header escaping in redirects (ticket #882).
Thu, 06 May 2021 02:22:03 +0300 Maxim Dounin Changed complex value slots to use NGX_CONF_UNSET_PTR.
Thu, 08 Apr 2021 00:16:30 +0300 Maxim Dounin Changed keepalive_requests default to 1000 (ticket #2155).
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Sun, 28 Mar 2021 17:45:39 +0300 Maxim Dounin Fixed handling of already closed connections.
Thu, 11 Feb 2021 21:52:19 +0300 Maxim Dounin HTTP/2: removed SPDY directives handling.
Tue, 19 Jan 2021 20:21:12 +0300 Maxim Dounin Removed incorrect optimization of HEAD requests.
Wed, 08 Apr 2020 01:02:17 +0300 Ruslan Ermilov The new auth_delay directive for delaying unauthorized requests.
Fri, 28 Feb 2020 17:21:18 +0300 Maxim Dounin Added default overwrite in error_page 494.