log src/http/modules/ngx_http_range_filter_module.c @ 4061:bd2ec6ce5d58

age author description
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.
Tue, 30 Aug 2011 12:45:24 +0000 Igor Sysoev Ranges processing small optimization.
Tue, 30 Aug 2011 12:28:01 +0000 Igor Sysoev Style fix.
Fri, 26 Aug 2011 09:42:50 +0000 Igor Sysoev Now if total size of all ranges is greater than source response size,
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Mon, 16 Nov 2009 13:22:10 +0000 Igor Sysoev backout r3325: postpone filter is a body only filter
Mon, 16 Nov 2009 12:13:17 +0000 Igor Sysoev remove subrequest test in range header, chunked, and header filters: they
Mon, 25 May 2009 09:06:29 +0000 Igor Sysoev reset content_type hash value, this fixes a bug when XSLT responses
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"