<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-0.5.0</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>upstream choice modules</title>
<updated>2006-12-04T16:46:13+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-12-04T16:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3d2fd18a3935a7f1b68f14aa95990eef8841acad'/>
<id>3d2fd18a3935a7f1b68f14aa95990eef8841acad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the PERL_NO_GET_CONTEXT is actually required, see perlguts</title>
<updated>2006-11-28T13:20:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-28T13:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=90d7bb2b13c2e3133300939734e202c9686a8f64'/>
<id>90d7bb2b13c2e3133300939734e202c9686a8f64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>axe old % log format</title>
<updated>2006-11-27T14:46:15+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-27T14:46:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a8c54c082cfe3dfaeca89f07a0cebd7b92fba28b'/>
<id>a8c54c082cfe3dfaeca89f07a0cebd7b92fba28b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.5.0</title>
<updated>2006-11-27T14:34:42+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-27T14:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f9ad2f1545854909fe3656ca35f8fa6ea05b4773'/>
<id>f9ad2f1545854909fe3656ca35f8fa6ea05b4773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add comment</title>
<updated>2006-11-26T16:56:41+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-26T16:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9a29d129f20873f4de4553eab00b869815a75bac'/>
<id>9a29d129f20873f4de4553eab00b869815a75bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix segfaults in future workers those will use old configuration,</title>
<updated>2006-11-26T15:35:02+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-26T15:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=36d520d686b2109f1fcece8a4bdeb044b49e791a'/>
<id>36d520d686b2109f1fcece8a4bdeb044b49e791a</id>
<content type='text'>
if new configuration failed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if new configuration failed
</pre>
</div>
</content>
</entry>
<entry>
<title>Axe several perl interpreter instances: they may be useful in currently</title>
<updated>2006-11-26T14:35:27+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-26T14:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=f9b7db5aaa366852f0c58111ac1a1ddfdee8210e'/>
<id>f9b7db5aaa366852f0c58111ac1a1ddfdee8210e</id>
<content type='text'>
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
   and nginx stash in new interpreter context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
   and nginx stash in new interpreter context.
</pre>
</div>
</content>
</entry>
<entry>
<title>add debug logging</title>
<updated>2006-11-25T23:27:34+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-25T23:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ac6e1c1254a42954409f7fa8feeaaa8a040c8bd9'/>
<id>ac6e1c1254a42954409f7fa8feeaaa8a040c8bd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix recursive perl_set variable call</title>
<updated>2006-11-25T23:27:06+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-25T23:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fab5acdd281c87bafded9f4fa97e494ce944098c'/>
<id>fab5acdd281c87bafded9f4fa97e494ce944098c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>it seems the PERL_NO_GET_CONTEXT was needed to disable warnings only</title>
<updated>2006-11-25T23:24:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2006-11-25T23:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b5602b113ab5902035a54d5e06e8511b6f5380a2'/>
<id>b5602b113ab5902035a54d5e06e8511b6f5380a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
