log src/http/ngx_http_request.c @ 5088:ac31fcecb464

age author description
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.
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
Thu, 12 Nov 2009 14:23:18 +0000 Igor Sysoev r->chrome
Tue, 03 Nov 2009 18:12:20 +0000 Igor Sysoev fix segfault if there is single large_client_header_buffers
Mon, 26 Oct 2009 17:34:43 +0000 Igor Sysoev merge r3055, r3136: stable-0.7
Mon, 26 Oct 2009 17:09:27 +0000 Igor Sysoev merge r3001, r3007, r3013: stable-0.7
Mon, 26 Oct 2009 16:53:34 +0000 Igor Sysoev merge r2995, r2996, r2997, r2998, r3003, r3141, r3210, r3211, r3232: stable-0.7
Mon, 26 Oct 2009 16:42:19 +0000 Igor Sysoev merge r2993: stable-0.7
Mon, 26 Oct 2009 16:22:24 +0000 Igor Sysoev merge r2972, r2994, r3133, r3142, r3143, r3174, r3175, r3176: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Thu, 22 Oct 2009 09:48:42 +0000 Igor Sysoev do not run regex for empty host name since regex always fails in this case,
Wed, 21 Oct 2009 16:52:10 +0000 Igor Sysoev rename core_srv_conf fields to more understandable default_server and server
Wed, 21 Oct 2009 16:27:48 +0000 Igor Sysoev fix r3218:
Tue, 20 Oct 2009 11:48:28 +0000 Igor Sysoev fix two previous commits: an early parallel body discarding completion
Mon, 19 Oct 2009 16:13:38 +0000 Igor Sysoev allow discarding body while a long response transfer
Mon, 19 Oct 2009 16:12:13 +0000 Igor Sysoev restore discard body handler after ngx_http_set_writer() set it to
Mon, 19 Oct 2009 14:08:09 +0000 Igor Sysoev add lingering timeout if a response is short and a request body is being
Fri, 02 Oct 2009 11:30:47 +0000 Igor Sysoev clear r->keepalive to disable preventively calling
Wed, 30 Sep 2009 12:05:08 +0000 Igor Sysoev log 499 instead 0, the bug was introduced in r3050
Thu, 24 Sep 2009 13:23:25 +0000 Igor Sysoev update the previous commit: use ngx_strlow()
Thu, 24 Sep 2009 13:15:50 +0000 Igor Sysoev $host is always in low case:
Mon, 21 Sep 2009 18:34:22 +0000 Igor Sysoev fix request counter for post_action, the bug was introduced in r3050
Mon, 07 Sep 2009 11:11:24 +0000 Igor Sysoev merge r3076, r3077, r3080: stable-0.7
Mon, 07 Sep 2009 10:01:26 +0000 Igor Sysoev merge r2980, r2981, r2982: stable-0.7
Tue, 01 Sep 2009 12:35:52 +0000 Igor Sysoev use %*s instead of %V
Sun, 30 Aug 2009 09:47:11 +0000 Igor Sysoev *) ngx_http_ephemeral
Fri, 28 Aug 2009 08:19:02 +0000 Igor Sysoev do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"
Fri, 28 Aug 2009 08:12:35 +0000 Igor Sysoev FreeBSD and Linux AIO support
Fri, 28 Aug 2009 07:50:45 +0000 Igor Sysoev style fix
Wed, 26 Aug 2009 16:14:57 +0000 Igor Sysoev axe r->connection->destroyed testing
Wed, 26 Aug 2009 16:04:05 +0000 Igor Sysoev request reference counter
Fri, 24 Jul 2009 19:20:29 +0000 Igor Sysoev fix segfault if 400 or 414 errors are handled intricately
Wed, 22 Jul 2009 17:41:42 +0000 Igor Sysoev *) $ssl_client_verify
Wed, 22 Jul 2009 13:06:27 +0000 Igor Sysoev fix r2972, it caused "zero size buf" alert.
Wed, 22 Jul 2009 09:43:14 +0000 Igor Sysoev geo module supports trusted proxies
Tue, 14 Jul 2009 08:51:20 +0000 Igor Sysoev skip URI trailing dots under Win32
Thu, 09 Jul 2009 13:32:51 +0000 Igor Sysoev fix ngx_http_send_special() for subrequests handled by perl
Mon, 22 Jun 2009 09:50:51 +0000 Igor Sysoev merge r2889: stable-0.6
Mon, 22 Jun 2009 09:31:33 +0000 Igor Sysoev merge r2952: stable-0.7
Thu, 18 Jun 2009 13:14:51 +0000 Igor Sysoev ignore ngx_atomic_fetch_add() result
Fri, 29 May 2009 11:42:55 +0000 Igor Sysoev fix "out of memory" case handling
Mon, 25 May 2009 15:38:36 +0000 Igor Sysoev keepalive_requests
Mon, 25 May 2009 09:56:01 +0000 Igor Sysoev fix socket leak introduced in r2378
Mon, 18 May 2009 12:58:19 +0000 Igor Sysoev use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
Mon, 18 May 2009 07:47:58 +0000 Igor Sysoev delete unneeded cast
Fri, 08 May 2009 14:25:51 +0000 Igor Sysoev handle big responses for "size" and "test" image_filters
Thu, 30 Apr 2009 13:53:42 +0000 Igor Sysoev *) refactor error_log processing: listen socket log might inherit built-in
Thu, 23 Apr 2009 16:38:59 +0000 Igor Sysoev ngx_path_separator()
Thu, 09 Apr 2009 13:56:16 +0000 Igor Sysoev backout r2535: virtual names is a property of address:port pair,
Sat, 04 Apr 2009 17:51:38 +0000 Igor Sysoev refactor ngx_http_arg() using ngx_strcasestrn(),
Wed, 01 Apr 2009 16:42:09 +0000 Igor Sysoev r2561 merge: stable-0.6
Wed, 01 Apr 2009 16:28:06 +0000 Igor Sysoev r2490 merge: stable-0.6
Wed, 01 Apr 2009 16:01:01 +0000 Igor Sysoev r2371 merge: stable-0.6
Wed, 01 Apr 2009 15:36:15 +0000 Igor Sysoev r2138, r2308, r2360 merge: stable-0.6
Wed, 18 Mar 2009 12:23:57 +0000 Igor Sysoev fix $server_addr for wildcard listen, the has been introduced in r2513
Thu, 12 Mar 2009 11:42:34 +0000 Igor Sysoev fix building without PCRE, introduced in r2553
Thu, 12 Mar 2009 07:16:15 +0000 Igor Sysoev ignore EINVAL from setsockopt() on Solaris