<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git, branch 1.3</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Generated Dockerfiles for Unit 1.3.</title>
<updated>2018-07-13T11:45:08+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-07-13T11:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=604a904a47cb8c283b2a5515535947b3a80ace7f'/>
<id>604a904a47cb8c283b2a5515535947b3a80ace7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added version 1.3 CHANGES.</title>
<updated>2018-07-13T11:45:08+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-07-13T11:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=a1bf265d520cb8775eeb327baa3e3d85db0c052b'/>
<id>a1bf265d520cb8775eeb327baa3e3d85db0c052b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed socket write error handling.</title>
<updated>2018-07-12T15:29:22+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-07-12T15:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=bd8eacf52d22c37b2ca7e757a618aec0119467f7'/>
<id>bd8eacf52d22c37b2ca7e757a618aec0119467f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabling keep-alive connection on errors.</title>
<updated>2018-07-12T15:29:22+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-07-12T15:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5de582f6db1b005fad90e4c2895624cc09c25797'/>
<id>5de582f6db1b005fad90e4c2895624cc09c25797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug in "send_timeout" handling.</title>
<updated>2018-07-12T15:29:22+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-07-12T15:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=071412a9aeb2a14f14848399ac3104c1eb03df38'/>
<id>071412a9aeb2a14f14848399ac3104c1eb03df38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled body buffer shared memory segmentation.</title>
<updated>2018-07-12T13:06:36+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-07-12T13:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4d818a6f237a5da6c600d648158639edc7dda6f3'/>
<id>4d818a6f237a5da6c600d648158639edc7dda6f3</id>
<content type='text'>
Changeset #699 fixes shared memory allocation: continous buffer with
requested size should be allocated or function failed.  For body longer
than 10 Mb, this allocation will definitely fails.

For body buffer it is not required to send it in a single continous buffer,
so, need to request minimum reasonable amount of shared memory and try to
extend it, if possible or allocate next buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changeset #699 fixes shared memory allocation: continous buffer with
requested size should be allocated or function failed.  For body longer
than 10 Mb, this allocation will definitely fails.

For body buffer it is not required to send it in a single continous buffer,
so, need to request minimum reasonable amount of shared memory and try to
extend it, if possible or allocate next buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Go: http.Flusher implemented by unit.response.</title>
<updated>2018-07-12T12:50:43+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2018-07-12T12:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e6cd1c4257945063473d12a1eeed8d07dfe05467'/>
<id>e6cd1c4257945063473d12a1eeed8d07dfe05467</id>
<content type='text'>
This closes #133 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #133 issue on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: more php.ini options tests.</title>
<updated>2018-07-11T16:35:46+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-07-11T16:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=96a4f9f032de2ee385ba84bb3c31b437e9814686'/>
<id>96a4f9f032de2ee385ba84bb3c31b437e9814686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: more chars in header values tests.</title>
<updated>2018-07-11T16:35:36+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-07-11T16:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=223ba37ab5d81fc5f0d2ddb9a632f0d9c4db6a10'/>
<id>223ba37ab5d81fc5f0d2ddb9a632f0d9c4db6a10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: empty configuration.</title>
<updated>2018-07-11T16:35:23+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-07-11T16:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b82954a5afd40b6b3e1e5db5c464500a697dcd6a'/>
<id>b82954a5afd40b6b3e1e5db5c464500a697dcd6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
