<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, branch release-1.5.12</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Added server-side support for PROXY protocol v1 (ticket #355).</title>
<updated>2014-03-17T13:41:24+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-03-17T13:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0b5f3297849c6061cf07b359e8b42768889e28cd'/>
<id>0b5f3297849c6061cf07b359e8b42768889e28cd</id>
<content type='text'>
Client address specified in the PROXY protocol header is now
saved in the $proxy_protocol_addr variable and can be used in
the realip module.

This is currently not implemented for mail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client address specified in the PROXY protocol header is now
saved in the $proxy_protocol_addr variable and can be used in
the realip module.

This is currently not implemented for mail.
</pre>
</div>
</content>
</entry>
<entry>
<title>FastCGI: f-&gt;split_parts reset on request start.</title>
<updated>2014-03-17T11:34:36+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-03-17T11:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2f917b6d0636bd62ab0dfce0cad28148b0e9b002'/>
<id>2f917b6d0636bd62ab0dfce0cad28148b0e9b002</id>
<content type='text'>
Additionally, make sure to check for errors from ngx_http_parse_header_line()
call after joining saved parts.  There shouldn't be any errors, though
check may help to catch bugs like missing f-&gt;split_parts reset.

Reported by Lucas Molas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Additionally, make sure to check for errors from ngx_http_parse_header_line()
call after joining saved parts.  There shouldn't be any errors, though
check may help to catch bugs like missing f-&gt;split_parts reset.

Reported by Lucas Molas.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gzip static: fixed NGX_CONF_FLAG misuse.</title>
<updated>2014-03-03T13:17:25+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-03-03T13:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2c0defac9b301293babf2520c0575d4a70aeee71'/>
<id>2c0defac9b301293babf2520c0575d4a70aeee71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Access: supplemented the obfuscated code with a comment.</title>
<updated>2014-02-19T17:45:27+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2014-02-19T17:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3da53f339d37f03aaf5c60119898b235ee466a48'/>
<id>3da53f339d37f03aaf5c60119898b235ee466a48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mp4: remove useless leading stsc entry in result mp4.</title>
<updated>2014-02-14T11:14:48+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-02-14T11:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1dc1b0785b89743d637fa18e6d78a4999e2cf54c'/>
<id>1dc1b0785b89743d637fa18e6d78a4999e2cf54c</id>
<content type='text'>
The fix removes useless stsc entry in result mp4.
If start_sample == n then current stsc entry should be skipped
and the result stsc should start with the next entry.
The reason for that is start_sample starts from 0, not 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix removes useless stsc entry in result mp4.
If start_sample == n then current stsc entry should be skipped
and the result stsc should start with the next entry.
The reason for that is start_sample starts from 0, not 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: fix $upstream_status variable.</title>
<updated>2014-02-12T05:54:42+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-02-12T05:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=60d508ceb9c5ad867d33b819c9dfbdf05b9eef4b'/>
<id>60d508ceb9c5ad867d33b819c9dfbdf05b9eef4b</id>
<content type='text'>
Previously, upstream's status code was overwritten with
cached response's status code when STALE or REVALIDATED
response was sent to the client.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, upstream's status code was overwritten with
cached response's status code when STALE or REVALIDATED
response was sent to the client.

Signed-off-by: Piotr Sikora &lt;piotr@cloudflare.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: the $ssl_session_reused variable.</title>
<updated>2014-02-11T15:20:25+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-02-11T15:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=381d5074677ff2b5eb27ed627d4772f51795f3e2'/>
<id>381d5074677ff2b5eb27ed627d4772f51795f3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Range filter: fixed duplicate charset.</title>
<updated>2014-02-04T13:13:35+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@nginx.com</email>
</author>
<published>2014-02-04T13:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=42c049bd2d08677ac1979c91924a7d14a0fb55c4'/>
<id>42c049bd2d08677ac1979c91924a7d14a0fb55c4</id>
<content type='text'>
If a proxied response had charset in Content-Type, the
charset was duplicated in a response to client request
with byte ranges.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a proxied response had charset in Content-Type, the
charset was duplicated in a response to client request
with byte ranges.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: support ALPN (IETF's successor to NPN).</title>
<updated>2014-01-28T23:33:49+00:00</updated>
<author>
<name>Piotr Sikora</name>
<email>piotr@cloudflare.com</email>
</author>
<published>2014-01-28T23:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5'/>
<id>4ae889c9f2c6c79402630aa2197bfbdd8cc42fd5</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>Mp4: fix seeks to standalone last chunk.</title>
<updated>2014-01-29T09:44:15+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-01-29T09:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d3e0bf306b86ac08b828886e75b8c30218a16377'/>
<id>d3e0bf306b86ac08b828886e75b8c30218a16377</id>
<content type='text'>
If seek position is within the last track chunk
and that chunk is standalone (stsc entry describes only
this chunk) such seek generates stsc seek error. The
problem is that chunk numbers start with 1, not with 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If seek position is within the last track chunk
and that chunk is standalone (stsc entry describes only
this chunk) such seek generates stsc seek error. The
problem is that chunk numbers start with 1, not with 0.
</pre>
</div>
</content>
</entry>
</feed>
