<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-0.8.22</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>fix segfault if there is single large_client_header_buffers</title>
<updated>2009-11-03T18:12:20+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T18:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=51aa6dec4df9767b10464373ddec3018d797837b'/>
<id>51aa6dec4df9767b10464373ddec3018d797837b</id>
<content type='text'>
and a request line fills it completely
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and a request line fills it completely
</pre>
</div>
</content>
</entry>
<entry>
<title>fix segfault if no rules are defined, introduced in r3279</title>
<updated>2009-11-03T16:04:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T16:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=89601c0f100013c59f17d66a7b23633cc23f1501'/>
<id>89601c0f100013c59f17d66a7b23633cc23f1501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix segfault if $limit_rate was logged</title>
<updated>2009-11-03T15:05:38+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T15:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=956bdfc000787d33067008461d5522df832073e0'/>
<id>956bdfc000787d33067008461d5522df832073e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix directive name in error message: "set_realip_from" to "set_real_ip_from"</title>
<updated>2009-11-03T14:41:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T14:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=771e6776742a365be099c3bfc3e472519ceda0d4'/>
<id>771e6776742a365be099c3bfc3e472519ceda0d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix directive name in error message: "realip_from" to "set_realip_from"</title>
<updated>2009-11-03T13:45:22+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T13:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=39c9f6e487afe946f8a615c6d2da6c7a3a740d04'/>
<id>39c9f6e487afe946f8a615c6d2da6c7a3a740d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IPv6 support in ngx_http_access_module</title>
<updated>2009-11-03T13:42:45+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-03T13:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=76c941e70b915b4feba8c8c90506a9ed293f408d'/>
<id>76c941e70b915b4feba8c8c90506a9ed293f408d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize some cycles:</title>
<updated>2009-11-02T17:12:09+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-02T17:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=612ecb7674f631bd6fca1512ad633897df162845'/>
<id>612ecb7674f631bd6fca1512ad633897df162845</id>
<content type='text'>
*) delete surplus variable;
*) on i386/amd64 "while (n) / n--" is smaller than "while (n--)",
   because the platforms have no postfix operations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) delete surplus variable;
*) on i386/amd64 "while (n) / n--" is smaller than "while (n--)",
   because the platforms have no postfix operations
</pre>
</div>
</content>
</entry>
<entry>
<title>set_real_ip_from unix:</title>
<updated>2009-11-02T16:46:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-02T16:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7e4f193bb0e1cfa4128052f538dd60519cac02e4'/>
<id>7e4f193bb0e1cfa4128052f538dd60519cac02e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support IPv6 addresses in Real IP headers</title>
<updated>2009-11-02T16:24:27+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-02T16:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a9aaa4a78d99038b5c4748d7fd2637e4cd57a189'/>
<id>a9aaa4a78d99038b5c4748d7fd2637e4cd57a189</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change ngx_parse_addr() interface</title>
<updated>2009-11-02T16:11:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-02T16:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8b816d88a93bf98e0557ef4568e5ee9ab6f44bd3'/>
<id>8b816d88a93bf98e0557ef4568e5ee9ab6f44bd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
