<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.0.1</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.0.1-RELEASE</title>
<updated>2011-05-03T12:12:04+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-05-03T12:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=62780ab38d32429dc1aede9ee472e48bb518c5da'/>
<id>62780ab38d32429dc1aede9ee472e48bb518c5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test zero value in an "if" directive consistently with predicates fixed in r3894</title>
<updated>2011-05-03T09:52:27+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-05-03T09:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=eecc540da802ead2c784a1c5e655b285cc248b72'/>
<id>eecc540da802ead2c784a1c5e655b285cc248b72</id>
<content type='text'>
thanks to Maxim Dounin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to Maxim Dounin
</pre>
</div>
</content>
</entry>
<entry>
<title>revert r3864, it may cause kernel panic on some kernels while working with IPv6</title>
<updated>2011-04-23T17:27:55+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-23T17:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2bd01a0f0196d7915e8bf54f4966ad240593564b'/>
<id>2bd01a0f0196d7915e8bf54f4966ad240593564b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix building by gcc 4.6 without --with-debug</title>
<updated>2011-04-23T17:25:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-23T17:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=efde3eb92e00cd8d181ac13b8f5a2f58ec4c0460'/>
<id>efde3eb92e00cd8d181ac13b8f5a2f58ec4c0460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix r3822</title>
<updated>2011-04-23T13:15:56+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-23T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1143d00a160d919c3bd32481c565173bfd153402'/>
<id>1143d00a160d919c3bd32481c565173bfd153402</id>
<content type='text'>
Solaris strerror() invalid error code behaviour depends on version:
    Solaris 10 returns "Unknown error" and sets errno to EINVAL,
    Solaris 9 returns "Unknown error" and leaves errno intact,
    Solaris 2 returns NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solaris strerror() invalid error code behaviour depends on version:
    Solaris 10 returns "Unknown error" and sets errno to EINVAL,
    Solaris 9 returns "Unknown error" and leaves errno intact,
    Solaris 2 returns NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>style fix: remove trailing spaces</title>
<updated>2011-04-23T13:11:17+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-23T13:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c37192b537bf99e385ce488d7c9b985ae5d130b5'/>
<id>c37192b537bf99e385ce488d7c9b985ae5d130b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more precise stat.st_blocks to account cache size on Unix</title>
<updated>2011-04-22T10:06:43+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-22T10:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ef1f33b0db5a69afeb4272668089ed5f760aea68'/>
<id>ef1f33b0db5a69afeb4272668089ed5f760aea68</id>
<content type='text'>
instead of file length rounded to a file system block size.
There is no similar way on Windows, so rounding to a cache-&gt;bsize is kept.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of file length rounded to a file system block size.
There is no similar way on Windows, so rounding to a cache-&gt;bsize is kept.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow to use $upstream_... variables in SSI</title>
<updated>2011-04-21T10:07:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-21T10:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=64efecc2b5e6824422703a4fd5106c70d4704ef0'/>
<id>64efecc2b5e6824422703a4fd5106c70d4704ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix r3713</title>
<updated>2011-04-19T12:29:16+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-19T12:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=423ee58e76ebb2b444358a3ff6422b7fee7437e0'/>
<id>423ee58e76ebb2b444358a3ff6422b7fee7437e0</id>
<content type='text'>
thanks to Igor A. Valcov
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to Igor A. Valcov
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the previous commit</title>
<updated>2011-04-17T15:28:05+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2011-04-17T15:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f771ce98639c4f3df46a3793d9f6e0cc87d4dafe'/>
<id>f771ce98639c4f3df46a3793d9f6e0cc87d4dafe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
