summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-15Keepalive support in fastcgi.Maxim Dounin1-7/+69
2011-09-15Keepalive support in memcached.Maxim Dounin1-0/+16
2011-09-15Upstream: keepalive flag.Maxim Dounin2-1/+9
2011-09-15Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin1-0/+9
2011-09-15Upstream: r->upstream->length type change to off_t.Maxim Dounin3-13/+4
2011-09-15Upstream: content_length_n API change.Maxim Dounin2-29/+28
2011-09-15Upstream: separate pool for peer connections.Maxim Dounin1-1/+15
2011-09-15Workaround for cpu hog on errors with cached connections.Maxim Dounin1-0/+4
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin3-4/+4
2011-09-15Buffers reuse in chunked filter.Maxim Dounin1-31/+68
2011-09-15MP4 co64 atom support added.Igor Sysoev1-6/+164
2011-09-15Fix of struct field name.Igor Sysoev1-4/+4
2011-09-14Style fix.Igor Sysoev1-1/+2
2011-09-14Fixing building by gcc-4.7.Igor Sysoev1-3/+0
2011-09-14Version bump.Igor Sysoev1-1/+1
2011-09-14Skipping traks with unsupported media formats.Igor Sysoev1-14/+42
2011-09-14Fix of case when start sample does not reside on chunk boundary.Igor Sysoev1-67/+134
2011-09-12Fix of debug message format.Igor Sysoev1-6/+6
2011-09-12Fix of codec debug message.Igor Sysoev1-1/+3
2011-09-12Fix of error message.Igor Sysoev1-2/+2
2011-09-12Fix of error message.Igor Sysoev1-1/+1
2011-09-12mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.Igor Sysoev1-7/+7
2011-09-09bugfix of r4086: nginx could not be built without debug log.Igor Sysoev1-4/+4
2011-09-09Bugfix of r4086: directio was always enabled if mp4 file was sent as is.Igor Sysoev1-0/+3
2011-09-09ngx_http_mp4_moduleIgor Sysoev1-0/+2591
2011-09-05Version bump.Igor Sysoev1-1/+1
2011-09-05Bugfix: read event was not blocked after reading body.Maxim Dounin1-0/+2
2011-09-01Now if client requests more ranges than "max_ranges" permits,Igor Sysoev1-2/+2
2011-08-31The "max_ranges" directive.Igor Sysoev3-3/+26
2011-08-31Style fix: removal of tabs introduced in the previous commit.Igor Sysoev1-7/+7
2011-08-30*) fix of r4060: start value should be tested after the "found" label;Igor Sysoev1-13/+9
2011-08-30Unsatisfiable range with start value greater than content lengthIgor Sysoev1-5/+1
2011-08-30ngx_http_range_parse() should be static.Igor Sysoev1-2/+2
2011-08-30Ranges processing small optimization.Igor Sysoev1-8/+9
2011-08-30Now unsatisfiable ranges are processed according to RFC 2616.Igor Sysoev1-6/+8
2011-08-30Ranges processing small optimization.Igor Sysoev1-24/+15
2011-08-30Style fix.Igor Sysoev1-2/+2
2011-08-26Now if total size of all ranges is greater than source response size,Igor Sysoev1-12/+21
2011-08-25Cache size accounting fix: actual cache size on disk was less thanIgor Sysoev1-0/+1
2011-08-23Better handling of various per-server ssl options with SNI.Maxim Dounin1-0/+18
2011-08-23Version bump.Igor Sysoev1-1/+1
2011-08-22The change in adaptive loader behaviour introduced in r3975:Igor Sysoev1-40/+26
2011-08-19Fix ignored headers handling in fastcgi/scgi/uwsgi.Maxim Dounin3-3/+27
2011-08-18Upstream: properly allocate memory for tried flags.Maxim Dounin1-3/+8
2011-08-18Fixing cpu hog with all upstream servers marked "down".Maxim Dounin1-1/+5
2011-08-18Fixing proxy_set_body and proxy_pass_request_body with SSL.Maxim Dounin1-2/+1
2011-08-18Fix names of the referer hash size directives introduced in r3940.Igor Sysoev1-1/+1
2011-08-18Fix body with request_body_in_single_buf.Maxim Dounin1-1/+3
2011-08-18Correctly set body if it's preread and there are extra data.Maxim Dounin1-0/+1
2011-08-05fix gzip quantity: "q=0." and "q=1." are valid values according to RFCIgor Sysoev1-1/+1