<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git, branch release-1.2.9</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>nginx-1.2.9-RELEASE</title>
<updated>2013-05-13T10:41:51+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-05-13T10:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=319966a47691dc88912e77769d1b573cdaf173dc'/>
<id>319966a47691dc88912e77769d1b573cdaf173dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed chunk size parsing.</title>
<updated>2013-05-13T09:19:28+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-05-13T09:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2265b3c2b9fefc7b2065ea160466f3a6c0b025d3'/>
<id>2265b3c2b9fefc7b2065ea160466f3a6c0b025d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump.</title>
<updated>2013-05-13T09:18:31+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-05-13T09:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0826eca58e73b932cb4e0679fe949cf8d0636dac'/>
<id>0826eca58e73b932cb4e0679fe949cf8d0636dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release-1.2.8 tag</title>
<updated>2013-04-02T12:34:39+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-04-02T12:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1618edc83f2ac49dad2d4540b62b42327392677d'/>
<id>1618edc83f2ac49dad2d4540b62b42327392677d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nginx-1.2.8-RELEASE</title>
<updated>2013-04-02T12:34:21+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-04-02T12:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e53751b157c837dab818a1e1c90f5037dfbea021'/>
<id>e53751b157c837dab818a1e1c90f5037dfbea021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r5138: use of NGX_FILE_ERROR.</title>
<updated>2013-03-29T18:18:42+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-03-29T18:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e693243a9f0382486b74fe9ca4248f9e4eca507e'/>
<id>e693243a9f0382486b74fe9ca4248f9e4eca507e</id>
<content type='text'>
Use NGX_FILE_ERROR for handling file operations errors.

On Win32 platforms 0 is used to indicate errors in file operations, so
comparing against either -1 or NGX_OK is not portable.

This was not much of an issue in patched code, since only ngx_fd_info() test
is actually reachable on Win32 and in worst case it might result in bogus
error log entry.

Patch by Piotr Sikora.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use NGX_FILE_ERROR for handling file operations errors.

On Win32 platforms 0 is used to indicate errors in file operations, so
comparing against either -1 or NGX_OK is not portable.

This was not much of an issue in patched code, since only ngx_fd_info() test
is actually reachable on Win32 and in worst case it might result in bogus
error log entry.

Patch by Piotr Sikora.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r5133, r5134: peer.free() and peer.get() balance.</title>
<updated>2013-03-29T18:16:27+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-03-29T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4e2bbc23c1564ac1458dc17c5c6c38ca52ae012d'/>
<id>4e2bbc23c1564ac1458dc17c5c6c38ca52ae012d</id>
<content type='text'>
*) Upstream: only call peer.free() if peer.get() selected a peer.

*) Upstream: removed double-free workarounds in peer.free() methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) Upstream: only call peer.free() if peer.get() selected a peer.

*) Upstream: removed double-free workarounds in peer.free() methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r5130, r5131, r5132: support for Mercurial repositories.</title>
<updated>2013-03-29T18:09:06+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-03-29T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f064449ea7067b2efe537c31c43657cd5aa6488a'/>
<id>f064449ea7067b2efe537c31c43657cd5aa6488a</id>
<content type='text'>
*) Misc: switch to single export operation in "zip" target.

   While exporting parts of the tree might be better in some cases, it
   is awfully slow overseas, and also requires unlocking ssh key multiple
   times.  Exporting the whole repo and removing directories not needed for
   zip is faster here.

   It is also a required step before we can switch to Mercurial.

*) Misc: removed unused "snapshot" target.

*) Misc: support for Mercurial repositories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*) Misc: switch to single export operation in "zip" target.

   While exporting parts of the tree might be better in some cases, it
   is awfully slow overseas, and also requires unlocking ssh key multiple
   times.  Exporting the whole repo and removing directories not needed for
   zip is faster here.

   It is also a required step before we can switch to Mercurial.

*) Misc: removed unused "snapshot" target.

*) Misc: support for Mercurial repositories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r5129: split clients configuration parsing.</title>
<updated>2013-03-29T17:59:41+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-03-29T17:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c644b3d4c48c0f47cb88612cb02bd17c6b13495a'/>
<id>c644b3d4c48c0f47cb88612cb02bd17c6b13495a</id>
<content type='text'>
Split clients: check length when parsing configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split clients: check length when parsing configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge of r5127: language in a comment.</title>
<updated>2013-03-29T17:53:47+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2013-03-29T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b6f9a758ea9e22cc1dafc7f0f7ad8039d28ee58e'/>
<id>b6f9a758ea9e22cc1dafc7f0f7ad8039d28ee58e</id>
<content type='text'>
Fixed language in a comment preceding ngx_http_index_handler().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed language in a comment preceding ngx_http_index_handler().
</pre>
</div>
</content>
</entry>
</feed>
