<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src, branch release-1.7.4</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Mail: discard pipelined commands after SMTP STARTTLS.</title>
<updated>2014-08-05T08:22:07+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-08-05T08:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=44f45a54667275878236991afab0472c209dac78'/>
<id>44f45a54667275878236991afab0472c209dac78</id>
<content type='text'>
The bug had appeared in nginx 1.5.6 (04e43d03e153).

Reported by Chris Boulton.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug had appeared in nginx 1.5.6 (04e43d03e153).

Reported by Chris Boulton.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: exit on ngx_pnalloc() failure.</title>
<updated>2014-08-02T03:39:22+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-08-02T03:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1fe0f6a9b9596a9bf9cf064d405f3568de8c2ed7'/>
<id>1fe0f6a9b9596a9bf9cf064d405f3568de8c2ed7</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>Style: use ngx_free() instead of free().</title>
<updated>2014-08-02T18:27:39+00:00</updated>
<author>
<name>Tatsuhiko Kubo</name>
<email>cubicdaiya@gmail.com</email>
</author>
<published>2014-08-02T18:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f240215ba63055846e5418ab0d1577362a5f0034'/>
<id>f240215ba63055846e5418ab0d1577362a5f0034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: improved ngx_pstrdup() error handling.</title>
<updated>2014-08-01T11:04:14+00:00</updated>
<author>
<name>Tatsuhiko Kubo</name>
<email>cubicdaiya@gmail.com</email>
</author>
<published>2014-08-01T11:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=244a6a28b1dbfdc96d81f73568d5f24716660918'/>
<id>244a6a28b1dbfdc96d81f73568d5f24716660918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Status: indentation and style, no functional changes.</title>
<updated>2014-08-01T14:36:35+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2014-08-01T14:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=88132eed5438f57b61660687c5037e2643a38bed'/>
<id>88132eed5438f57b61660687c5037e2643a38bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dav: ngx_http_map_uri_to_path() errors were not checked.</title>
<updated>2014-07-30T06:45:08+00:00</updated>
<author>
<name>FengGu</name>
<email>flygoast@126.com</email>
</author>
<published>2014-07-30T06:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bfa56738af63907a719b054d0743b98ebc661d3c'/>
<id>bfa56738af63907a719b054d0743b98ebc661d3c</id>
<content type='text'>
Once error occured, it could lead to use uninitialized variables to log,
even more segmentation fault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once error occured, it could lead to use uninitialized variables to log,
even more segmentation fault.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: let it build against LibreSSL.</title>
<updated>2014-07-30T11:32:16+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-07-30T11:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9ed633b9303d3af2980cf49d145459d2ea888ec7'/>
<id>9ed633b9303d3af2980cf49d145459d2ea888ec7</id>
<content type='text'>
LibreSSL developers decided that LibreSSL is OpenSSL-2.0.0, so tests
for OpenSSL-1.0.2+ are now passing, even though the library doesn't
provide functions that are expected from that version of OpenSSL.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LibreSSL developers decided that LibreSSL is OpenSSL-2.0.0, so tests
for OpenSSL-1.0.2+ are now passing, even though the library doesn't
provide functions that are expected from that version of OpenSSL.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: let it build against BoringSSL.</title>
<updated>2014-07-30T11:32:15+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-07-30T11:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0dcfca0301d05b3d5d973c5bdcd24acd14bd2a35'/>
<id>0dcfca0301d05b3d5d973c5bdcd24acd14bd2a35</id>
<content type='text'>
This change adds support for using BoringSSL as a drop-in replacement
for OpenSSL without adding support for any of the BoringSSL-specific
features.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for using BoringSSL as a drop-in replacement
for OpenSSL without adding support for any of the BoringSSL-specific
features.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.</title>
<updated>2014-07-28T19:27:57+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-07-28T19:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a57394b3e948f5176e14880651f6ddf53214edd2'/>
<id>a57394b3e948f5176e14880651f6ddf53214edd2</id>
<content type='text'>
This is really just a prerequisite for building against BoringSSL,
which doesn't provide either of those features.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is really just a prerequisite for building against BoringSSL,
which doesn't provide either of those features.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bigger iovec buffer in ngx_readv_chain().</title>
<updated>2014-07-28T14:30:19+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-07-28T14:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5958181b1e28089a4e487511fe208f586a8b3205'/>
<id>5958181b1e28089a4e487511fe208f586a8b3205</id>
<content type='text'>
This helps to reduce likelyhood of memory allocations in ngx_readv_chain(),
which are known to lead to noticeable effects in some cases, see
http://mailman.nginx.org/pipermail/nginx/2014-July/044512.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps to reduce likelyhood of memory allocations in ngx_readv_chain(),
which are known to lead to noticeable effects in some cases, see
http://mailman.nginx.org/pipermail/nginx/2014-July/044512.html.
</pre>
</div>
</content>
</entry>
</feed>
