log

age author description
Tue, 01 Oct 2013 17:44:51 +0400 Maxim Dounin nginx-1.5.6-RELEASE release-1.5.6
Tue, 01 Oct 2013 00:14:37 +0400 Valentin Bartenev SPDY: ignore priority when queuing blocked frames.
Tue, 01 Oct 2013 00:12:30 +0400 Valentin Bartenev SPDY: set empty write handler during connection finalization.
Tue, 01 Oct 2013 00:04:00 +0400 Valentin Bartenev SPDY: fixed connection leak while waiting for request headers.
Tue, 01 Oct 2013 00:00:57 +0400 Valentin Bartenev SPDY: fixed connection leak while waiting for request body.
Mon, 30 Sep 2013 22:10:13 +0400 Maxim Dounin Mail: fixed segfault with ssl/starttls at mail{} level and no cert.
Mon, 30 Sep 2013 22:10:08 +0400 Maxim Dounin Mail: fixed overrun of allocated memory (ticket #411).
Mon, 30 Sep 2013 22:10:03 +0400 Maxim Dounin Mail: handle smtp multiline replies.
Mon, 30 Sep 2013 22:09:57 +0400 Maxim Dounin Mail: smtp pipelining support.
Mon, 30 Sep 2013 22:09:54 +0400 Maxim Dounin Mail: mail dependencies are now honored while building addons.
Mon, 30 Sep 2013 22:09:50 +0400 Maxim Dounin Mail: added session close on smtp_greeting_delay violation.
Fri, 27 Sep 2013 19:39:33 +0400 Maxim Dounin SSL: adjust buffer used by OpenSSL during handshake (ticket #413).
Fri, 27 Sep 2013 16:50:40 +0400 Maxim Dounin FastCGI: non-buffered mode support.
Fri, 27 Sep 2013 16:50:34 +0400 Maxim Dounin Upstream: subrequest_in_memory support for SCGI and uwsgi enabled.
Fri, 27 Sep 2013 16:50:26 +0400 Maxim Dounin Upstream: subrequest_in_memory fix.
Fri, 27 Sep 2013 16:50:13 +0400 Maxim Dounin Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.
Mon, 23 Sep 2013 15:58:28 -0700 Piotr Sikora Proxy: added the "proxy_ssl_ciphers" directive.
Mon, 23 Sep 2013 19:37:13 +0400 Maxim Dounin Added ngx_filename_cmp() with "/" sorted to the left.
Mon, 23 Sep 2013 19:37:06 +0400 Maxim Dounin Caseless location tree construction (ticket #90).
Sun, 22 Sep 2013 22:36:11 -0700 Piotr Sikora SSL: stop loading configs with invalid "ssl_ciphers" values.
Fri, 20 Sep 2013 17:57:21 +0300 Markus Linnala Core: fix misallocation at ngx_crypt_apr1 (ticket #412).
Thu, 19 Sep 2013 18:30:33 +0400 Andrei Belov Proxy: added the "proxy_ssl_protocols" directive.
Wed, 18 Sep 2013 16:51:30 -0700 Piotr Sikora SSL: fixed possible memory and file descriptor leak on HUP signal.
Wed, 18 Sep 2013 12:59:47 -0700 Piotr Sikora MIME: added application/json MIME type.
Wed, 18 Sep 2013 18:53:26 +0400 Sergey Kandaurov Fixed response line formatting with empty reason phrase.
Wed, 18 Sep 2013 18:53:24 +0400 Sergey Kandaurov Version bump.
Tue, 17 Sep 2013 17:31:00 +0400 Maxim Dounin release-1.5.5 tag
Tue, 17 Sep 2013 17:31:00 +0400 Maxim Dounin nginx-1.5.5-RELEASE release-1.5.5
Mon, 16 Sep 2013 14:24:38 -0700 Piotr Sikora SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.
Mon, 16 Sep 2013 18:49:23 +0400 Valentin Bartenev Improved check for duplicate path names in ngx_add_path().