log src/http/ngx_http_core_module.c @ 7984:ae992b5a27b2

age author description
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.
Tue, 11 Feb 2020 13:22:44 +0300 Vladimir Homutov Made ngx_http_get_forwarded_addr_internal() non-recursive.
Mon, 16 Dec 2019 15:19:01 +0300 Ruslan Ermilov Tolerate '\0' in URI when mapping URI to path.
Wed, 04 Sep 2019 13:33:51 +0300 Sergey Kandaurov Fixed "return" with discarding invalid chunked body.
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Fri, 15 Mar 2019 15:45:56 +0300 Roman Arutyunyan Multiple addresses in "listen".
Tue, 11 Dec 2018 13:09:00 +0300 Roman Arutyunyan Copy regex unnamed captures to cloned subrequests.
Thu, 07 Jun 2018 20:01:41 +0300 Ruslan Ermilov Added r->schema.
Tue, 24 Apr 2018 15:29:01 +0300 Maxim Dounin SSL: detect "listen ... ssl" without certificates (ticket #178).
Wed, 28 Feb 2018 16:56:58 +0300 Roman Arutyunyan Generic subrequests in memory.
Mon, 20 Nov 2017 21:11:19 +0300 Roman Arutyunyan Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).
Thu, 20 Jul 2017 15:51:11 +0300 Roman Arutyunyan Precontent phase.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
Wed, 07 Jun 2017 18:46:35 +0300 Sergey Kandaurov Fixed segfault in try_files with nested location.
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.
Tue, 28 Mar 2017 14:21:38 +0300 Sergey Kandaurov Fixed ngx_open_cached_file() error handling.
Wed, 22 Mar 2017 23:36:35 +0300 Ruslan Ermilov Simplified code about duplicate root/alias directive.
Wed, 22 Mar 2017 22:49:52 +0300 Ruslan Ermilov Unified error messages about duplicate directives.
Mon, 27 Feb 2017 22:36:15 +0300 Maxim Dounin Fixed background update with "if".
Fri, 10 Feb 2017 15:13:41 +0300 Roman Arutyunyan Upstream: proxy_cache_background_update and friends.
Tue, 31 Jan 2017 12:09:40 +0300 Ruslan Ermilov Implemented the "server_tokens build" option.
Thu, 22 Dec 2016 11:58:52 +0300 Ruslan Ermilov Fixed missing "Location" field with some relative redirects.
Wed, 21 Dec 2016 23:10:51 +0300 Ruslan Ermilov Core: relative redirects (closes #1000).
Fri, 04 Nov 2016 19:12:19 +0300 Ruslan Ermilov Style: switch.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Wed, 07 Sep 2016 13:56:53 +0300 Dmitry Volyntsev Core: introduced ngx_cidr_match() function.
Mon, 23 May 2016 18:44:23 +0300 Dmitry Volyntsev Realip: port support in X-Real-IP and X-Forwarded-For.
Mon, 23 May 2016 16:37:28 +0300 Maxim Dounin Renamed "u" to "sockaddr" in listen options types.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
Thu, 28 Apr 2016 16:30:19 +0300 Ruslan Ermilov Removed unused flag unexpected_eof from ngx_connection_t.
Thu, 31 Mar 2016 02:33:53 +0300 Sergey Kandaurov Fixed logging with variable field width.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.
Fri, 18 Mar 2016 06:44:49 +0300 Maxim Dounin Threads: writing via threads pools in event pipe.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Sun, 16 Aug 2015 10:51:34 +0300 Maxim Dounin Fixed wrong URI after try_files in nested location (ticket #97). stable-1.8
Sun, 16 Aug 2015 10:51:16 +0300 Maxim Dounin Fixed segfault with try_files introduced by c985d90a8d1f. stable-1.8
Thu, 03 Dec 2015 20:06:45 +0300 Maxim Dounin Style: NGX_PTR_SIZE replaced with sizeof(void *).
Mon, 30 Nov 2015 12:54:01 +0300 Ruslan Ermilov Stop emulating a space character after r->method_name.
Mon, 30 Nov 2015 16:27:33 +0300 Valentin Bartenev Increased the default "connection_pool_size" on 64-bit platforms.
Mon, 19 Oct 2015 21:28:02 +0300 Maxim Dounin Fixed handling of empty root.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Fri, 11 Sep 2015 17:04:04 +0300 Maxim Dounin Fixed segfault with incorrect location nesting.
Mon, 31 Aug 2015 23:25:16 +0300 Valentin Bartenev Added protection against r->main->count overflow by subrequests.
Sun, 23 Aug 2015 21:03:32 +0300 Valentin Bartenev Limit recursive subrequests instead of simultaneous.