<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, branch release-0.5.32</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>r1500 merge:</title>
<updated>2007-09-23T19:30:51+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8f88206ad297428fe24489b3f30de0c8fb04d4d3'/>
<id>8f88206ad297428fe24489b3f30de0c8fb04d4d3</id>
<content type='text'>
fix file leak for HEAD requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix file leak for HEAD requests
</pre>
</div>
</content>
</entry>
<entry>
<title>r1489 merge:</title>
<updated>2007-09-23T19:28:29+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d0a42bbb58223e164abe75c662bc2ba7f7720334'/>
<id>d0a42bbb58223e164abe75c662bc2ba7f7720334</id>
<content type='text'>
the "proxy_hide_header" and "fastcgi_hide_header" directives did not
hide response header lines whose name was longer than 32 characters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the "proxy_hide_header" and "fastcgi_hide_header" directives did not
hide response header lines whose name was longer than 32 characters
</pre>
</div>
</content>
</entry>
<entry>
<title>r1445 merge:</title>
<updated>2007-09-23T19:26:53+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=72c8eb8baf0e29ce8d3dc809cb760e08d52caf0b'/>
<id>72c8eb8baf0e29ce8d3dc809cb760e08d52caf0b</id>
<content type='text'>
allow to append charset to the "Content-Type" header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow to append charset to the "Content-Type" header
</pre>
</div>
</content>
</entry>
<entry>
<title>r1472 merge:</title>
<updated>2007-09-23T19:24:13+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=74d4ee601e6ba651b19fd94ca03d59bf75fb6ebc'/>
<id>74d4ee601e6ba651b19fd94ca03d59bf75fb6ebc</id>
<content type='text'>
response to the HEAD request should be a header only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
response to the HEAD request should be a header only
</pre>
</div>
</content>
</entry>
<entry>
<title>r1467 merge:</title>
<updated>2007-09-23T19:19:14+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=53acfdb9b8874d1147075322ecab7744695c8409'/>
<id>53acfdb9b8874d1147075322ecab7744695c8409</id>
<content type='text'>
escape internal request URI in proxy_pass
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
escape internal request URI in proxy_pass
</pre>
</div>
</content>
</entry>
<entry>
<title>r1453 merge:</title>
<updated>2007-09-23T19:15:42+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-23T19:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ab605f1ac0fd925fac542036db3c50e786a255f1'/>
<id>ab605f1ac0fd925fac542036db3c50e786a255f1</id>
<content type='text'>
change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderr
</pre>
</div>
</content>
</entry>
<entry>
<title>r1407 merge:</title>
<updated>2007-09-22T19:18:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-22T19:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1f1bdc12b3aa1af224909ef8585a77c86d9d1ac5'/>
<id>1f1bdc12b3aa1af224909ef8585a77c86d9d1ac5</id>
<content type='text'>
use %v for ngx_variable_value_t in ngx_sprintf(),
this fixes nginx on FreeBSD/sparc64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use %v for ngx_variable_value_t in ngx_sprintf(),
this fixes nginx on FreeBSD/sparc64
</pre>
</div>
</content>
</entry>
<entry>
<title>r1381 merge:</title>
<updated>2007-09-22T19:02:39+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-22T19:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=72963cd4e7e7efa954162066fbe1506208698106'/>
<id>72963cd4e7e7efa954162066fbe1506208698106</id>
<content type='text'>
ignore meaningless bits in CIDR and warn about them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ignore meaningless bits in CIDR and warn about them
</pre>
</div>
</content>
</entry>
<entry>
<title>r1364, r1365, r1366, r1367 merge:</title>
<updated>2007-09-22T18:54:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-22T18:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a3f8dc8c7fe6f75046431b86fd927627f92c6f4e'/>
<id>a3f8dc8c7fe6f75046431b86fd927627f92c6f4e</id>
<content type='text'>
add_header changes:
"Last-Modified", "Cache-Control" and "Expires" headers use specific handlers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add_header changes:
"Last-Modified", "Cache-Control" and "Expires" headers use specific handlers
</pre>
</div>
</content>
</entry>
<entry>
<title>r1340, r1341 merge:</title>
<updated>2007-09-22T18:44:30+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-09-22T18:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0688e927d6f1ecb75155203711cbb73ad07d5345'/>
<id>0688e927d6f1ecb75155203711cbb73ad07d5345</id>
<content type='text'>
fix case when two directives
    proxy_pass   http://backend;
    proxy_pass   https://backend;
both use one port - 80 or 443, that was defined first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix case when two directives
    proxy_pass   http://backend;
    proxy_pass   https://backend;
both use one port - 80 or 443, that was defined first.
</pre>
</div>
</content>
</entry>
</feed>
