log src/http/ngx_http_file_cache.c @ 9299:2706b60dc225 default tip

age author description
Tue, 30 Jan 2024 03:20:05 +0300 Maxim Dounin Fixed request termination with AIO and subrequests (ticket #2555).
Mon, 29 Jan 2024 10:31:37 +0300 Maxim Dounin AIO operations now add timers (ticket #2162).
Sat, 28 Jan 2023 05:23:33 +0300 Maxim Dounin Fixed "zero size buf" alerts with subrequests.
Sat, 28 Jan 2023 05:20:23 +0300 Maxim Dounin Style.
Tue, 01 Feb 2022 16:29:28 +0300 Maxim Dounin Cache: fixed race in ngx_http_file_cache_forced_expire().
Wed, 09 Sep 2020 19:26:27 +0300 Sergey Kandaurov Cache: keep c->body_start when Vary changes (ticket #2029).
Fri, 04 Aug 2017 19:37:37 +0300 Sergey Kandaurov Cache: reset c->body_start when reading a variant on Vary mismatch.
Mon, 22 Jun 2020 18:03:00 +0300 Maxim Dounin Cache: introduced min_free cache clearing.
Wed, 31 Oct 2018 16:49:40 +0300 Maxim Dounin Cache: improved keys zone size error reporting.
Wed, 31 Oct 2018 16:49:39 +0300 Maxim Dounin Cache: fixed minimum cache keys zone size limit.
Mon, 24 Sep 2018 20:26:46 +0300 Gena Makhomed Cache: status must be less then 599 in *_cache_valid directives.
Wed, 18 Apr 2018 16:11:41 +0300 Maxim Dounin Cache: fixed cache valid slot to reject incorrect statuses.
Wed, 26 Jul 2017 13:13:51 +0300 Ruslan Ermilov Cache: fixed max_size on win32.
Thu, 18 May 2017 18:39:16 +0300 Dmitry Volyntsev Cache: ignore long locked entries during forced expire.
Wed, 12 Apr 2017 22:21:04 +0300 Ruslan Ermilov Use ngx_calloc_buf() where appropriate.