<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src, branch release-1.7.6</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Upstream keepalive: reset c-&gt;sent on cached connections.</title>
<updated>2014-09-29T18:27:45+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-09-29T18:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=403a9efc0c1f50333b65d5c86deb80c794e45595'/>
<id>403a9efc0c1f50333b65d5c86deb80c794e45595</id>
<content type='text'>
The c-&gt;sent is reset to 0 on each request by server-side http code,
so do the same on client side.  This allows to count number of bytes
sent in a particular request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The c-&gt;sent is reset to 0 on each request by server-side http code,
so do the same on client side.  This allows to count number of bytes
sent in a particular request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: reduced number of parameters in the lookup function.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c9fbbc82731fe54f08bf53fa41677d3f1fd6fbcb'/>
<id>c9fbbc82731fe54f08bf53fa41677d3f1fd6fbcb</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: use complex value in limit_req_zone.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=021a9df15b94af3b5a524cac9c67f9f0e21c37d1'/>
<id>021a9df15b94af3b5a524cac9c67f9f0e21c37d1</id>
<content type='text'>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
with nginx configuration practice for positional parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
with nginx configuration practice for positional parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: aligned field names in structures.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=98f7d0efb2f6b6d62f4684750676ba2581f333c0'/>
<id>98f7d0efb2f6b6d62f4684750676ba2581f333c0</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: use complex value in limit_conn_zone (ticket #121).</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=dd1ae4348a58c16a16b6e70c81875a2f751f661c'/>
<id>dd1ae4348a58c16a16b6e70c81875a2f751f661c</id>
<content type='text'>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
to nginx configuration practice for positional parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
to nginx configuration practice for positional parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: removed deprecated "limit_zone" directive.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1866f15d7d938d8b78e94839b00db06df98d8cb8'/>
<id>1866f15d7d938d8b78e94839b00db06df98d8cb8</id>
<content type='text'>
It's deprecated since 260d591cb6a3 (1.1.8).  The "limit_conn_zone" directive
should be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's deprecated since 260d591cb6a3 (1.1.8).  The "limit_conn_zone" directive
should be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Syslog: improved error handling of unix domain sockets.</title>
<updated>2014-08-26T10:56:54+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2014-08-26T10:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=27fa3123f917c3af7e914d4a082fe96ef518e6f7'/>
<id>27fa3123f917c3af7e914d4a082fe96ef518e6f7</id>
<content type='text'>
If a syslog daemon is restarted and the unix socket is used, further logging
might stop to work.  In case of send error, socket is closed, forcing
a reconnection at the next logging attempt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a syslog daemon is restarted and the unix socket is used, further logging
might stop to work.  In case of send error, socket is closed, forcing
a reconnection at the next logging attempt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Syslog: enabled logging of send errors.</title>
<updated>2014-09-01T13:55:07+00:00</updated>
<author>
<name>Vladimir Homutov</name>
<email>vl@nginx.com</email>
</author>
<published>2014-09-01T13:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d79cbf15e6ba119767d2a035047ff67c19465961'/>
<id>d79cbf15e6ba119767d2a035047ff67c19465961</id>
<content type='text'>
The ngx_cycle-&gt;log is used when sending the message.  This allows to log syslog
send errors in another log.

Logging to syslog after its cleanup handler has been executed was prohibited.
Previously, this was possible from ngx_destroy_pool(), which resulted in error
messages caused by attempts to write into the closed socket.

The "processing" flag is renamed to "busy" to better match its semantics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ngx_cycle-&gt;log is used when sending the message.  This allows to log syslog
send errors in another log.

Logging to syslog after its cleanup handler has been executed was prohibited.
Previously, this was possible from ngx_destroy_pool(), which resulted in error
messages caused by attempts to write into the closed socket.

The "processing" flag is renamed to "busy" to better match its semantics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoided to add duplicate hash key in ngx_http_types_slot().</title>
<updated>2014-09-17T14:52:02+00:00</updated>
<author>
<name>Gu Feng</name>
<email>flygoast@126.com</email>
</author>
<published>2014-09-17T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bba2ce8aae96cfc81fa338dde1675397dd3bed4c'/>
<id>bba2ce8aae96cfc81fa338dde1675397dd3bed4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicate initialization of the "rev" variable.</title>
<updated>2014-09-22T15:48:23+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-22T15:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=840d205bac9a65ad0a9e78353bd773fcbc13da04'/>
<id>840d205bac9a65ad0a9e78353bd773fcbc13da04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
