log src/http/modules/ngx_http_range_filter_module.c @ 7055:887c8c58ffeb

age author description
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.
Thu, 10 Nov 2016 10:44:52 +0800 hucongcong Range filter: only initialize ctx->ranges in main request.
Mon, 03 Oct 2016 20:48:51 +0300 Roman Arutyunyan Do not set last_buf flag in subrequests.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 07 Dec 2015 16:30:48 +0300 Roman Arutyunyan Slice filter.
Thu, 11 Jun 2015 20:42:31 +0300 Maxim Dounin Moved ngx_http_parse_time() to core, renamed accordingly.
Tue, 17 Mar 2015 00:26:24 +0300 Ruslan Ermilov Overflow detection in ngx_http_range_parse().
Fri, 21 Mar 2014 19:33:21 +0400 Maxim Dounin Range filter: single_range flag in request.
Tue, 04 Feb 2014 17:13:35 +0400 Ruslan Ermilov Range filter: fixed duplicate charset.
Thu, 23 Jan 2014 22:09:59 +0900 Tatsuhiko Kubo Typo fixed.
Mon, 09 Jul 2012 17:04:37 +0000 Maxim Dounin Entity tags: empty etags handling in If-Range.
Sat, 07 Jul 2012 21:21:15 +0000 Maxim Dounin Entity tags: support in If-Range header.
Sat, 07 Jul 2012 21:16:21 +0000 Maxim Dounin Fixed If-Range with unknown last modified time.
Mon, 05 Mar 2012 12:24:18 +0000 Maxim Dounin Merge of r4468: stable-1.0
Mon, 13 Feb 2012 15:20:49 +0000 Maxim Dounin Removed r->cache/r->cached dependencies in range filter.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Fri, 30 Sep 2011 14:06:08 +0000 Igor Sysoev Merging r4036, r4055, r4056, r4057, r4058, r4059, r4060, r4061, r4062, r4063, stable-1.0
Thu, 01 Sep 2011 13:03:55 +0000 Igor Sysoev Now if client requests more ranges than "max_ranges" permits,
Wed, 31 Aug 2011 09:40:55 +0000 Igor Sysoev The "max_ranges" directive.
Wed, 31 Aug 2011 09:26:07 +0000 Igor Sysoev Style fix: removal of tabs introduced in the previous commit.
Tue, 30 Aug 2011 20:34:58 +0000 Igor Sysoev *) fix of r4060: start value should be tested after the "found" label;
Tue, 30 Aug 2011 14:25:35 +0000 Igor Sysoev Unsatisfiable range with start value greater than content length
Tue, 30 Aug 2011 13:07:33 +0000 Igor Sysoev ngx_http_range_parse() should be static.
Tue, 30 Aug 2011 13:06:12 +0000 Igor Sysoev Ranges processing small optimization.
Tue, 30 Aug 2011 13:01:55 +0000 Igor Sysoev Now unsatisfiable ranges are processed according to RFC 2616.