log src/http/ngx_http_core_module.c @ 2635:c3229fed373f

age author description
Thu, 26 Mar 2009 15:24:19 +0000 Igor Sysoev fix alias with variables, but without captures,
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Sun, 22 Mar 2009 15:52:52 +0000 Igor Sysoev style fix: remove tabs
Sun, 22 Mar 2009 09:40:04 +0000 Igor Sysoev use complex value in error_page
Fri, 20 Mar 2009 16:50:53 +0000 Igor Sysoev add full path debug log in try_files
Fri, 20 Mar 2009 16:48:45 +0000 Igor Sysoev allow try_files in server context
Fri, 20 Mar 2009 16:47:23 +0000 Igor Sysoev fix directory test in try_files
Thu, 19 Mar 2009 13:42:27 +0000 Igor Sysoev split args in a try_files fallback
Wed, 18 Mar 2009 12:23:57 +0000 Igor Sysoev fix $server_addr for wildcard listen, the has been introduced in r2513
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