summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Trailing space fix.Maxim Dounin1-1/+1
2011-09-15Upstream keepalive module.Maxim Dounin1-0/+569
2011-09-15Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin1-5/+773
2011-09-15Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin3-0/+11
2011-09-15Upstream: Connection header processing.Maxim Dounin2-1/+21
2011-09-15Upstream: Transfer-Encoding header processing.Maxim Dounin2-0/+27
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 Dounin3-0/+39
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 Dounin7-15/+18
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 Sysoev2-3/+3
2011-09-14Fix of the previous commit: is_directio flag processing introduced in r4077Igor Sysoev1-0/+2
2011-09-14Bugfix: open_file_cache did not update file info on retest.Igor Sysoev1-7/+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-13In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov1-0/+2
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-05Bugfix: open_file_cache lost is_directio flag.Maxim Dounin3-0/+9
2011-09-05Version bump.Igor Sysoev2-3/+3
2011-09-05Bugfix: read event was not blocked after reading body.Maxim Dounin1-0/+2
2011-09-01Proper setting of read->eof in pipe code.Maxim Dounin1-1/+1
2011-09-01Proper SSL shutdown handling.Maxim Dounin1-0/+5
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