log src/http/ngx_http_core_module.c @ 2572:9c42c19f364a

age author description
Wed, 18 Mar 2009 12:21:19 +0000 Igor Sysoev reserve space for r->uri, the bug has been introduced in r2566
Sat, 14 Mar 2009 19:24:17 +0000 Igor Sysoev fix case when regex locaiton runs the second time via internal redirect
Sat, 14 Mar 2009 19:20:34 +0000 Igor Sysoev fix reserved mapped uri length if alias has captures
Sat, 14 Mar 2009 17:10:25 +0000 Igor Sysoev remove unneeded increment
Fri, 13 Mar 2009 14:20:34 +0000 Igor Sysoev ipv6only
Wed, 11 Mar 2009 13:04:02 +0000 Igor Sysoev fix segfaults introduced in r2549 and r2550
Fri, 06 Mar 2009 12:50:20 +0000 Igor Sysoev captures support in server_name
Fri, 06 Mar 2009 12:49:22 +0000 Igor Sysoev captures support in location and alias
Sun, 01 Mar 2009 19:10:36 +0000 Igor Sysoev fix case when the first try is shorter then URI
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Tue, 24 Feb 2009 07:29:55 +0000 Igor Sysoev axe r->port_text
Mon, 23 Feb 2009 21:19:35 +0000 Igor Sysoev axe r->port
Mon, 23 Feb 2009 21:05:10 +0000 Igor Sysoev axe r->in_addr
Sat, 21 Feb 2009 10:23:30 +0000 Igor Sysoev fix implicit listen, introduced in r2513
Sat, 21 Feb 2009 07:02:02 +0000 Igor Sysoev a prelimiary IPv6 support, HTTP listen
Sat, 14 Feb 2009 17:26:26 +0000 Igor Sysoev set content-type for try_files' choice
Tue, 10 Feb 2009 15:05:05 +0000 Igor Sysoev if_modified_since off
Tue, 27 Jan 2009 16:22:02 +0000 Igor Sysoev fix types and add comment
Mon, 26 Jan 2009 15:22:24 +0000 Igor Sysoev r2420, r2421, r2435, r2436, r2437 merge: stable-0.6
Wed, 21 Jan 2009 12:11:22 +0000 Igor Sysoev allow directories in try_files
Mon, 19 Jan 2009 11:24:25 +0000 Igor Sysoev try_files should work with files only
Fri, 26 Dec 2008 13:43:42 +0000 Igor Sysoev send "100 Continue" just before reading request body
Fri, 26 Dec 2008 06:21:23 +0000 Igor Sysoev do not send "100 Continue" for subrequests
Wed, 24 Dec 2008 07:14:01 +0000 Igor Sysoev flush variable values in try_files
Wed, 24 Dec 2008 06:11:04 +0000 Igor Sysoev update r2422
Tue, 23 Dec 2008 17:25:46 +0000 Igor Sysoev fix r2378, do not activate subrequest if there are already
Tue, 23 Dec 2008 08:10:17 +0000 Igor Sysoev fix the previous commit
Mon, 22 Dec 2008 15:44:13 +0000 Igor Sysoev send "100 Continue" for HTTP/1.1 only
Mon, 15 Dec 2008 10:56:48 +0000 Igor Sysoev try_files
Thu, 11 Dec 2008 17:32:52 +0000 Igor Sysoev fix segfault if no named location are defined, but are used