log src/http/ngx_http_request.c @ 5082:42a888fdad0b

age author description
Sat, 23 Feb 2013 13:23:48 +0000 Valentin Bartenev Fixed potential segfault in ngx_http_keepalive_handler().
Mon, 18 Feb 2013 13:50:52 +0000 Maxim Dounin Proxy: support for connection upgrade (101 Switching Protocols).
Wed, 21 Nov 2012 01:08:11 +0000 Maxim Dounin Request body: chunked transfer encoding support.
Tue, 13 Nov 2012 11:21:31 +0000 Maxim Dounin Merge of r4892: keepalive memory usage optimization. stable-1.2
Tue, 13 Nov 2012 10:42:16 +0000 Maxim Dounin Merge of r4885: ssl_verify_client optional_no_ca. stable-1.2
Tue, 23 Oct 2012 14:36:18 +0000 Valentin Bartenev ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Wed, 03 Oct 2012 15:24:08 +0000 Maxim Dounin SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Mon, 06 Aug 2012 17:36:30 +0000 Maxim Dounin Merge of r4771: ngx_http_find_virtual_server() fix. stable-1.2
Mon, 06 Aug 2012 15:45:44 +0000 Maxim Dounin Merge of r4740: fixed $request_length for pipelined requests. stable-1.2
Mon, 30 Jul 2012 11:42:03 +0000 Valentin Bartenev ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
Sat, 07 Jul 2012 21:20:27 +0000 Maxim Dounin Entity tags: basic support in not modified filter.
Fri, 06 Jul 2012 04:27:06 +0000 Andrey Belov Corrected $request_length calculation for pipelined requests.
Mon, 02 Jul 2012 17:41:52 +0000 Maxim Dounin Merge of r4698: X-Forwarded-For conditionals. 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
Tue, 05 Jun 2012 13:52:37 +0000 Maxim Dounin Merge of r4674, r4675, r4676: win32 fixes. stable-1.2
Tue, 05 Jun 2012 13:38:27 +0000 Maxim Dounin Win32: uris with ":$" are now rejected.
Mon, 04 Jun 2012 11:15:46 +0000 Maxim Dounin Merge of r4621, r4641: filter_finalize fixes. stable-1.2
Thu, 17 May 2012 17:41:40 +0000 Maxim Dounin Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Mon, 14 May 2012 09:48:05 +0000 Maxim Dounin Fixed possible request hang with filter finalization.
Fri, 27 Apr 2012 10:48:42 +0000 Valentin Bartenev Removed surplus condition.
Mon, 16 Apr 2012 13:05:20 +0000 Maxim Dounin Fixed log->action after ssl handshake.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Thu, 22 Mar 2012 10:42:27 +0000 Maxim Dounin Restricted keepalive_disable safari to OS X only.
Mon, 05 Mar 2012 12:49:32 +0000 Maxim Dounin Merge of r4473: stable-1.0
Mon, 13 Feb 2012 15:35:48 +0000 Maxim Dounin Core: protection from cycles with named locations and post_action.
Mon, 13 Feb 2012 15:33:08 +0000 Maxim Dounin Core: protection from subrequest loops.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 14 Dec 2011 18:00:50 +0000 Maxim Dounin Merge of r4305: stable-1.0
Mon, 28 Nov 2011 09:15:33 +0000 Valentin Bartenev Added support for IP-literal in the Host header and request line (ticket #1).
Tue, 22 Nov 2011 16:27:45 +0000 Maxim Dounin Fixed segfault on ssl servers without cert with SNI (ticket #54).
Tue, 01 Nov 2011 14:13:25 +0000 Igor Sysoev Merging r4195, r4196: stable-1.0
Tue, 01 Nov 2011 13:00:30 +0000 Igor Sysoev Merging r4034, r4186, r4187, r4229, r4235, r4237: stable-1.0
Tue, 11 Oct 2011 18:00:23 +0000 Maxim Dounin Fix for socket leak with "aio sendfile" and "limit_rate".
Tue, 11 Oct 2011 17:58:51 +0000 Maxim Dounin Fix for connection drops with AIO.
Fri, 30 Sep 2011 14:36:19 +0000 Igor Sysoev Merging r3986, r4006, r4007, r4073: stable-1.0
Mon, 29 Aug 2011 12:45:03 +0000 Igor Sysoev Merge of r3982, r3984, r3985, r3991: stable-1.0
Tue, 23 Aug 2011 14:36:31 +0000 Maxim Dounin Better handling of various per-server ssl options with SNI.
Mon, 01 Aug 2011 13:52:54 +0000 Igor Sysoev always set timer in discard body handler, this fixes the cases
Mon, 01 Aug 2011 13:26:55 +0000 Igor Sysoev lingering_close "off|on|always"
Mon, 01 Aug 2011 13:08:03 +0000 Igor Sysoev do not send RST on normal lingering close read timeout,
Mon, 01 Aug 2011 11:08:57 +0000 Igor Sysoev enable lingering close for pipelined requests
Sat, 30 Jul 2011 06:20:06 +0000 Igor Sysoev Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip
Mon, 04 Apr 2011 12:26:53 +0000 Igor Sysoev reuse keepalive connections if there are no free worker connections
Thu, 20 Jan 2011 10:37:58 +0000 Igor Sysoev introduce 494 code "Request Header Too Large"
Tue, 14 Dec 2010 19:29:57 +0000 Igor Sysoev SSL related fixes: stable-0.7
Tue, 14 Dec 2010 19:15:08 +0000 Igor Sysoev set r->valid_unparsed_uri just after request line processing, stable-0.7
Mon, 06 Dec 2010 11:11:05 +0000 Igor Sysoev "If-Unmodified-Since" support
Mon, 05 Jul 2010 13:35:20 +0000 Igor Sysoev fix recognition of SSLv2 Client Hello Packet large than 255 bytes
Tue, 15 Jun 2010 09:31:19 +0000 Igor Sysoev allow spaces in URI
Mon, 07 Jun 2010 10:14:11 +0000 Igor Sysoev merge r3459, r3571: stable-0.7
Fri, 04 Jun 2010 17:47:04 +0000 Igor Sysoev merge r3316, r3317, r3420, r3421, r3453: stable-0.7
Fri, 04 Jun 2010 15:37:49 +0000 Igor Sysoev test default NTFS stream "::$DATA"
Mon, 01 Feb 2010 15:06:25 +0000 Igor Sysoev merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, stable-0.7
Mon, 01 Feb 2010 14:16:45 +0000 Igor Sysoev merge r3153, r3154, r3288, r3382: stable-0.7
Mon, 01 Feb 2010 12:01:01 +0000 Igor Sysoev disable keepalive for Safari:
Thu, 28 Jan 2010 14:09:28 +0000 Igor Sysoev skip URI trailing spaces under Win32
Thu, 28 Jan 2010 08:33:24 +0000 Igor Sysoev Fix segfault when while discarding body a write event handler is called,
Mon, 16 Nov 2009 15:00:13 +0000 Igor Sysoev r3117, r3123, r3229 merge: stable-0.7
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures