log src/http/ngx_http_request.c @ 5928:8dfee01ff0bd

age author description
Tue, 02 Dec 2014 05:54:54 +0300 Maxim Dounin Upstream: improved subrequest logging.
Wed, 08 Oct 2014 17:16:04 +0400 Maxim Dounin Fixed possible buffer overrun in "too long header line" logging.
Wed, 27 Aug 2014 20:44:11 +0400 Valentin Bartenev SPDY: avoid setting timeout on stream events in ngx_http_writer().
Fri, 18 Jul 2014 20:02:11 +0400 Maxim Dounin Reset of r->uri.len on URI parsing errors.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353). stable-1.4
Mon, 03 Feb 2014 14:17:17 -0800 Piotr Sikora Use ngx_socket_errno where appropriate.
Fri, 31 Jan 2014 14:18:52 +0400 Vladimir Homutov Fixed false compiler warning.
Thu, 30 Jan 2014 19:13:12 +0400 Ruslan Ermilov Fixed a compile warning introduced by 01e2a5bcdd8f.
Tue, 28 Jan 2014 15:33:49 -0800 Piotr Sikora SSL: support ALPN (IETF's successor to NPN).
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Mon, 16 Sep 2013 18:33:39 +0400 Valentin Bartenev Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
Wed, 04 Sep 2013 21:17:00 +0400 Maxim Dounin Request cleanup code unified, no functional changes.
Mon, 02 Sep 2013 03:45:14 +0400 Valentin Bartenev Assume the HTTP/1.0 version by default.
Fri, 14 Jun 2013 20:56:07 +0400 Maxim Dounin Fixed ngx_http_test_reading() to finalize request properly.
Mon, 13 May 2013 17:39:45 +0400 Maxim Dounin Fixed lingering_time check.
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module.
Fri, 29 Mar 2013 17:19:11 +0000 Maxim Dounin Merge of r5083: fixed potential segfault in keepalive handler. stable-1.2
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 20 Mar 2013 09:36:27 +0000 Valentin Bartenev URI processing code moved to a separate function.
Fri, 15 Mar 2013 19:49:54 +0000 Valentin Bartenev Allow to reuse connections that wait their first request.
Tue, 12 Mar 2013 13:38:04 +0000 Maxim Dounin Fixed logging in ngx_http_wait_request_handler().
Thu, 07 Mar 2013 18:14:27 +0000 Valentin Bartenev Refactored ngx_http_init_request().
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Thu, 07 Mar 2013 17:59:27 +0000 Valentin Bartenev Respect the new behavior of TCP_DEFER_ACCEPT.
Thu, 07 Mar 2013 17:41:40 +0000 Valentin Bartenev Use "client_header_timeout" for all requests in a connection.
Thu, 07 Mar 2013 17:21:50 +0000 Valentin Bartenev Create request object only after the first byte was received.
Fri, 01 Mar 2013 14:55:42 +0000 Valentin Bartenev Allocate request object from its own pool.
Wed, 27 Feb 2013 17:41:34 +0000 Valentin Bartenev SNI: added restriction on requesting host other than negotiated.
Wed, 27 Feb 2013 17:38:54 +0000 Valentin Bartenev SNI: reset to default server if requested host was not found.
Wed, 27 Feb 2013 17:33:59 +0000 Valentin Bartenev SNI: avoid surplus lookup of virtual server if SNI was used.
Wed, 27 Feb 2013 17:27:15 +0000 Valentin Bartenev Apply server configuration as soon as host is known.
Wed, 27 Feb 2013 17:21:21 +0000 Valentin Bartenev SSL: do not treat SSL handshake as request.
Wed, 27 Feb 2013 17:16:51 +0000 Valentin Bartenev Status: do not count connection as reading right after accept().
Wed, 27 Feb 2013 17:12:48 +0000 Valentin Bartenev SNI: reuse selected configuration for all requests in a connection.
Wed, 27 Feb 2013 17:06:52 +0000 Valentin Bartenev SNI: ignore captures in server_name regexes when matching by SNI.
Wed, 27 Feb 2013 17:03:14 +0000 Valentin Bartenev Changed interface of ngx_http_validate_host().
Wed, 27 Feb 2013 16:56:47 +0000 Valentin Bartenev Introduced the ngx_http_set_connection_log() macro.
Wed, 27 Feb 2013 16:53:01 +0000 Valentin Bartenev The default server lookup is now done only once per connection.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
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.