log src/http/ngx_http_variables.c @ 4334:f8881d301d62

age author description
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