<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-0.8.15</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>test space between "~" and regex in server_name and invalid_referers</title>
<updated>2009-09-14T09:48:48+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-14T09:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=be9d1650644e54e10ef36d6160b8149128929147'/>
<id>be9d1650644e54e10ef36d6160b8149128929147</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle "/../" case more reliably</title>
<updated>2009-09-14T07:42:01+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-14T07:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=97aa4c86a1e6b70f3d48bc9ddad921cbee7ceea5'/>
<id>97aa4c86a1e6b70f3d48bc9ddad921cbee7ceea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix request counter for X-Accel-Redirect, the bug was introduced in r3050</title>
<updated>2009-09-13T13:45:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-13T13:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=12a7d493d49efacd88c1a0dd0bb2e5b4216a801f'/>
<id>12a7d493d49efacd88c1a0dd0bb2e5b4216a801f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix case when the output filter should add incoming buffers</title>
<updated>2009-09-13T06:28:17+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-13T06:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=84b20ca18b07c4f27d3ae7a9b3660b184b051057'/>
<id>84b20ca18b07c4f27d3ae7a9b3660b184b051057</id>
<content type='text'>
while waiting on file AIO completion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
while waiting on file AIO completion
</pre>
</div>
</content>
</entry>
<entry>
<title>fix transparency in GIF</title>
<updated>2009-09-12T09:46:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-12T09:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=79b8049de4f10e2536f18110834620eb1b50b6ab'/>
<id>79b8049de4f10e2536f18110834620eb1b50b6ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If .domain.com, .sub.domain.com, and .domain-some.com were defined,</title>
<updated>2009-09-12T09:28:37+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-12T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=96e36ef25243d7f49d821dbf8e47937ddbdea3f6'/>
<id>96e36ef25243d7f49d821dbf8e47937ddbdea3f6</id>
<content type='text'>
then .sub.domain.com was matched by .domain.com: wildcard names hash
was built incorrectly due to sorting order issue of "." vs "-".
They were sorted as
    com.domain  com.domain-some  com.domain.sub
while they should be sorted as
    com.domain  com.domain.sub   com.domain-some
for correct hash building
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
then .sub.domain.com was matched by .domain.com: wildcard names hash
was built incorrectly due to sorting order issue of "." vs "-".
They were sorted as
    com.domain  com.domain-some  com.domain.sub
while they should be sorted as
    com.domain  com.domain.sub   com.domain-some
for correct hash building
</pre>
</div>
</content>
</entry>
<entry>
<title>style fix</title>
<updated>2009-09-11T13:57:50+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-11T13:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e0f1d0afcce898cbf2a40a7bad36e7faaa904702'/>
<id>e0f1d0afcce898cbf2a40a7bad36e7faaa904702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix request counter for rewrite or internal redirection cycle,</title>
<updated>2009-09-10T16:34:09+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-10T16:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=526f36aab838d5fb12c4e003b145f2340254dca1'/>
<id>526f36aab838d5fb12c4e003b145f2340254dca1</id>
<content type='text'>
the bug was introduced in r3050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug was introduced in r3050
</pre>
</div>
</content>
</entry>
<entry>
<title>increase request counter before an upstream cleanup because the cleanup</title>
<updated>2009-09-08T11:37:50+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-08T11:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3e751480b2deaa171e319da5f068eb22389a7aa7'/>
<id>3e751480b2deaa171e319da5f068eb22389a7aa7</id>
<content type='text'>
decreases the counter via ngx_http_finalize_request(r, NGX_DONE),
the bug was introduced in r3050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
decreases the counter via ngx_http_finalize_request(r, NGX_DONE),
the bug was introduced in r3050
</pre>
</div>
</content>
</entry>
<entry>
<title>fix request counter handling in perl module for $r-&gt;internal_redirect()</title>
<updated>2009-09-08T11:33:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-09-08T11:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4d4b2a1b40e1f0b5f669f05cfa22beaeb4f4c2f9'/>
<id>4d4b2a1b40e1f0b5f669f05cfa22beaeb4f4c2f9</id>
<content type='text'>
and $r-&gt;has_request_body(), the bug was introduced in r3050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and $r-&gt;has_request_body(), the bug was introduced in r3050
</pre>
</div>
</content>
</entry>
</feed>
