log src/http/ngx_http_variables.c @ 5434:c21e341c51cb

age author description
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().