index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_open_file_cache.c
Commit message (
Expand
)
Author
Age
*
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Maxim Dounin
2012-02-20
*
Disable symlinks: error handling cleanup again.
Maxim Dounin
2012-02-20
*
Disable symlinks: fixed edge cases of path handling.
Maxim Dounin
2012-02-15
*
Disable symlinks: cleanup error handling.
Maxim Dounin
2012-02-15
*
Added disable_symlinks directive.
Andrey Belov
2012-02-13
*
Changed ngx_open_and_stat_file() to use ngx_str_t.
Andrey Belov
2012-02-13
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
Fix of the previous commit: is_directio flag processing introduced in r4077
Igor Sysoev
2011-09-14
*
Bugfix: open_file_cache did not update file info on retest.
Igor Sysoev
2011-09-14
*
Bugfix: open_file_cache lost is_directio flag.
Maxim Dounin
2011-09-05
*
Use more precise stat.st_blocks to account cache size on Unix
Igor Sysoev
2011-04-22
*
use non-blocking open() not to hang on FIFO files, etc.
Igor Sysoev
2010-04-21
*
read_ahead
Igor Sysoev
2009-09-30
*
uniform ngx_directio_on/off() interface with other file functions
Igor Sysoev
2009-09-25
*
initialize use_event field in open file cache
Igor Sysoev
2009-06-12
*
set of.failed for cached error, the bug has been introduced in r2757
Igor Sysoev
2009-04-30
*
uniform ngx_file_info() interface with ngx_fd_info()
Igor Sysoev
2009-04-29
*
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
2009-04-27
*
Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Igor Sysoev
2009-03-31
*
win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Igor Sysoev
2009-03-30
*
test ngx_file_info() result, the bug has been introduced in r2070
Igor Sysoev
2009-01-21
*
cache directio flag in open file cache
Igor Sysoev
2008-09-12
*
*) handle unaligned file part for directio
Igor Sysoev
2008-09-05
*
directio
Igor Sysoev
2008-07-30
*
variables in access_log
Igor Sysoev
2008-06-30
*
fix comment
Igor Sysoev
2008-06-30
*
fix the previous commit
Igor Sysoev
2008-06-30
*
use ngx_file_info() and test uniq if file is already open
Igor Sysoev
2008-06-26
*
initialize of.uniq in ngx_open_cached_file()
Igor Sysoev
2008-06-23
*
style fix: remove tabs and trailing spaces
Igor Sysoev
2008-05-14
*
fix segfault when file is deleted and open_file_cache_errors is off
Igor Sysoev
2008-04-29
*
back out the previous commit
Igor Sysoev
2008-04-29
*
fix segfault when file is deleted and open_file_cache_errors is off
Igor Sysoev
2008-04-29
*
fix the previous commit
Igor Sysoev
2008-03-13
*
fix case when errors are not cached,
Igor Sysoev
2008-03-13
*
axe useless code
Igor Sysoev
2008-03-13
*
several fixes:
Igor Sysoev
2007-12-25
*
open_file_cache_min_uses
Igor Sysoev
2007-12-22
*
open_file_cache_retest > open_file_cache_valid
Igor Sysoev
2007-12-21
*
fix the previous commit
Igor Sysoev
2007-12-21
*
use ngx_queue.h
Igor Sysoev
2007-12-21
*
embed sentinel
Igor Sysoev
2007-12-20
*
optimize rbtree initialization and insert
Igor Sysoev
2007-12-17
*
test the most relevant condition first
Igor Sysoev
2007-09-03
*
open_file_cache_events
Igor Sysoev
2007-09-03
*
open file cache
Igor Sysoev
2007-09-01