aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_open_file_cache.c
Commit message (Expand)AuthorAge
* Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).Maxim Dounin2012-02-20
* Disable symlinks: error handling cleanup again.Maxim Dounin2012-02-20
* Disable symlinks: fixed edge cases of path handling.Maxim Dounin2012-02-15
* Disable symlinks: cleanup error handling.Maxim Dounin2012-02-15
* Added disable_symlinks directive.Andrey Belov2012-02-13
* Changed ngx_open_and_stat_file() to use ngx_str_t.Andrey Belov2012-02-13
* Copyright updated.Maxim Konovalov2012-01-18
* Fix of the previous commit: is_directio flag processing introduced in r4077Igor Sysoev2011-09-14
* Bugfix: open_file_cache did not update file info on retest.Igor Sysoev2011-09-14
* Bugfix: open_file_cache lost is_directio flag.Maxim Dounin2011-09-05
* Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev2011-04-22
* use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev2010-04-21
* read_aheadIgor Sysoev2009-09-30
* uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev2009-09-25
* initialize use_event field in open file cacheIgor Sysoev2009-06-12
* set of.failed for cached error, the bug has been introduced in r2757Igor Sysoev2009-04-30
* uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev2009-04-29
* *) of.test_only to not open file if only stat() is enoughIgor Sysoev2009-04-27
* Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev2009-03-31
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-30
* test ngx_file_info() result, the bug has been introduced in r2070Igor Sysoev2009-01-21
* cache directio flag in open file cacheIgor Sysoev2008-09-12
* *) handle unaligned file part for directioIgor Sysoev2008-09-05
* directioIgor Sysoev2008-07-30
* variables in access_logIgor Sysoev2008-06-30
* fix commentIgor Sysoev2008-06-30
* fix the previous commitIgor Sysoev2008-06-30
* use ngx_file_info() and test uniq if file is already openIgor Sysoev2008-06-26
* initialize of.uniq in ngx_open_cached_file()Igor Sysoev2008-06-23
* style fix: remove tabs and trailing spacesIgor Sysoev2008-05-14
* fix segfault when file is deleted and open_file_cache_errors is offIgor Sysoev2008-04-29
* back out the previous commitIgor Sysoev2008-04-29
* fix segfault when file is deleted and open_file_cache_errors is offIgor Sysoev2008-04-29
* fix the previous commitIgor Sysoev2008-03-13
* fix case when errors are not cached,Igor Sysoev2008-03-13
* axe useless codeIgor Sysoev2008-03-13
* several fixes:Igor Sysoev2007-12-25
* open_file_cache_min_usesIgor Sysoev2007-12-22
* open_file_cache_retest > open_file_cache_validIgor Sysoev2007-12-21
* fix the previous commitIgor Sysoev2007-12-21
* use ngx_queue.hIgor Sysoev2007-12-21
* embed sentinelIgor Sysoev2007-12-20
* optimize rbtree initialization and insertIgor Sysoev2007-12-17
* test the most relevant condition firstIgor Sysoev2007-09-03
* open_file_cache_eventsIgor Sysoev2007-09-03
* open file cacheIgor Sysoev2007-09-01