log src/http/ngx_http_core_module.c @ 3897:1df827cf70c0

age author description
Tue, 19 Apr 2011 12:29:16 +0000 Igor Sysoev fix r3713
Tue, 12 Apr 2011 08:02:46 +0000 Igor Sysoev use memmove() in appropriate places
Mon, 11 Apr 2011 14:17:31 +0000 Igor Sysoev "satisfy any" disabled custom 401 error page
Thu, 20 Jan 2011 15:31:24 +0000 Igor Sysoev server_name $hostname
Thu, 20 Jan 2011 15:15:50 +0000 Igor Sysoev move setting conf->server_name in merge phase
Wed, 15 Dec 2010 14:10:33 +0000 Igor Sysoev use boolean expression instead of "if"
Tue, 14 Dec 2010 19:15:08 +0000 Igor Sysoev set r->valid_unparsed_uri just after request line processing, stable-0.7
Tue, 14 Dec 2010 10:38:42 +0000 Igor Sysoev merge r3798, r3806, r3807: stable-0.8
Mon, 29 Nov 2010 19:41:53 +0000 Igor Sysoev fix comment
Mon, 29 Nov 2010 19:40:54 +0000 Igor Sysoev revert processing NGX_OK in rewrite phase changed in r3798,
Mon, 29 Nov 2010 14:01:17 +0000 Igor Sysoev revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634
Fri, 26 Nov 2010 12:40:56 +0000 Igor Sysoev keepalive_disable
Mon, 18 Oct 2010 10:14:00 +0000 Igor Sysoev allow override redirect status in error_page
Mon, 11 Oct 2010 18:48:18 +0000 Igor Sysoev add default listen port at the end of server block parsing instead of
Fri, 08 Oct 2010 11:42:05 +0000 Igor Sysoev fix testing, the bug has been introduced in r3218
Mon, 04 Oct 2010 15:03:00 +0000 Igor Sysoev gzip_disable degradation
Mon, 27 Sep 2010 11:48:12 +0000 Igor Sysoev allow duplicate listen ssl options
Thu, 02 Sep 2010 14:02:57 +0000 Igor Sysoev gzip_disable msie6 ignored other patterns
Thu, 02 Sep 2010 14:01:58 +0000 Igor Sysoev gzip_disable compiled always the first pattern only
Thu, 02 Sep 2010 13:54:28 +0000 Igor Sysoev gzip_disable msie6 did not inherited if nginx was built without PCRE
Thu, 26 Aug 2010 12:33:08 +0000 Igor Sysoev if a location is specified by regex, then always compile an "alias",
Tue, 03 Aug 2010 09:24:25 +0000 Igor Sysoev inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside
Thu, 29 Jul 2010 10:01:31 +0000 Igor Sysoev change default server_name_in_redirect value to off,
Thu, 29 Jul 2010 10:00:04 +0000 Igor Sysoev use an empty name as default server_name instread of hostname
Thu, 29 Jul 2010 09:55:54 +0000 Igor Sysoev allow server_name "" as the first name
Wed, 28 Jul 2010 15:51:50 +0000 Igor Sysoev fix $request_time for subrequests
Tue, 13 Jul 2010 10:17:09 +0000 Igor Sysoev allow setfib=0
Mon, 05 Jul 2010 13:49:16 +0000 Igor Sysoev listen setfib=X
Wed, 30 Jun 2010 14:39:28 +0000 Igor Sysoev Fix processing
Fri, 18 Jun 2010 15:38:31 +0000 Igor Sysoev Test regex location if URI matches exactly to non-exact location.