log src/http/modules/ngx_http_static_module.c @ 1454:f497ed7682a7

age author description
Sat, 01 Sep 2007 12:12:48 +0000 Igor Sysoev open_file_cache in HTTP
Tue, 07 Aug 2007 10:56:09 +0000 Igor Sysoev omit unnecessary conditions
Mon, 06 Aug 2007 15:37:22 +0000 Igor Sysoev rename ngx_http_discard_body() to ngx_http_discard_request_body()
Thu, 18 Jan 2007 20:15:09 +0000 Igor Sysoev ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
Thu, 12 Oct 2006 13:36:54 +0000 Igor Sysoev remove r->root_length
Thu, 14 Sep 2006 15:05:48 +0000 Igor Sysoev backout O_NOATIME support, it requires CAP_FOWNER capability
Fri, 01 Sep 2006 05:15:56 +0000 Igor Sysoev Linux O_NOATIME support