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
2014-12-02
Cache: proper wakeup of subrequests.
Maxim Dounin
1
-2
/
+6
2014-12-02
Upstream: improved subrequest logging.
Maxim Dounin
1
-12
/
+31
2014-11-18
Cache: proxy_cache_lock_age and friends.
Roman Arutyunyan
1
-9
/
+22
2014-11-05
Cache: removed dead store in ngx_http_file_cache_vary_header().
Maxim Dounin
1
-1
/
+0
2014-10-27
Cache: normalization of some Vary headers.
Maxim Dounin
1
-2
/
+66
2014-10-27
Cache: multiple variants of a resource now can be stored.
Maxim Dounin
1
-3
/
+77
2014-10-27
Cache: c->reading flag introduced.
Maxim Dounin
1
-1
/
+4
2014-10-27
Cache: hash of Vary headers now stored in cache.
Maxim Dounin
1
-0
/
+135
2014-09-05
Upstream: suppressed the file cache slab allocator error messages.
Roman Arutyunyan
1
-0
/
+4
2014-06-26
Cache: ETag now saved into cache header.
Maxim Dounin
1
-0
/
+12
2014-06-26
Cache: version in cache files.
Maxim Dounin
1
-1
/
+10
2014-06-04
Core: added ngx_slab_calloc() and ngx_slab_calloc_locked().
Ruslan Ermilov
1
-16
/
+6
2014-04-30
Cache: added ngx_quit check to ngx_http_file_cache_expire().
Maxim Dounin
1
-0
/
+5
2013-11-18
Upstream: cache revalidation with conditional requests.
Maxim Dounin
1
-0
/
+111
2013-09-04
Win32: Borland C compatibility fixes.
Maxim Dounin
1
-1
/
+1
2013-08-23
Cache: lock timeouts are now logged at info level.
Maxim Dounin
1
-2
/
+1
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
1
-3
/
+1
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
1
-1
/
+3
2013-06-05
Valgrind: supressed complaints about uninitialized bytes.
Maxim Dounin
1
-0
/
+2
2013-02-19
Removed zero termination of shm zone names.
Valentin Bartenev
1
-2
/
+0
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
[next]