Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-09-20Fix of separate pool for upstream connections (r4117).Maxim Dounin
2011-09-20Fixed loss of chain links in ngx_event_pipe_read_upstream().Maxim Dounin
2011-09-20Fixed loss of chain links in fastcgi module.Maxim Dounin
2011-09-20Fix of cpu hog in event pipe.Maxim Dounin
2011-09-20The "worker_aio_requests" directive.Igor Sysoev
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov
2011-09-19Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"Ruslan Ermilov
2011-09-19Overhauled diagnostic messages.Ruslan Ermilov
2011-09-16Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev
2011-09-16Fixing Linux AIO syscalls return value handling:Igor Sysoev
2011-09-16Trailing space fix.Maxim Dounin
2011-09-15Upstream keepalive module.Maxim Dounin
2011-09-15Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin
2011-09-15Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin
2011-09-15Upstream: Connection header processing.Maxim Dounin
2011-09-15Upstream: Transfer-Encoding header processing.Maxim Dounin
2011-09-15Keepalive support in fastcgi.Maxim Dounin
2011-09-15Keepalive support in memcached.Maxim Dounin
2011-09-15Upstream: keepalive flag.Maxim Dounin
2011-09-15Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin
2011-09-15Upstream: r->upstream->length type change to off_t.Maxim Dounin
2011-09-15Upstream: content_length_n API change.Maxim Dounin
2011-09-15Upstream: separate pool for peer connections.Maxim Dounin
2011-09-15Workaround for cpu hog on errors with cached connections.Maxim Dounin
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin
2011-09-15Buffers reuse in chunked filter.Maxim Dounin
2011-09-15MP4 co64 atom support added.Igor Sysoev
2011-09-15Fix of struct field name.Igor Sysoev
2011-09-14Style fix.Igor Sysoev
2011-09-14Fixing building by gcc-4.7.Igor Sysoev
2011-09-14Version bump.Igor Sysoev
2011-09-14Fix of the previous commit: is_directio flag processing introduced in r4077Igor Sysoev
2011-09-14Bugfix: open_file_cache did not update file info on retest.Igor Sysoev
2011-09-14Skipping traks with unsupported media formats.Igor Sysoev
2011-09-14Fix of case when start sample does not reside on chunk boundary.Igor Sysoev
2011-09-13In Mac OS X Lion, Apple deprecated the use of the system OpenSSL libraryRuslan Ermilov
2011-09-12Fix of debug message format.Igor Sysoev
2011-09-12Fix of codec debug message.Igor Sysoev
2011-09-12Fix of error message.Igor Sysoev
2011-09-12Fix of error message.Igor Sysoev
2011-09-12mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.Igor Sysoev
2011-09-09bugfix of r4086: nginx could not be built without debug log.Igor Sysoev
2011-09-09Bugfix of r4086: directio was always enabled if mp4 file was sent as is.Igor Sysoev
2011-09-09ngx_http_mp4_moduleIgor Sysoev
2011-09-05Bugfix: open_file_cache lost is_directio flag.Maxim Dounin
2011-09-05Version bump.Igor Sysoev
2011-09-05Bugfix: read event was not blocked after reading body.Maxim Dounin
2011-09-01Proper setting of read->eof in pipe code.Maxim Dounin
2011-09-01Proper SSL shutdown handling.Maxim Dounin
2011-09-01Now if client requests more ranges than "max_ranges" permits,Igor Sysoev