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
/
http
/
ngx_http_file_cache.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-12
/
+7
2012-02-13
Time parsing cleanup.
Maxim Dounin
1
-7
/
+8
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-26
Fixed build without debug.
Maxim Dounin
1
-2
/
+2
2011-12-26
Cache locks initial implementation.
Maxim Dounin
1
-14
/
+145
2011-12-12
Cache: only complain on long locked entries.
Maxim Dounin
1
-3
/
+3
2011-12-12
Cache: handling of cache files with long headers.
Maxim Dounin
1
-0
/
+7
2011-12-12
Cache: obsolete code removed.
Maxim Dounin
1
-66
/
+0
2011-09-27
Cache: fix for sending of empty responses.
Maxim Dounin
1
-3
/
+5
2011-08-25
Cache size accounting fix: actual cache size on disk was less than
Igor Sysoev
1
-0
/
+1
2011-08-22
The change in adaptive loader behaviour introduced in r3975:
Igor Sysoev
1
-40
/
+26
2011-07-29
loader_files, loader_sleep, and loader_threshold
Igor Sysoev
1
-11
/
+67
2011-07-25
set correct configuration file values while adding path
Igor Sysoev
1
-0
/
+2
2011-07-25
rename ngx_http_file_cache_manager_sleep() to ngx_http_file_cache_loader_sleep()
Igor Sysoev
1
-4
/
+4
2011-07-24
do not close connection if cache file is too small: replace it with valid one
Igor Sysoev
1
-1
/
+1
2011-07-24
elimination of reading cache files by cache loader
Igor Sysoev
1
-42
/
+9
2011-07-24
fix r3968
Igor Sysoev
1
-1
/
+1
2011-07-24
update the previous commit:
Igor Sysoev
1
-2
/
+1
2011-07-24
The cache loader performs two tasks: inserting cache objects in inactivity
Igor Sysoev
1
-11
/
+6
2011-07-24
fuse two if's in one condition
Igor Sysoev
1
-11
/
+2
2011-07-24
style fix
Igor Sysoev
1
-1
/
+1
2011-07-19
fix r3756: release lock to allow other process to delete cache node
Igor Sysoev
1
-1
/
+2
2011-05-13
fix a broken cached response if bypass/no_cache directive values are different,
Igor Sysoev
1
-3
/
+1
2011-04-22
Use more precise stat.st_blocks to account cache size on Unix
Igor Sysoev
1
-17
/
+14
2011-04-08
fix CPU hog in cache manager
Igor Sysoev
1
-2
/
+7
2010-09-02
fix race condition if during reconfiguration two cache managers try
Igor Sysoev
1
-0
/
+8
2010-08-04
zero fcn->updating after node allocation
Igor Sysoev
1
-0
/
+2
2010-08-04
error status codes could be cached for next request only,
Igor Sysoev
1
-2
/
+5
2010-08-03
delete surplus assignment
Igor Sysoev
1
-2
/
+0
2010-08-02
change logic slightly
Igor Sysoev
1
-2
/
+2
2010-08-02
change order
Igor Sysoev
1
-27
/
+22
2010-08-02
*) delete cache key node after a cache file removal
Igor Sysoev
1
-41
/
+26
2010-07-30
count cache key node usage for cached error statuses
Igor Sysoev
1
-5
/
+6
2010-07-30
do not free unused cache node if cache min_uses > 1,
Igor Sysoev
1
-1
/
+1
2010-07-28
move debug logging inside ngx_http_file_cache_free()
Igor Sysoev
1
-2
/
+2
2010-07-28
several changes in cache cleanup handling:
Igor Sysoev
1
-23
/
+17
2010-07-27
fix r3708 and r3695: valid_sec is set only for caching error status codes
Igor Sysoev
1
-1
/
+1
2010-07-27
fix r3695: this commit
Igor Sysoev
1
-1
/
+1
2010-07-19
initialize r->cache->file.fd with NGX_INVALID_FILE
Igor Sysoev
1
-0
/
+1
2010-07-19
proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Igor Sysoev
1
-0
/
+33
2010-07-16
rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
Igor Sysoev
1
-1
/
+1
2010-07-15
ngx_http_file_cache_create()
Igor Sysoev
1
-0
/
+21
2010-07-15
ngx_http_file_cache_name()
Igor Sysoev
1
-20
/
+34
2010-07-15
style fix
Igor Sysoev
1
-2
/
+0
2010-07-15
delete empty cache zone node if we could not get response to cache
Igor Sysoev
1
-8
/
+15
2010-05-24
proxy_no_cache and fastcgi_no_cache
Igor Sysoev
1
-0
/
+66
2010-03-25
*) introduce ngx_time_sigsafe_update() to update the error log time only
Igor Sysoev
1
-2
/
+2
2010-03-13
*) use previously cached GMT offset value to update time from a signal handler
Igor Sysoev
1
-2
/
+2
2010-03-03
fix cached FastCGI response with large stderr output before header
Igor Sysoev
1
-1
/
+2
2009-12-23
fix a cached zero-length body case
Igor Sysoev
1
-7
/
+3
[next]