<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/stream, branch release-1.9.3</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Stream: renamed rate limiting directives.</title>
<updated>2015-07-14T16:38:13+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-07-14T16:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f1dbcf61a2bf31e20f1390fd3e10b8f803311780'/>
<id>f1dbcf61a2bf31e20f1390fd3e10b8f803311780</id>
<content type='text'>
The directive proxy_downstream_limit_rate is now called proxy_upload_rate.
The directive proxy_upstream_limit_rate is now called proxy_download_rate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The directive proxy_downstream_limit_rate is now called proxy_upload_rate.
The directive proxy_upstream_limit_rate is now called proxy_download_rate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: fixed possible integer overflow in rate limiting.</title>
<updated>2015-07-02T14:20:29+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2015-07-02T14:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cd17f869cf2c9a72cf90e67afec0271a8ff12f10'/>
<id>cd17f869cf2c9a72cf90e67afec0271a8ff12f10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: fixed MSVC compilation warning.</title>
<updated>2015-07-02T14:15:32+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-07-02T14:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=035732696d21e83ece031d520eb780dcf036a266'/>
<id>035732696d21e83ece031d520eb780dcf036a266</id>
<content type='text'>
Thanks to itpp2012.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to itpp2012.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: upstream "connected" flag.</title>
<updated>2015-06-25T09:36:52+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-06-25T09:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f81ae4e39234526d259d6ecdd62a09cad6f7adce'/>
<id>f81ae4e39234526d259d6ecdd62a09cad6f7adce</id>
<content type='text'>
Once upstream is connected, the upstream buffer is allocated.  Previously, the
proxy module used the buffer allocation status to check if upstream is
connected.  Now it's enough to check the flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once upstream is connected, the upstream buffer is allocated.  Previously, the
proxy module used the buffer allocation status to check if upstream is
connected.  Now it's enough to check the flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: upstream and downstream limit rates.</title>
<updated>2015-06-23T17:17:48+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-06-23T17:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=74942045d5ee7a6955ffb5e1d38e534721b04137'/>
<id>74942045d5ee7a6955ffb5e1d38e534721b04137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: common handler for upstream and downstream.</title>
<updated>2015-06-23T17:17:47+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-06-23T17:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=62959c91337c3c2ff88a9785cef1a8db8efc4457'/>
<id>62959c91337c3c2ff88a9785cef1a8db8efc4457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.</title>
<updated>2015-06-18T10:36:41+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2015-06-18T10:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=130396928a3537133c905c562fad83a847d93608'/>
<id>130396928a3537133c905c562fad83a847d93608</id>
<content type='text'>
Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: fixed shared upstreams on win32.</title>
<updated>2015-06-15T21:43:00+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-06-15T21:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1e94ab0db02ec1aeb8e386539ff61ffd3ccf4fdf'/>
<id>1e94ab0db02ec1aeb8e386539ff61ffd3ccf4fdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream: connection limiting module.</title>
<updated>2015-06-18T11:17:30+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-06-18T11:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=14ff3d4f87c049ff4446efe067fbfe85d5ae18ab'/>
<id>14ff3d4f87c049ff4446efe067fbfe85d5ae18ab</id>
<content type='text'>
stream {
    limit_conn_zone $binary_remote_addr zone=perip:1m;
    limit_conn_log_level error;

    server {
        ...
        limit_conn perip 1;
    }
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stream {
    limit_conn_zone $binary_remote_addr zone=perip:1m;
    limit_conn_log_level error;

    server {
        ...
        limit_conn perip 1;
    }
}
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled duplicate http, mail, and stream blocks.</title>
<updated>2015-06-16T20:28:38+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-06-16T20:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b7a8f2a08f6a2f777de5e0cef85aed615a9f057d'/>
<id>b7a8f2a08f6a2f777de5e0cef85aed615a9f057d</id>
<content type='text'>
Such configurations have very limited use, introduce various problems and
are not officially supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Such configurations have very limited use, introduce various problems and
are not officially supported.
</pre>
</div>
</content>
</entry>
</feed>
