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.
Thu, 02 May 2013 03:26:36 -0700 Piotr Sikora PCRE: retain input pattern for all regular expressions.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Wed, 27 Feb 2013 13:22:20 +0000 Ruslan Ermilov Fixed separator in $sent_http_cache_control.
Mon, 18 Feb 2013 13:50:52 +0000 Maxim Dounin Proxy: support for connection upgrade (101 Switching Protocols).
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Mon, 21 Jan 2013 13:15:29 +0000 Ruslan Ermilov Variables $pipe, $request_length, $time_iso8601, and $time_local.
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Tue, 11 Dec 2012 13:18:50 +0000 Maxim Dounin Merge of r4921, r4922, r4923, r4924, r4925: request body fixes. stable-1.2
Mon, 10 Dec 2012 16:03:56 +0000 Maxim Dounin Merge of r4914: variables $request_time and $msec. stable-1.2
Wed, 21 Nov 2012 01:05:08 +0000 Maxim Dounin Request body: $content_length variable to honor real body size.
Wed, 21 Nov 2012 00:55:06 +0000 Maxim Dounin Request body: $request_body variable generalization.
Fri, 16 Nov 2012 09:37:14 +0000 Ruslan Ermilov Variables $request_time and $msec.
Tue, 13 Nov 2012 10:45:23 +0000 Maxim Dounin Merge of r4886, r4887, r4894: log variables generalization: stable-1.2
Mon, 29 Oct 2012 17:17:59 +0000 Maxim Dounin Variables $connection and $connection_requests.
Wed, 03 Oct 2012 15:25:36 +0000 Maxim Dounin Variable $bytes_sent.
Mon, 02 Jul 2012 17:41:52 +0000 Maxim Dounin Merge of r4698: X-Forwarded-For conditionals. stable-1.2
Mon, 02 Jul 2012 16:53:36 +0000 Maxim Dounin Merge of r4686, r4687: $status variable. stable-1.2
Thu, 21 Jun 2012 11:02:22 +0000 Ruslan Ermilov Fixed compile-time conditionals used to detect if X-Forwarded-For support
Mon, 18 Jun 2012 13:51:20 +0000 Andrey Belov Style fix.
Mon, 18 Jun 2012 13:43:44 +0000 Andrey Belov New core variable: $status.
Thu, 17 May 2012 18:10:34 +0000 Maxim Dounin Fixed core variables dynamic access after reconfiguration.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Tue, 27 Mar 2012 16:42:34 +0000 Maxim Dounin Fixed unconditional MAX_PATH usage (ticket #22).
Fri, 16 Mar 2012 19:15:33 +0000 Ruslan Ermilov Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
Thu, 15 Mar 2012 19:41:35 +0000 Ruslan Ermilov Slight optimization in ngx_http_get_variable_index().
Mon, 05 Mar 2012 12:36:51 +0000 Maxim Dounin Merge of r4471: stable-1.0
Mon, 13 Feb 2012 15:31:07 +0000 Maxim Dounin Variables: honor no_cacheable for not_found variables.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 12:37:48 +0000 Maxim Dounin Merge of r4335: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Fri, 09 Dec 2011 16:17:12 +0000 Valentin Bartenev Fixed: some of $sent_http_* variables may contain header entries that actually
Fri, 09 Dec 2011 14:38:11 +0000 Valentin Bartenev Added the $https variable.
Mon, 30 May 2011 12:36:17 +0000 Igor Sysoev change ngx_http_map_find(): use case sensitive regexes
Wed, 16 Mar 2011 15:32:31 +0000 Igor Sysoev allow regex as "map" parameter
Wed, 23 Jun 2010 15:31:33 +0000 Igor Sysoev change ngx_http_variable_value_node_t to more generic ngx_str_node_t
Mon, 07 Jun 2010 10:26:50 +0000 Igor Sysoev merge r3464, r3500, r3501: stable-0.7
Mon, 07 Jun 2010 09:36:33 +0000 Igor Sysoev merge r3452, r3462, r3471, r3472: stable-0.7
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Thu, 22 Apr 2010 14:02:45 +0000 Igor Sysoev change processing variables accessed by SSI and perl module:
Thu, 22 Apr 2010 13:35:30 +0000 Igor Sysoev make $arg_ variables non-cacheable
Wed, 03 Mar 2010 16:14:07 +0000 Igor Sysoev make $request_method non-cacheable
Mon, 15 Feb 2010 19:38:59 +0000 Igor Sysoev fix $upstream_http_ variable prefix length
Mon, 01 Feb 2010 15:20:43 +0000 Igor Sysoev merge r3283, r3284: stable-0.7
Mon, 11 Jan 2010 11:21:46 +0000 Igor Sysoev named captures worked for two names only
Mon, 23 Nov 2009 13:13:58 +0000 Igor Sysoev fix building without PCRE, the bug had been introduced in r3326
Mon, 16 Nov 2009 19:11:38 +0000 Igor Sysoev evaluate maximum captures size on configuration phase
Mon, 16 Nov 2009 19:10:45 +0000 Igor Sysoev fix captures in "rewrite", the bug had been introduced in r3326
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures
Tue, 03 Nov 2009 15:05:38 +0000 Igor Sysoev fix segfault if $limit_rate was logged
Mon, 02 Nov 2009 14:32:46 +0000 Igor Sysoev use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
Mon, 21 Sep 2009 15:55:56 +0000 Igor Sysoev allow to log invalid $request in access_log always,
Fri, 22 May 2009 11:32:17 +0000 Igor Sysoev fix segfault introduced in r2845
Mon, 18 May 2009 12:58:19 +0000 Igor Sysoev use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
Thu, 14 May 2009 11:40:51 +0000 Igor Sysoev $request_body variable
Wed, 01 Apr 2009 15:36:15 +0000 Igor Sysoev r2138, r2308, r2360 merge: stable-0.6
Tue, 24 Feb 2009 22:02:08 +0000 Igor Sysoev fix segfault introduced in r2486 in $sent_http_location processing
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Tue, 24 Feb 2009 07:29:55 +0000 Igor Sysoev axe r->port_text
Sat, 21 Feb 2009 07:02:02 +0000 Igor Sysoev a prelimiary IPv6 support, HTTP listen
Fri, 30 Jan 2009 05:26:27 +0000 Igor Sysoev fix $sent_http_location for local redirects
Mon, 22 Dec 2008 12:02:05 +0000 Igor Sysoev ngx_http_arg()
Mon, 01 Dec 2008 13:59:35 +0000 Igor Sysoev $cookie_... variable did not for SSI and perl
Sat, 22 Nov 2008 20:42:01 +0000 Igor Sysoev variable value rbtree support
Wed, 12 Nov 2008 11:12:02 +0000 Igor Sysoev $cookie_... variable
Sat, 27 Sep 2008 11:53:41 +0000 Igor Sysoev $realpath_root
Mon, 15 Sep 2008 16:41:08 +0000 Igor Sysoev $pid
Fri, 05 Sep 2008 15:25:47 +0000 Igor Sysoev remove unused #include's
Thu, 21 Aug 2008 18:47:23 +0000 Igor Sysoev *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
Mon, 04 Aug 2008 11:10:52 +0000 Igor Sysoev $arg_... variable
Mon, 04 Aug 2008 10:07:00 +0000 Igor Sysoev ngx_strlow()
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Fri, 16 May 2008 14:39:06 +0000 Igor Sysoev $hostname variable
Thu, 15 May 2008 14:44:47 +0000 Igor Sysoev *) host in request line has priority
Sun, 30 Dec 2007 08:15:27 +0000 Igor Sysoev axe useless r->server_name
Sat, 29 Dec 2007 16:00:34 +0000 Igor Sysoev use ngx_http_server_addr()
Wed, 12 Dec 2007 16:57:36 +0000 Igor Sysoev r1566 merge: stable-0.5
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Sun, 29 Jul 2007 18:05:45 +0000 Igor Sysoev --sysconfdir=DIR
Sun, 29 Jul 2007 17:56:56 +0000 Igor Sysoev $is_args
Sun, 29 Jul 2007 17:55:37 +0000 Igor Sysoev allow to set $args
Sun, 22 Jul 2007 13:12:16 +0000 Igor Sysoev $nginx_version
Tue, 17 Jul 2007 09:23:23 +0000 Igor Sysoev Sun Studio on sparc uses different bit order
Wed, 02 May 2007 09:02:23 +0000 Igor Sysoev fix segfault introduced in r1190
Thu, 19 Apr 2007 17:55:19 +0000 Igor Sysoev $upstream_http_... should be uncacheable
Tue, 10 Apr 2007 07:08:06 +0000 Igor Sysoev $upstream_http_... variables
Thu, 29 Mar 2007 18:53:34 +0000 Igor Sysoev style fix
Thu, 15 Feb 2007 15:04:36 +0000 Igor Sysoev optimize $http_x_forwarded_for
Sun, 07 Jan 2007 13:36:56 +0000 Igor Sysoev ngx_http_variable_binary_remote_addr()
Sun, 07 Jan 2007 13:35:08 +0000 Igor Sysoev $binary_remote_addr
Fri, 15 Dec 2006 10:24:57 +0000 Igor Sysoev fix segfault when $host is used and