<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, branch release-0.8.25</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>backout r3325: postpone filter is a body only filter</title>
<updated>2009-11-16T13:22:10+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-16T13:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=50a94dfbd1427951f3922329d432029094660dc6'/>
<id>50a94dfbd1427951f3922329d432029094660dc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_http_degradation_module</title>
<updated>2009-11-16T12:20:00+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-16T12:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4985109dba935fd1d8a1bc6668322c71e5804b33'/>
<id>4985109dba935fd1d8a1bc6668322c71e5804b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regex named captures</title>
<updated>2009-11-16T12:19:02+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-16T12:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c05f20ec2eace8239c53f680294c9a2154b39e7d'/>
<id>c05f20ec2eace8239c53f680294c9a2154b39e7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove subrequest test in range header, chunked, and header filters: they</title>
<updated>2009-11-16T12:13:17+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-16T12:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c0ae4716ece5e48c4e82863959d3ae9ff6693e65'/>
<id>c0ae4716ece5e48c4e82863959d3ae9ff6693e65</id>
<content type='text'>
are run after postpone filter which sends data only in main request context
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are run after postpone filter which sends data only in main request context
</pre>
</div>
</content>
</entry>
<entry>
<title>allow "proxy_pass  http://$backend" without URI part</title>
<updated>2009-11-15T11:36:12+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-15T11:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6c71b88924cc93f38e38d4dc56c5afe6bbf11524'/>
<id>6c71b88924cc93f38e38d4dc56c5afe6bbf11524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ngx_regex_exec() calling optimiztion:</title>
<updated>2009-11-13T20:41:41+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-13T20:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=950fb268a2b89f782d8f74278a3878651aa3df6f'/>
<id>950fb268a2b89f782d8f74278a3878651aa3df6f</id>
<content type='text'>
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH
*) declare ngx_regex_exec() as #define
*) optimize SSI regex a little
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH
*) declare ngx_regex_exec() as #define
*) optimize SSI regex a little
</pre>
</div>
</content>
</entry>
<entry>
<title>do not log error if $r-&gt;variable was not found</title>
<updated>2009-11-12T15:50:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-12T15:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=35b7a443a1af954156ee65d3f9b993cbe3af4376'/>
<id>35b7a443a1af954156ee65d3f9b993cbe3af4376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test frequent r-&gt;header_only before three response status</title>
<updated>2009-11-12T13:44:16+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-12T13:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0338645ecf8bad403869e41727dcf9b9ef72515e'/>
<id>0338645ecf8bad403869e41727dcf9b9ef72515e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor gzip_vary handling</title>
<updated>2009-11-12T13:41:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-12T13:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=6c49a5afcfa76ea5ed1ca5801bf955b102b2b597'/>
<id>6c49a5afcfa76ea5ed1ca5801bf955b102b2b597</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx sent gzipped responses to clients those do not support gzip,</title>
<updated>2009-11-11T21:12:41+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-11-11T21:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2c0b6f3e70a7a4c277fec04d13845f0895ff2a04'/>
<id>2c0b6f3e70a7a4c277fec04d13845f0895ff2a04</id>
<content type='text'>
if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136
</pre>
</div>
</content>
</entry>
</feed>
