<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-0.7.39</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-0.7.39-RELEASE</title>
<updated>2009-03-02T12:43:09+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-03-02T12:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=7698103c0dd4af5ff7aa81726c185eae89ca496f'/>
<id>7698103c0dd4af5ff7aa81726c185eae89ca496f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix postponed zlib memory allocation, introduced in r2411</title>
<updated>2009-03-01T19:24:11+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-03-01T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=05ee60aed99df18c1bff23dd2164bc96e6f08713'/>
<id>05ee60aed99df18c1bff23dd2164bc96e6f08713</id>
<content type='text'>
*) introduce postpone_gzipping directive
*) disable postponed gzipping by default

The r2411 commit caused hangings up on large SSIed responses
as SSI cleared buf-&gt;recycled bit on copy of recycled buf parts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) introduce postpone_gzipping directive
*) disable postponed gzipping by default

The r2411 commit caused hangings up on large SSIed responses
as SSI cleared buf-&gt;recycled bit on copy of recycled buf parts
</pre>
</div>
</content>
</entry>
<entry>
<title>fix case when the first try is shorter then URI</title>
<updated>2009-03-01T19:10:36+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-03-01T19:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=42c67dd5fba925f0fc3ef225c3c0386868a75b72'/>
<id>42c67dd5fba925f0fc3ef225c3c0386868a75b72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lower ECONNRESET level</title>
<updated>2009-02-25T14:27:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-25T14:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=288e503e92c9e8fd353e4fa829f29c8b0f467756'/>
<id>288e503e92c9e8fd353e4fa829f29c8b0f467756</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 introduced in r2486 in $sent_http_location processing</title>
<updated>2009-02-24T22:02:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T22:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3e7e9d72e512674c4faa75d92f350fbad8da7e9e'/>
<id>3e7e9d72e512674c4faa75d92f350fbad8da7e9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the previous commit</title>
<updated>2009-02-24T14:25:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T14:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=d7b3b48f0ee5cc33f44315c541fec3bf72fe4bc1'/>
<id>d7b3b48f0ee5cc33f44315c541fec3bf72fe4bc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare ngx_ptocidr() for IPv6</title>
<updated>2009-02-24T14:01:40+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T14:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=36860101ec7a3de1d337ecb6f8f3e2bfd0fb63cb'/>
<id>36860101ec7a3de1d337ecb6f8f3e2bfd0fb63cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small optimization: " == NGX_ERROR" &gt; " != NGX_OK"</title>
<updated>2009-02-24T10:42:23+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T10:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1f4220ee869152938d9140c471c37be628532344'/>
<id>1f4220ee869152938d9140c471c37be628532344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use variable for often used field</title>
<updated>2009-02-24T08:32:02+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T08:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9b4a1d00941db4b85fc2ffe7424b706b56f7133f'/>
<id>9b4a1d00941db4b85fc2ffe7424b706b56f7133f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move r-&gt;virtual_names to ngx_http_core_srv_conf_t</title>
<updated>2009-02-24T07:56:47+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-02-24T07:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fed1ca0dc7e4f5371bc15085b84fa0b3d8f8d899'/>
<id>fed1ca0dc7e4f5371bc15085b84fa0b3d8f8d899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
