Commit graph

24 commits

Author SHA1 Message Date
Igor Sysoev
7e50cdf90d *) handle unaligned file part for directio
*) disable sendfile in directio mode
2008-09-05 14:48:47 +00:00
Igor Sysoev
bf12c62e56 directio 2008-07-30 12:34:04 +00:00
Igor Sysoev
a1ef4c7622 variables in access_log 2008-06-30 12:27:24 +00:00
Igor Sysoev
24a95941e4 fix comment 2008-06-30 12:12:16 +00:00
Igor Sysoev
6986daa34c fix the previous commit 2008-06-30 12:11:47 +00:00
Igor Sysoev
ae73eb9661 use ngx_file_info() and test uniq if file is already open 2008-06-26 16:10:13 +00:00
Igor Sysoev
5868a5320d initialize of.uniq in ngx_open_cached_file() 2008-06-23 13:35:34 +00:00
Igor Sysoev
bae2ece30b style fix: remove tabs and trailing spaces 2008-05-14 07:54:52 +00:00
Igor Sysoev
f993862bf2 fix segfault when file is deleted and open_file_cache_errors is off 2008-04-29 18:15:23 +00:00
Igor Sysoev
595653cfeb back out the previous commit 2008-04-29 18:14:45 +00:00
Igor Sysoev
21b408ec96 fix segfault when file is deleted and open_file_cache_errors is off 2008-04-29 14:39:15 +00:00
Igor Sysoev
b051b72e61 fix the previous commit 2008-03-13 13:00:40 +00:00
Igor Sysoev
540cb9b3aa fix case when errors are not cached,
and a file was not used often enough to keep open
and it has been removed before it was kept open
2008-03-13 12:59:25 +00:00
Igor Sysoev
229294d395 axe useless code 2008-03-13 12:34:59 +00:00
Igor Sysoev
4b32db62b0 several fixes:
*) do not add event if file was used less than min_uses
*) do not rely upon event to avoid race conditions
*) ngx_open_file_lookup()
2007-12-25 10:46:40 +00:00
Igor Sysoev
c9d8ac563a open_file_cache_min_uses 2007-12-22 13:19:39 +00:00
Igor Sysoev
5202af7573 open_file_cache_retest > open_file_cache_valid 2007-12-21 16:19:48 +00:00
Igor Sysoev
e35d6ba22c fix the previous commit 2007-12-21 16:19:14 +00:00
Igor Sysoev
d514f49f08 use ngx_queue.h 2007-12-21 15:33:15 +00:00
Igor Sysoev
e02ad43419 embed sentinel 2007-12-20 21:29:52 +00:00
Igor Sysoev
c61f8cd4a8 optimize rbtree initialization and insert 2007-12-17 08:52:00 +00:00
Igor Sysoev
3eeb5f6845 test the most relevant condition first 2007-09-03 09:06:26 +00:00
Igor Sysoev
cd77964df6 open_file_cache_events 2007-09-03 08:41:42 +00:00
Igor Sysoev
5d30aa5e86 open file cache 2007-09-01 12:11:21 +00:00