log

age author description
Thu, 11 Feb 2021 21:52:09 +0300 Maxim Dounin Reuse of connections in lingering close.
Mon, 01 Feb 2021 16:42:50 +0300 Ruslan Ermilov HTTP/2: lingering close changed to handle NGX_AGAIN.
Tue, 26 Jan 2021 12:39:28 +0300 Sergey Kandaurov Clean up trailers in ngx_http_clean_header() as well.
Tue, 19 Jan 2021 20:35:17 +0300 Maxim Dounin Year 2021.
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
Tue, 19 Jan 2021 20:21:12 +0300 Maxim Dounin Removed incorrect optimization of HEAD requests.
Tue, 12 Jan 2021 16:59:31 +0300 Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Tue, 29 Dec 2020 13:13:57 +0200 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Mon, 11 Jan 2021 22:06:27 +0300 Maxim Dounin Version bump.
Tue, 15 Dec 2020 17:41:39 +0300 Maxim Dounin release-1.19.6 tag
Tue, 15 Dec 2020 17:41:39 +0300 Maxim Dounin nginx-1.19.6-RELEASE release-1.19.6
Tue, 15 Dec 2020 16:49:24 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Fri, 11 Dec 2020 13:42:07 +0300 Maxim Dounin Fixed double close of non-regular files in flv and mp4.
Thu, 10 Dec 2020 20:09:39 +0300 Maxim Dounin Removed extra allocation for r->uri.
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Tue, 08 Dec 2020 01:43:36 +0300 Ruslan Ermilov SSL: fixed SSL shutdown on lingering close.
Fri, 27 Nov 2020 00:01:20 +0300 Ruslan Ermilov Upstream: excluded down servers from the next_upstream tries.
Thu, 26 Nov 2020 23:46:59 +0300 Ruslan Ermilov Version bump.
Tue, 24 Nov 2020 18:06:34 +0300 Maxim Dounin release-1.19.5 tag
Tue, 24 Nov 2020 18:06:34 +0300 Maxim Dounin nginx-1.19.5-RELEASE release-1.19.5
Wed, 18 Nov 2020 18:41:16 -0800 Pavel Pautov gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Thu, 19 Nov 2020 17:15:22 +0000 Sergey Kandaurov Use .Mt to mark up email addresses.
Thu, 19 Nov 2020 16:59:00 +0000 Igor Ippolitov Core: "-e" command line option.
Tue, 10 Nov 2020 17:13:20 +0300 Maxim Dounin Configure: shared sources for addon modules.
Tue, 10 Nov 2020 17:13:17 +0300 Maxim Dounin Configure: initialization of NGX_ADDON_SRCS.
Tue, 10 Nov 2020 17:13:14 +0300 Maxim Dounin Configure: style.
Mon, 09 Nov 2020 22:41:54 +0300 Maxim Dounin Request body: removed error assumption (ticket #2058).
Mon, 09 Nov 2020 22:40:53 +0300 Maxim Dounin Request body: improved logging.
Fri, 06 Nov 2020 23:44:54 +0300 Ruslan Ermilov SSL: fixed non-working SSL shutdown on lingering close.
Fri, 06 Nov 2020 23:44:47 +0300 Ruslan Ermilov Removed dead code from ngx_http_set_keepalive().