<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.9.9</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.9.9-RELEASE</title>
<updated>2015-12-09T14:47:20+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-09T14:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8275c8a3873687601e9e1b114a5f850bde85683d'/>
<id>8275c8a3873687601e9e1b114a5f850bde85683d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed fastcgi_pass with UNIX socket and variables (ticket #855).</title>
<updated>2015-12-09T13:26:59+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-12-09T13:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5e7535df7279a4b13b33913ebbe4fba8b83933f9'/>
<id>5e7535df7279a4b13b33913ebbe4fba8b83933f9</id>
<content type='text'>
This was broken in a93345ee8f52 (1.9.8).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken in a93345ee8f52 (1.9.8).
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump.</title>
<updated>2015-12-09T11:41:16+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-12-09T11:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fac1f23e5df8b46b62a0fb7aa2ba12e7eefd8057'/>
<id>fac1f23e5df8b46b62a0fb7aa2ba12e7eefd8057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release-1.9.8 tag</title>
<updated>2015-12-08T15:16:52+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-08T15:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e359dc208e0380efb66eb17edc0392f8ef218ef0'/>
<id>e359dc208e0380efb66eb17edc0392f8ef218ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx-1.9.8-RELEASE</title>
<updated>2015-12-08T15:16:51+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-08T15:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=76cfdd09172c4e4e4b715c2e0cf198dd61bf227f'/>
<id>76cfdd09172c4e4e4b715c2e0cf198dd61bf227f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Slice filter: terminate first slice with last_in_chain flag.</title>
<updated>2015-12-08T14:39:56+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-12-08T14:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=56fda3265bc74c2cd22ce7b912515f5d331be10b'/>
<id>56fda3265bc74c2cd22ce7b912515f5d331be10b</id>
<content type='text'>
This flag makes sub filter flush buffered data and optimizes allocation in copy
filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flag makes sub filter flush buffered data and optimizes allocation in copy
filter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Slice filter: never run subrequests when main request is buffered.</title>
<updated>2015-12-08T14:39:56+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-12-08T14:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5c1f76f0e933335784ebb4811965230ab8f20233'/>
<id>5c1f76f0e933335784ebb4811965230ab8f20233</id>
<content type='text'>
With main request buffered, it's possible, that a slice subrequest will send
output before it.  For example, while main request is waiting for aio read to
complete, a slice subrequest can start an aio operation as well.  The order
in which aio callbacks are called is undetermined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With main request buffered, it's possible, that a slice subrequest will send
output before it.  For example, while main request is waiting for aio read to
complete, a slice subrequest can start an aio operation as well.  The order
in which aio callbacks are called is undetermined.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: fixed possible segfault on renegotiation (ticket #845).</title>
<updated>2015-12-08T13:59:43+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2015-12-08T13:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=79fcf261d0b50c03ae2780b5588b59ed2eb7ad88'/>
<id>79fcf261d0b50c03ae2780b5588b59ed2eb7ad88</id>
<content type='text'>
Skip SSL_CTX_set_tlsext_servername_callback in case of renegotiation.
Do nothing in SNI callback as in this case it will be supplied with
request in c-&gt;data which isn't expected and doesn't work this way.

This was broken by b40af2fd1c16 (1.9.6) with OpenSSL master branch and LibreSSL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip SSL_CTX_set_tlsext_servername_callback in case of renegotiation.
Do nothing in SNI callback as in this case it will be supplied with
request in c-&gt;data which isn't expected and doesn't work this way.

This was broken by b40af2fd1c16 (1.9.6) with OpenSSL master branch and LibreSSL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OpenSSL and PCRE used for win32 builds.</title>
<updated>2015-12-07T17:09:34+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-07T17:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1be1e1133543dae1e3b99fc5708a0d67eaa1fd20'/>
<id>1be1e1133543dae1e3b99fc5708a0d67eaa1fd20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added slice module to win32 builds.</title>
<updated>2015-12-07T17:08:13+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-07T17:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0fd8e9faa4a086f67f2ce71e1d059e571ae95c0f'/>
<id>0fd8e9faa4a086f67f2ce71e1d059e571ae95c0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
