<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/src, branch 1.26.0-1</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Removed the execute permission bit from "nxt_h1proto.c".</title>
<updated>2021-11-11T15:54:10+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-11-11T15:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=aed1c55a06794b6b76c1dfede6fe263f6aa9656f'/>
<id>aed1c55a06794b6b76c1dfede6fe263f6aa9656f</id>
<content type='text'>
It was accidentally added in 4645a43bc248.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was accidentally added in 4645a43bc248.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introducing application prototype processes.</title>
<updated>2021-11-09T12:48:44+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2021-11-09T12:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=e207415a78ae67b937faf7e5bcd6e5192993180a'/>
<id>e207415a78ae67b937faf7e5bcd6e5192993180a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed nxt_process_* for reuse.</title>
<updated>2021-11-09T12:48:44+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2021-11-09T12:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1de660b6df93c09719361e364211c7c6388c01ce'/>
<id>1de660b6df93c09719361e364211c7c6388c01ce</id>
<content type='text'>
This enables the reuse of process creation functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables the reuse of process creation functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.</title>
<updated>2021-11-09T12:48:44+00:00</updated>
<author>
<name>Tiago Natel de Moura</name>
<email>t.nateldemoura@f5.com</email>
</author>
<published>2021-11-09T12:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=ff6a7053f500414dc74568a4e49adbac7f0cf634'/>
<id>ff6a7053f500414dc74568a4e49adbac7f0cf634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Router: matching query string support.</title>
<updated>2021-11-05T14:56:34+00:00</updated>
<author>
<name>Zhidao HONG</name>
<email>z.hong@f5.com</email>
</author>
<published>2021-11-05T14:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=aee908bcbd6ae160ab8e470ea6a373148649968b'/>
<id>aee908bcbd6ae160ab8e470ea6a373148649968b</id>
<content type='text'>
The "query" option matches decoded arguments, including plus ('+') to
space (' ').  Like "uri", it can be a string or an array of strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "query" option matches decoded arguments, including plus ('+') to
space (' ').  Like "uri", it can be a string or an array of strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP: removed surplus check for r-&gt;args is not NULL.</title>
<updated>2021-11-05T03:19:15+00:00</updated>
<author>
<name>Zhidao HONG</name>
<email>z.hong@f5.com</email>
</author>
<published>2021-11-05T03:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=1260add0f5cacd5849640f7ee335f3ace97ade2c'/>
<id>1260add0f5cacd5849640f7ee335f3ace97ade2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Router: fixed nxt_http_route_arguments_parse().</title>
<updated>2021-11-05T03:10:03+00:00</updated>
<author>
<name>Zhidao HONG</name>
<email>z.hong@f5.com</email>
</author>
<published>2021-11-05T03:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=40ad333a9c938f73621af0f32b0f09ab634c26c0'/>
<id>40ad333a9c938f73621af0f32b0f09ab634c26c0</id>
<content type='text'>
A valid query string argument is a string of "key=value\[&amp;key=value ...\]"
pairs with non-empty keys.  The fix removes invalid empty arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A valid query string argument is a string of "key=value\[&amp;key=value ...\]"
pairs with non-empty keys.  The fix removes invalid empty arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Configuration: improved matching pattern error messages.</title>
<updated>2021-11-05T02:51:41+00:00</updated>
<author>
<name>Zhidao HONG</name>
<email>z.hong@f5.com</email>
</author>
<published>2021-11-05T02:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=85ab3f5ab53146a5db463d4aae86e8b6de71965c'/>
<id>85ab3f5ab53146a5db463d4aae86e8b6de71965c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved logging of app module load errors.</title>
<updated>2021-11-02T14:34:23+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2021-11-02T14:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b6f4b3afb1eb7d6742beb8968c902e4709c3ced7'/>
<id>b6f4b3afb1eb7d6742beb8968c902e4709c3ced7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving request limit control to libunit.</title>
<updated>2021-10-28T14:46:54+00:00</updated>
<author>
<name>Max Romanov</name>
<email>max.romanov@nginx.com</email>
</author>
<published>2021-10-28T14:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=bba97134e983541e94cf73e93900729e3a3e61fc'/>
<id>bba97134e983541e94cf73e93900729e3a3e61fc</id>
<content type='text'>
Introducting application graceful stop.  For now only used when application
process reach request limit value.

This closes #585 issue on GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introducting application graceful stop.  For now only used when application
process reach request limit value.

This closes #585 issue on GitHub.
</pre>
</div>
</content>
</entry>
</feed>
