log

age author description
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.
Thu, 14 Mar 2013 12:28:53 +0000 Maxim Dounin Request body: next upstream fix.
Tue, 12 Mar 2013 13:38:04 +0000 Maxim Dounin Fixed logging in ngx_http_wait_request_handler().
Mon, 11 Mar 2013 14:44:56 +0000 Valentin Bartenev Removed unused prototype of ngx_http_find_server_conf().
Mon, 11 Mar 2013 11:19:58 +0000 Valentin Bartenev Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.
Thu, 07 Mar 2013 18:21:28 +0000 Valentin Bartenev SSL: Next Protocol Negotiation extension support.
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.
Thu, 07 Mar 2013 17:07:04 +0000 Valentin Bartenev Version bump.
Tue, 05 Mar 2013 14:36:20 +0000 Maxim Dounin release-1.3.14 tag
Tue, 05 Mar 2013 14:35:58 +0000 Maxim Dounin nginx-1.3.14-RELEASE release-1.3.14
Mon, 04 Mar 2013 15:39:03 +0000 Maxim Dounin Mp4: fixed handling of too small mdat atoms (ticket #266).
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).
Wed, 27 Feb 2013 13:22:20 +0000 Ruslan Ermilov Fixed separator in $sent_http_cache_control.
Sat, 23 Feb 2013 13:23:48 +0000 Valentin Bartenev Fixed potential segfault in ngx_http_keepalive_handler().