index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_open_file_cache.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-11
Fixed typo in the error message.
Andrei Belov
1
-1
/
+1
2013-09-02
Disable symlinks: removed recursive call of ngx_file_o_path_info().
Valentin Bartenev
1
-1
/
+0
2013-09-02
Disable symlinks: use O_PATH to open path components.
Valentin Bartenev
1
-0
/
+67
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-1
/
+1
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-11
/
+6
2012-02-27
Disable symlinks: added the "from" parameter support to the open file cache.
Valentin Bartenev
1
-1
/
+24
2012-02-21
Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.
Valentin Bartenev
1
-30
/
+14
2012-02-21
Disable symlinks: don't allow creating or truncating a file via a symlink in
Valentin Bartenev
1
-1
/
+3
2012-02-21
Disable symlinks: cleanups once again.
Valentin Bartenev
1
-8
/
+10
2012-02-20
Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Maxim Dounin
1
-4
/
+4
2012-02-20
Disable symlinks: error handling cleanup again.
Maxim Dounin
1
-4
/
+4
2012-02-15
Disable symlinks: fixed edge cases of path handling.
Maxim Dounin
1
-14
/
+60
2012-02-15
Disable symlinks: cleanup error handling.
Maxim Dounin
1
-41
/
+70
2012-02-13
Added disable_symlinks directive.
Andrey Belov
1
-24
/
+242
2012-02-13
Changed ngx_open_and_stat_file() to use ngx_str_t.
Andrey Belov
1
-19
/
+20
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-09-14
Fix of the previous commit: is_directio flag processing introduced in r4077
Igor Sysoev
1
-0
/
+2
2011-09-14
Bugfix: open_file_cache did not update file info on retest.
Igor Sysoev
1
-7
/
+1
2011-09-05
Bugfix: open_file_cache lost is_directio flag.
Maxim Dounin
1
-0
/
+2
2011-04-22
Use more precise stat.st_blocks to account cache size on Unix
Igor Sysoev
1
-0
/
+2
2010-04-21
use non-blocking open() not to hang on FIFO files, etc.
Igor Sysoev
1
-1
/
+8
2009-09-30
read_ahead
Igor Sysoev
1
-0
/
+10
2009-09-25
uniform ngx_directio_on/off() interface with other file functions
Igor Sysoev
1
-1
/
+1
2009-06-12
initialize use_event field in open file cache
Igor Sysoev
1
-0
/
+1
2009-04-30
set of.failed for cached error, the bug has been introduced in r2757
Igor Sysoev
1
-0
/
+1
2009-04-29
uniform ngx_file_info() interface with ngx_fd_info()
Igor Sysoev
1
-3
/
+3
2009-04-27
*) of.test_only to not open file if only stat() is enough
Igor Sysoev
1
-0
/
+23
2009-03-31
Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Igor Sysoev
1
-2
/
+2
2009-03-30
win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Igor Sysoev
1
-3
/
+2
2009-01-21
test ngx_file_info() result, the bug has been introduced in r2070
Igor Sysoev
1
-1
/
+1
2008-09-12
cache directio flag in open file cache
Igor Sysoev
1
-2
/
+4
2008-09-05
*) handle unaligned file part for directio
Igor Sysoev
1
-0
/
+3
2008-07-30
directio
Igor Sysoev
1
-0
/
+7
2008-06-30
variables in access_log
Igor Sysoev
1
-1
/
+8
2008-06-30
fix comment
Igor Sysoev
1
-3
/
+4
2008-06-30
fix the previous commit
Igor Sysoev
1
-21
/
+14
2008-06-26
use ngx_file_info() and test uniq if file is already open
Igor Sysoev
1
-24
/
+35
2008-06-23
initialize of.uniq in ngx_open_cached_file()
Igor Sysoev
1
-1
/
+3
2008-05-14
style fix: remove tabs and trailing spaces
Igor Sysoev
1
-6
/
+6
2008-04-29
fix segfault when file is deleted and open_file_cache_errors is off
Igor Sysoev
1
-9
/
+16
2008-04-29
back out the previous commit
Igor Sysoev
1
-6
/
+2
2008-04-29
fix segfault when file is deleted and open_file_cache_errors is off
Igor Sysoev
1
-2
/
+6
2008-03-13
fix the previous commit
Igor Sysoev
1
-1
/
+1
2008-03-13
fix case when errors are not cached,
Igor Sysoev
1
-3
/
+5
2008-03-13
axe useless code
Igor Sysoev
1
-2
/
+0
2007-12-25
several fixes:
Igor Sysoev
1
-165
/
+239
2007-12-22
open_file_cache_min_uses
Igor Sysoev
1
-16
/
+48
2007-12-21
open_file_cache_retest > open_file_cache_valid
Igor Sysoev
1
-1
/
+1
2007-12-21
fix the previous commit
Igor Sysoev
1
-1
/
+1
2007-12-21
use ngx_queue.h
Igor Sysoev
1
-40
/
+22
[next]