summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.1.5-RELEASErelease-1.1.5Igor Sysoev2011-10-051-0/+81
* Adding RELEASE procedure in GNUmakefile.Igor Sysoev2011-10-051-0/+15
* Version bump.Igor Sysoev2011-10-052-3/+3
* Fixed cache bypass caching of non-cacheable replies (ticket #21).Maxim Dounin2011-10-051-4/+2
* Added uwsgi_buffering and scgi_buffering directives.Maxim Dounin2011-09-302-2/+20
* Using strtod() instead of atofp() to support a lot of digits after dot inIgor Sysoev2011-09-301-2/+9
* Fix of building on platforms with 32-bit off_t. (closed #23)Igor Sysoev2011-09-291-9/+9
* Fixed segmentation fault with empty config on Windows.Maxim Dounin2011-09-271-3/+5
* Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).Maxim Dounin2011-09-272-4/+4
* Better handling of late upstream creation.Maxim Dounin2011-09-271-0/+4
* Cache: fix for sending of stale responses.Maxim Dounin2011-09-271-1/+6
* Cache: fix for sending of empty responses.Maxim Dounin2011-09-271-3/+5
* Incorrect special case for "return 204" removed.Maxim Dounin2011-09-271-5/+0
* Fix for "return 202" not discarding body.Maxim Dounin2011-09-272-7/+4
* Fix for double content when return is used in error_page handler.Maxim Dounin2011-09-271-2/+2
* Fix for incorrect 201 replies from dav module.Maxim Dounin2011-09-271-3/+2
* Proxy: logging levels tuned, double logging fixed.Maxim Dounin2011-09-251-6/+3
* Proxy: whitespaces after chunk size allowed.Maxim Dounin2011-09-251-0/+4
* Upstream: clearing of u->peer.connection on close.Maxim Dounin2011-09-251-0/+1
* Fixed error message.Ruslan Ermilov2011-09-231-1/+1
* Fixed markup.Ruslan Ermilov2011-09-203-9/+9
* release-1.1.4 tagIgor Sysoev2011-09-201-0/+1
* nginx-1.1.4-RELEASErelease-1.1.4Igor Sysoev2011-09-201-0/+83
* Fix of separate pool for upstream connections (r4117).Maxim Dounin2011-09-201-2/+8
* Fixed loss of chain links in ngx_event_pipe_read_upstream().Maxim Dounin2011-09-201-0/+1
* Fixed loss of chain links in fastcgi module.Maxim Dounin2011-09-201-2/+4
* Fix of cpu hog in event pipe.Maxim Dounin2011-09-201-2/+2
* The "worker_aio_requests" directive.Igor Sysoev2011-09-201-3/+13
* Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2011-09-1916-20/+21
* Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"Ruslan Ermilov2011-09-191-2/+2
* Overhauled diagnostic messages.Ruslan Ermilov2011-09-191-21/+21
* Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev2011-09-161-47/+82
* Fixing Linux AIO syscalls return value handling:Igor Sysoev2011-09-162-19/+18
* Trailing space fix.Maxim Dounin2011-09-161-1/+1
* Upstream keepalive module.Maxim Dounin2011-09-154-0/+581
* Proxy: basic HTTP/1.1 support (including keepalive).Maxim Dounin2011-09-151-5/+773
* Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin2011-09-153-0/+11
* Upstream: Connection header processing.Maxim Dounin2011-09-152-1/+21
* Upstream: Transfer-Encoding header processing.Maxim Dounin2011-09-152-0/+27
* Keepalive support in fastcgi.Maxim Dounin2011-09-151-7/+69
* Keepalive support in memcached.Maxim Dounin2011-09-151-0/+16
* Upstream: keepalive flag.Maxim Dounin2011-09-152-1/+9
* Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin2011-09-153-0/+39
* Upstream: r->upstream->length type change to off_t.Maxim Dounin2011-09-153-13/+4
* Upstream: content_length_n API change.Maxim Dounin2011-09-152-29/+28
* Upstream: separate pool for peer connections.Maxim Dounin2011-09-151-1/+15
* Workaround for cpu hog on errors with cached connections.Maxim Dounin2011-09-151-0/+4
* API change: ngx_chain_update_chains() now requires pool.Maxim Dounin2011-09-157-15/+18
* Buffers reuse in chunked filter.Maxim Dounin2011-09-151-31/+68
* MP4 co64 atom support added.Igor Sysoev2011-09-151-6/+164