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
2017-05-18
Cache: ignore long locked entries during forced expire.
Dmitry Volyntsev
1
-11
/
+42
2017-04-12
Use ngx_calloc_buf() where appropriate.
Ruslan Ermilov
1
-1
/
+1
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
1
-1
/
+1
2016-12-22
Cache: support for stale-while-revalidate and stale-if-error.
Roman Arutyunyan
1
-0
/
+8
2016-12-24
Win32: fixed some warnings reported by Borland C.
Maxim Dounin
1
-3
/
+3
2016-11-03
Cache: prefix-based temporary files.
Maxim Dounin
1
-32
/
+13
2016-10-13
Cache: cache manager debugging.
Ruslan Ermilov
1
-9
/
+23
2016-10-05
Cache: cache manager limits.
Dmitry Volyntsev
1
-9
/
+94
2016-07-06
Use NGX_MAX_PATH_LEVEL where appropriate.
Ruslan Ermilov
1
-5
/
+5
2016-05-16
Cache: fixed updating bypassed cached errors (ticket #827).
Maxim Dounin
1
-0
/
+1
2016-03-31
Fixed logging with variable field width.
Sergey Kandaurov
1
-1
/
+1
2016-03-23
Cache: fixed slots accounting error introduced in c9d680b00744.
Dmitry Volyntsev
1
-2
/
+2
2016-03-18
Cache: added watermark to reduce IO load when keys_zone is full.
Dmitry Volyntsev
1
-5
/
+32
2016-03-18
Cache: report error if slab allocator fails during cache loading.
Dmitry Volyntsev
1
-0
/
+6
2016-03-18
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
1
-2
/
+3
2015-09-11
Cache: check the whole cache key in addition to hashes.
Maxim Dounin
1
-2
/
+19
2015-04-01
Cache: added support for reading of the header in thread pools.
Valentin Bartenev
1
-19
/
+105
2015-03-14
Added support for offloading read() in thread pools.
Valentin Bartenev
1
-1
/
+1
2015-03-02
Cache: do not inherit last_modified and etag from stale response.
Roman Arutyunyan
1
-2
/
+0
2015-02-17
Cache: reduced diffs to the plus version of nginx.
Ruslan Ermilov
1
-6
/
+4
2015-02-02
Cache: added temp_path to file cache.
Roman Arutyunyan
1
-14
/
+48
2014-12-26
Upstream: use_temp_path parameter of proxy_cache_path and friends.
Valentin Bartenev
1
-1
/
+35
2014-12-26
Cache: update variant while setting header.
Valentin Bartenev
1
-35
/
+57
2014-12-22
Upstream: added variables support to proxy_cache and friends.
Valentin Bartenev
1
-1
/
+13
2014-11-26
Cache: send conditional requests only for cached 200/206 responses.
Piotr Sikora
1
-0
/
+2
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
[next]