log src/http/ngx_http_request.h @ 5605:3a72b1805c52

age author description
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Thu, 20 Jun 2013 20:47:39 +0400 Vladimir Homutov Core: support several "error_log" directives.
Sat, 11 May 2013 18:49:42 +0400 Maxim Dounin Added r->limit_rate_after.
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Thu, 07 Mar 2013 18:14:27 +0000 Valentin Bartenev Refactored ngx_http_init_request().
Fri, 01 Mar 2013 14:55:42 +0000 Valentin Bartenev Allocate request object from its own pool.
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:21:21 +0000 Valentin Bartenev SSL: do not treat SSL handshake as request.
Wed, 27 Feb 2013 17:12:48 +0000 Valentin Bartenev SNI: reuse selected configuration for all requests in a connection.
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).
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.
Sat, 07 Jul 2012 21:20:27 +0000 Maxim Dounin Entity tags: basic support in not modified filter.
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
Mon, 05 Mar 2012 13:03:39 +0000 Maxim Dounin Merge of r4491, r4492: stable-1.0
Tue, 28 Feb 2012 14:54:23 +0000 Maxim Dounin Raised simultaneous subrequest limit from 50 to 200.
Mon, 27 Feb 2012 11:43:40 +0000 Ruslan Ermilov Added support for the 307 Temporary Redirect.
Fri, 10 Feb 2012 09:56:37 +0000 Valentin Bartenev Fixed module name in comment. It was forgotten in r4281.
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.
Mon, 14 Nov 2011 14:04:42 +0000 Valentin Bartenev Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Sat, 30 Jul 2011 06:20:06 +0000 Igor Sysoev Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip
Thu, 20 Jan 2011 10:37:58 +0000 Igor Sysoev introduce 494 code "Request Header Too Large"
Tue, 14 Dec 2010 23:04:26 +0000 Igor Sysoev rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
Mon, 06 Dec 2010 11:11:05 +0000 Igor Sysoev "If-Unmodified-Since" support
Wed, 30 Jun 2010 14:42:15 +0000 Igor Sysoev remove r->zero_body unused since the previous commit