<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-1.9.0</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Core: the ngx_set_connection_log() macro.</title>
<updated>2015-04-25T19:44:02+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2015-04-25T19:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=df555ffce6fe6416cc874dcd69a64584c6c7f5e8'/>
<id>df555ffce6fe6416cc874dcd69a64584c6c7f5e8</id>
<content type='text'>
The http and stream versions of this macro were identical.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The http and stream versions of this macro were identical.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge proxy_protocol setting of listen directives.</title>
<updated>2015-04-24T07:54:06+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2015-04-24T07:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d61f21c5e8735da57fb1e1c1a91103e71f5c6207'/>
<id>d61f21c5e8735da57fb1e1c1a91103e71f5c6207</id>
<content type='text'>
It's now enough to specify proxy_protocol option in one listen directive to
enable it in all servers listening on the same address/port.  Previously,
the setting from the first directive was always used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's now enough to specify proxy_protocol option in one listen directive to
enable it in all servers listening on the same address/port.  Previously,
the setting from the first directive was always used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the obsolete rtsig module.</title>
<updated>2015-04-23T11:17:40+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-23T11:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=33b8e5bc0698c96177a69aa783375aa47ac980d1'/>
<id>33b8e5bc0698c96177a69aa783375aa47ac980d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the obsolete aio module.</title>
<updated>2015-04-22T15:57:32+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-22T15:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c1882d9f3f05f39468ebbc00c5f21f01ec691fd9'/>
<id>c1882d9f3f05f39468ebbc00c5f21f01ec691fd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: allow multiple upstreams to use the same shared zone.</title>
<updated>2015-04-22T15:37:34+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-22T15:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=25ddb49dbe00561d63242f6d2fcef43bfc7214c4'/>
<id>25ddb49dbe00561d63242f6d2fcef43bfc7214c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Memcached: enabled ranges.</title>
<updated>2015-04-21T19:04:36+00:00</updated>
<author>
<name>Martin Mlynář</name>
<email>nexus@smoula.net</email>
</author>
<published>2015-04-21T19:04:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=958d4a0b1fb294018f86ef86f5bfd52b67bd4b67'/>
<id>958d4a0b1fb294018f86ef86f5bfd52b67bd4b67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: simplified ip_hash and hash peer selection code.</title>
<updated>2015-04-21T16:09:04+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-21T16:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=673941f81dfc724f9d98d1d1c0e50c8e08e3e327'/>
<id>673941f81dfc724f9d98d1d1c0e50c8e08e3e327</id>
<content type='text'>
Now that peers are stored as a list, the weighted and unweighted
cases became nearly identical.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that peers are stored as a list, the weighted and unweighted
cases became nearly identical.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: removed check for unknown limit_req_zone.</title>
<updated>2015-04-20T13:54:41+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2015-04-20T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1ff5515e70eab7d580016be710dc8ac5af0ba4fd'/>
<id>1ff5515e70eab7d580016be710dc8ac5af0ba4fd</id>
<content type='text'>
With 48b3d5ddfb03, it's possible to specify limit_req_zone after limit_req.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With 48b3d5ddfb03, it's possible to specify limit_req_zone after limit_req.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: fixed unlocked access to peer-&gt;conns.</title>
<updated>2015-04-19T19:41:09+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-19T19:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a2dac51398b4442437bccbdf01c103ae958600a7'/>
<id>a2dac51398b4442437bccbdf01c103ae958600a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: get rid of questionable micro-optimization in ip_hash.</title>
<updated>2015-04-16T17:09:11+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2015-04-16T17:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7c44e3922017de131e419d58b4346cd70e667ce8'/>
<id>7c44e3922017de131e419d58b4346cd70e667ce8</id>
<content type='text'>
If a peer was initially skipped due to max_fails, there's no reason
not to try it again if enough time has passed, and the next_upstream
logic is in action.

This also reduces diffs with NGINX Plus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a peer was initially skipped due to max_fails, there's no reason
not to try it again if enough time has passed, and the next_upstream
logic is in action.

This also reduces diffs with NGINX Plus.
</pre>
</div>
</content>
</entry>
</feed>
