index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_static_module.c
Commit message (
Expand
)
Author
Age
*
Fixed "zero size buf" alerts with subrequests.
Maxim Dounin
2023-01-28
*
Style.
Maxim Dounin
2023-01-28
*
All known output headers can be linked lists now.
Maxim Dounin
2022-05-30
*
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
2021-05-24
*
Saved some memory allocations.
Ruslan Ermilov
2019-12-16
*
Cleaned up r->headers_out.headers allocation error handling.
Sergey Kandaurov
2017-04-20
*
Use ngx_calloc_buf() where appropriate.
Ruslan Ermilov
2017-04-12
*
Added missing static specifiers.
Eran Kornblau
2017-03-02
*
Fixed missing "Location" field with some relative redirects.
Ruslan Ermilov
2016-12-22
*
Style: unified request method checks.
Ruslan Ermilov
2015-11-06
*
Entity tags: set for static respones.
Maxim Dounin
2012-07-09
*
Disable symlinks: initialization of the "disable_symlinks" field in
Valentin Bartenev
2012-02-27
*
Support for disable_symlinks in various modules.
Andrey Belov
2012-02-13
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Clear old Location header (if any) while adding a new one.
Maxim Dounin
2011-10-12
*
remove r->zero_in_uri
Igor Sysoev
2010-05-24
*
do not log misleading errno in "not a regular file" error
Igor Sysoev
2010-04-21
*
read_ahead
Igor Sysoev
2009-09-30
*
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
2009-04-27
*
remove TODO comments
Igor Sysoev
2009-04-18
*
set r->root_tested for non-error_page response only
Igor Sysoev
2009-01-16
*
fix zero length static response, the bug was introduced in r2378
Igor Sysoev
2008-12-11
*
*) refactor subrequest handling, now they run as separate posted requests
Igor Sysoev
2008-12-08
*
*) handle unaligned file part for directio
Igor Sysoev
2008-09-05
*
allow file existence test for POST requests in static module
Igor Sysoev
2008-08-17
*
directio
Igor Sysoev
2008-07-30
*
always test root existence for access_log with variables
Igor Sysoev
2008-07-07
*
ngx_memzero() ngx_open_file_info_t
Igor Sysoev
2008-06-26
*
initialize of.uniq in ngx_open_cached_file()
Igor Sysoev
2008-06-23
*
*) back out r2040
Igor Sysoev
2008-06-17
*
add args in redirect to a directory
Igor Sysoev
2008-05-26
*
optimization
Igor Sysoev
2007-12-27
*
open_file_cache_min_uses
Igor Sysoev
2007-12-22
*
open_file_cache_retest > open_file_cache_valid
Igor Sysoev
2007-12-21
*
delete useless variable
Igor Sysoev
2007-12-07
*
open_file_cache_events
Igor Sysoev
2007-09-03
*
open_file_cache in HTTP
Igor Sysoev
2007-09-01
*
omit unnecessary conditions
Igor Sysoev
2007-08-07
*
rename ngx_http_discard_body() to ngx_http_discard_request_body()
Igor Sysoev
2007-08-06
*
ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
Igor Sysoev
2007-01-18
*
remove r->root_length
Igor Sysoev
2006-10-12
*
backout O_NOATIME support, it requires CAP_FOWNER capability
Igor Sysoev
2006-09-14
*
Linux O_NOATIME support
Igor Sysoev
2006-09-01
*
nginx-0.4.0-RELEASE import
release-0.4.0
Igor Sysoev
2006-08-30
*
nginx-0.3.44-RELEASE import
release-0.3.44
Igor Sysoev
2006-05-04
*
nginx-0.3.41-RELEASE import
release-0.3.41
Igor Sysoev
2006-04-21
*
nginx-0.3.23-RELEASE import
release-0.3.23
Igor Sysoev
2006-01-24
*
nginx-0.3.20-RELEASE import
release-0.3.20
Igor Sysoev
2006-01-11
*
nginx-0.3.15-RELEASE import
release-0.3.15
Igor Sysoev
2005-12-07
*
nginx-0.3.14-RELEASE import
release-0.3.14
Igor Sysoev
2005-12-05
[next]