<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, branch release-0.5.36</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>r1979 merge:</title>
<updated>2008-05-04T10:11:23+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-05-04T10:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3dacca87f8df5f678ed967930f7e90bf255ce31c'/>
<id>3dacca87f8df5f678ed967930f7e90bf255ce31c</id>
<content type='text'>
reset looked at match
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reset looked at match
</pre>
</div>
</content>
</entry>
<entry>
<title>r1894 merge:</title>
<updated>2008-05-04T10:05:29+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-05-04T10:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=5256bf19157407a5a7d71f61d17e6b390b1d920f'/>
<id>5256bf19157407a5a7d71f61d17e6b390b1d920f</id>
<content type='text'>
fix segfault if empty stub block is used second time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix segfault if empty stub block is used second time
</pre>
</div>
</content>
</entry>
<entry>
<title>r1699, r1700, r1701, r1702, r1707 merge:</title>
<updated>2008-05-04T09:29:43+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-05-04T09:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=dbfc1e75645d07b2948c965244208ba6e10c98b3'/>
<id>dbfc1e75645d07b2948c965244208ba6e10c98b3</id>
<content type='text'>
upstream parse_header fix and optimization,
fix fastcgi_catch_stderr segfault merged in r1524:

*) return NGX_HTTP_UPSTREAM_INVALID_HEADER for invalid status
*) return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR
   in u-&gt;parse_header()
*) return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAY
   to go to a next upstream on invalid_header condition
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
   this fixes fastcgi_catch_stderr segfault
*) ngx_http_upstream_hide_headers_hash()
*) proxy/fastcgi pass_header/hide_header use
   ngx_http_upstream_hide_headers_hash()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upstream parse_header fix and optimization,
fix fastcgi_catch_stderr segfault merged in r1524:

*) return NGX_HTTP_UPSTREAM_INVALID_HEADER for invalid status
*) return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR
   in u-&gt;parse_header()
*) return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAY
   to go to a next upstream on invalid_header condition
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
   this fixes fastcgi_catch_stderr segfault
*) ngx_http_upstream_hide_headers_hash()
*) proxy/fastcgi pass_header/hide_header use
   ngx_http_upstream_hide_headers_hash()
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2008-01-08T17:50:03+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-01-08T17:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=56736e53b1dbc0b1953c3a2d6cde30e90344bbe5'/>
<id>56736e53b1dbc0b1953c3a2d6cde30e90344bbe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>r1652 merge:</title>
<updated>2008-01-08T17:09:49+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-01-08T17:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2650ae3a28332ee4fb904af8ac7513ee73fbbd34'/>
<id>2650ae3a28332ee4fb904af8ac7513ee73fbbd34</id>
<content type='text'>
use usec and pid as start value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use usec and pid as start value
</pre>
</div>
</content>
</entry>
<entry>
<title>r1632 merge:</title>
<updated>2008-01-08T16:56:14+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-01-08T16:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=27fb16140f8519d78e14333650961936bbd82d25'/>
<id>27fb16140f8519d78e14333650961936bbd82d25</id>
<content type='text'>
omit unnecessary test, because NGX_ERROR == -1,
but r-&gt;headers_out.last_modified_time != -1 at this point
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
omit unnecessary test, because NGX_ERROR == -1,
but r-&gt;headers_out.last_modified_time != -1 at this point
</pre>
</div>
</content>
</entry>
<entry>
<title>r1631 merge:</title>
<updated>2008-01-08T16:55:05+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-01-08T16:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8c9cc2f0cec6d470dde87e3612c268d55e1a3529'/>
<id>8c9cc2f0cec6d470dde87e3612c268d55e1a3529</id>
<content type='text'>
If-Range support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If-Range support
</pre>
</div>
</content>
</entry>
<entry>
<title>r1617 merge:</title>
<updated>2008-01-08T16:52:00+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2008-01-08T16:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=964df3ded5b23fc3c7d30c5f5f682aa5a60c290c'/>
<id>964df3ded5b23fc3c7d30c5f5f682aa5a60c290c</id>
<content type='text'>
set status in correct place
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set status in correct place
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2007-12-13T10:55:18+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-12-13T10:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9593436b732017a7a2ca64356499a7b9994f196c'/>
<id>9593436b732017a7a2ca64356499a7b9994f196c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>r1678, r1679 merge:</title>
<updated>2007-12-12T21:11:21+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2007-12-12T21:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0687ed071b02967d8b0079cb54c8c041a616ebab'/>
<id>0687ed071b02967d8b0079cb54c8c041a616ebab</id>
<content type='text'>
*) copy protocol value when large request line is copied,
   this fixes error "fastcgi: the request record is too big"
*) log how big fastcgi record
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) copy protocol value when large request line is copied,
   this fixes error "fastcgi: the request record is too big"
*) log how big fastcgi record
</pre>
</div>
</content>
</entry>
</feed>
