<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/src, branch 1.16.0-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Using disk file to store large request body.</title>
<updated>2020-03-12T14:54:29+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=5296be0b82784eb90abc86339e6c16841e9a9727'/>
<id>5296be0b82784eb90abc86339e6c16841e9a9727</id>
<content type='text'>
This closes #386 on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes #386 on GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving request memory pool retain call after RPC data allocation.</title>
<updated>2020-03-12T14:54:24+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=08b65721e25b1b94affc12078a623a11341525d1'/>
<id>08b65721e25b1b94affc12078a623a11341525d1</id>
<content type='text'>
If the call is done only after a successful RPC data allocation, its
corresponding release call is not missed, which avoids a potential leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the call is done only after a successful RPC data allocation, its
corresponding release call is not missed, which avoids a potential leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Checking Content-Length value right after header parse.</title>
<updated>2020-03-12T14:54:19+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=0b5aabfc3f6dafa00d4cd4da595bceeefd1a1d27'/>
<id>0b5aabfc3f6dafa00d4cd4da595bceeefd1a1d27</id>
<content type='text'>
The check was moved from the request body read stage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The check was moved from the request body read stage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: implementing input readline and line iterator.</title>
<updated>2020-03-12T14:54:11+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=7c4db34b88eab0b468425186e9b3366081e24fbb'/>
<id>7c4db34b88eab0b468425186e9b3366081e24fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introducing readline function in libunit.</title>
<updated>2020-03-12T14:54:05+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2020-03-12T14:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=2454dfe876c7d761aa46f972addd3e7c97bb8d68'/>
<id>2454dfe876c7d761aa46f972addd3e7c97bb8d68</id>
<content type='text'>
Ruby and Java modules now use this function instead of own
implementations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ruby and Java modules now use this function instead of own
implementations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Round robin upstream added.</title>
<updated>2020-03-06T15:28:54+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2020-03-06T15:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=7935ea45436ea832344cec945d39a61ae91f2a69'/>
<id>7935ea45436ea832344cec945d39a61ae91f2a69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Legacy upstream code removed.</title>
<updated>2020-03-04T11:04:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2020-03-04T11:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=794248090a74f31cbfcf24ea8c835df2d4d21073'/>
<id>794248090a74f31cbfcf24ea8c835df2d4d21073</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored nxt_http_action.</title>
<updated>2020-03-04T11:03:32+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2020-03-04T11:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=643d4383fa7db466e1d80c7d8c350da4ec043f2b'/>
<id>643d4383fa7db466e1d80c7d8c350da4ec043f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed negative patterns combined with address rules.</title>
<updated>2020-03-11T14:18:39+00:00</updated>
<author>
<name>Axel Duch</name>
<email>axel.duch@nginx.com</email>
</author>
<published>2020-03-11T14:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=f302ed067017f233e41b9ca823a72d8b0fa1aa93'/>
<id>f302ed067017f233e41b9ca823a72d8b0fa1aa93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP: fixed log format in alert.</title>
<updated>2020-03-04T13:42:08+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2020-03-04T13:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=36578c7b43c5872277ba880b28a8a8a237ab7841'/>
<id>36578c7b43c5872277ba880b28a8a8a237ab7841</id>
<content type='text'>
Found by Coverity: CID 354832 and CID 354833.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by Coverity: CID 354832 and CID 354833.
</pre>
</div>
</content>
</entry>
</feed>
