<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, branch release-1.1.1</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Fix ignored headers handling in fastcgi/scgi/uwsgi.</title>
<updated>2011-08-19T20:11:39+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2011-08-19T20:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5a52d67a0899031bfb4d93fbee76e3d0c6c32558'/>
<id>5a52d67a0899031bfb4d93fbee76e3d0c6c32558</id>
<content type='text'>
The bug had appeared in r3561 (fastcgi), r3638 (scgi), r3567 (uwsgi).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug had appeared in r3561 (fastcgi), r3638 (scgi), r3567 (uwsgi).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing proxy_set_body and proxy_pass_request_body with SSL.</title>
<updated>2011-08-18T16:34:24+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2011-08-18T16:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9bc8fc4602fb2b39b6000fed060e185ffcf2571b'/>
<id>9bc8fc4602fb2b39b6000fed060e185ffcf2571b</id>
<content type='text'>
Flush flag wasn't set in constructed buffer and this prevented any data
from being actually sent to upstream due to SSL buffering.  Make sure
we always set flush in the last buffer we are going to sent.

See here for report:
http://nginx.org/pipermail/nginx-ru/2011-June/041552.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Flush flag wasn't set in constructed buffer and this prevented any data
from being actually sent to upstream due to SSL buffering.  Make sure
we always set flush in the last buffer we are going to sent.

See here for report:
http://nginx.org/pipermail/nginx-ru/2011-June/041552.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix names of the referer hash size directives introduced in r3940.</title>
<updated>2011-08-18T16:27:30+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-08-18T16:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c4ff39ae2b79a6a54535f3c8abc9f2ccefa4ee99'/>
<id>c4ff39ae2b79a6a54535f3c8abc9f2ccefa4ee99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A new fix for the case when ssl_session_cache defined, but ssl is not</title>
<updated>2011-08-04T11:12:30+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-08-04T11:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=dfd81a23b2771fa8a9be37a2a911562826005124'/>
<id>dfd81a23b2771fa8a9be37a2a911562826005124</id>
<content type='text'>
enabled in any server. The previous r1033 does not help when unused zone
becomes used after reconfiguration, so it is backed out.

The initial thought was to make SSL modules independed from SSL implementation
and to keep OpenSSL code dependance as much as in separate files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enabled in any server. The previous r1033 does not help when unused zone
becomes used after reconfiguration, so it is backed out.

The initial thought was to make SSL modules independed from SSL implementation
and to keep OpenSSL code dependance as much as in separate files.
</pre>
</div>
</content>
</entry>
<entry>
<title>removal of error message about %name log_format parameters,</title>
<updated>2011-08-03T16:01:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-08-03T16:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c42be75569adf56defbe61ac46b14a70c684cd5e'/>
<id>c42be75569adf56defbe61ac46b14a70c684cd5e</id>
<content type='text'>
they have been deleted long ago in 0.5.0-RELEASE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they have been deleted long ago in 0.5.0-RELEASE
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2011-08-02T12:39:38+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-08-02T12:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=475a5dfcf1b42e4746cd344893c7a3980a45abac'/>
<id>475a5dfcf1b42e4746cd344893c7a3980a45abac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test length of proxy_pass with variables</title>
<updated>2011-07-30T06:11:46+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-07-30T06:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c9468026e769cc38375030cdd33d540bdc8633d5'/>
<id>c9468026e769cc38375030cdd33d540bdc8633d5</id>
<content type='text'>
patch by Lanshun Zhou
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Lanshun Zhou
</pre>
</div>
</content>
</entry>
<entry>
<title>update r3945 with more descriptive error message</title>
<updated>2011-07-29T15:33:03+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-07-29T15:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c2f852c2603558b744928871a40f14fb950742ed'/>
<id>c2f852c2603558b744928871a40f14fb950742ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ECDHE support</title>
<updated>2011-07-20T15:42:40+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-07-20T15:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f39642a90798af3c61de6e74b8da6cad96a9f159'/>
<id>f39642a90798af3c61de6e74b8da6cad96a9f159</id>
<content type='text'>
patch by Adrian Kotelba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Adrian Kotelba
</pre>
</div>
</content>
</entry>
<entry>
<title>MSIE export versions are rare now, so RSA 512 key is generated on demand</title>
<updated>2011-07-20T12:59:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-07-20T12:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e61ba26744d404a83eba0bf560b6697c453e6705'/>
<id>e61ba26744d404a83eba0bf560b6697c453e6705</id>
<content type='text'>
and is shared among all hosts instead of pregenerating for every HTTPS host
on configuraiton phase. This decreases start time for configuration with
large number of HTTPS hosts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and is shared among all hosts instead of pregenerating for every HTTPS host
on configuraiton phase. This decreases start time for configuration with
large number of HTTPS hosts.
</pre>
</div>
</content>
</entry>
</feed>
