log src/http/modules/ngx_http_range_filter_module.c @ 7158:47cca243d0ed release-1.13.7

age author description
Thu, 10 Aug 2017 22:21:23 +0300 Maxim Dounin Range filter: changed type for total length to off_t.
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Tue, 11 Jul 2017 16:06:23 +0300 Maxim Dounin Range filter: protect from total size overflows. stable-1.12
Tue, 11 Jul 2017 16:06:26 +0300 Maxim Dounin Range filter: avoid negative range start.
Tue, 11 Jul 2017 16:06:23 +0300 Maxim Dounin Range filter: protect from total size overflows.
Tue, 27 Jun 2017 00:53:46 +0300 Maxim Dounin Range filter: allowed ranges on empty files (ticket #1031).
Thu, 20 Apr 2017 18:26:37 +0300 Sergey Kandaurov Cleaned up r->headers_out.headers allocation error handling.