log src/http/ngx_http_variables.c @ 7648:028b16e2798f

age author description
Fri, 08 May 2020 19:19:16 +0300 Sergey Kandaurov Variables: fixed buffer over-read when evaluating "$arg_".
Mon, 21 Oct 2019 20:22:30 +0300 Roman Arutyunyan Parsing server PROXY protocol address and port (ticket #1206).
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Wed, 24 Apr 2019 16:38:54 +0300 Ruslan Ermilov Variables support in limit_rate and limit_rate_after (ticket #293).
Tue, 11 Dec 2018 13:09:00 +0300 Roman Arutyunyan Copy regex unnamed captures to cloned subrequests.
Wed, 07 Mar 2018 18:28:12 +0300 Ruslan Ermilov Improved code readablity.
Thu, 08 Feb 2018 09:54:18 +0300 Ruslan Ermilov Basic support of the Link response header.
Wed, 04 Oct 2017 21:19:42 +0300 Maxim Dounin Fixed handling of unix sockets in $binary_remote_addr. stable-1.12
Wed, 04 Oct 2017 21:19:42 +0300 Maxim Dounin Fixed handling of unix sockets in $binary_remote_addr.
Tue, 01 Aug 2017 14:28:33 +0300 Ruslan Ermilov Variables: macros for null variables.
Fri, 07 Jul 2017 14:34:21 +0300 Ruslan Ermilov Variables: use ngx_http_variable_null_value where appropriate.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
Tue, 31 Jan 2017 21:19:58 +0300 Dmitry Volyntsev Variables: generic prefix variables.
Wed, 21 Dec 2016 22:01:24 +0300 Ruslan Ermilov Limited recursion when evaluating variables.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Mon, 23 May 2016 18:44:21 +0300 Dmitry Volyntsev Added the $proxy_protocol_port variable.
Tue, 26 Apr 2016 19:31:46 +0300 Vladimir Homutov Variable $request_id.
Thu, 31 Mar 2016 02:33:53 +0300 Sergey Kandaurov Fixed logging with variable field width.
Mon, 19 Oct 2015 21:28:17 +0300 Maxim Dounin Fixed variables prefix comparison.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Wed, 27 Aug 2014 21:38:04 +0400 Maxim Dounin Variables: fixed non-indexed access of prefix vars (ticket #600).
Mon, 19 May 2014 22:45:35 +0400 Maxim Dounin Setting $args now invalidates unparsed uri.
Tue, 29 Apr 2014 12:28:41 +0400 Vladimir Homutov Upstream: added the "$upstream_cookie_<name>" variables.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Mon, 09 Dec 2013 10:16:44 +0400 Ruslan Ermilov Fixed handling of UNIX-domain sockets.
Thu, 31 Oct 2013 04:02:59 +0400 Maxim Dounin Removed extra allocation for $sent_http_last_modified.
Wed, 04 Sep 2013 20:48:30 +0400 Maxim Dounin Win32: $request_time fixed. stable-1.4
Wed, 04 Sep 2013 20:48:30 +0400 Maxim Dounin Win32: $request_time fixed.
Tue, 20 Aug 2013 20:47:16 +0400 Sergey Kandaurov Format specifier fixes in error logging.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Fixed memory leaks in the root and auth_basic_user_file directives.