<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unit.git/test, branch 1.6</title>
<subtitle>Universal Web Application Server</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/'/>
<entry>
<title>Tests: print path to unit.log file when it was saved.</title>
<updated>2018-11-13T15:56:18+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-13T15:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=cf1f84b67c50156dc371e834bbdfd49c105abb25'/>
<id>cf1f84b67c50156dc371e834bbdfd49c105abb25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: leave unit.log in case of error or failure.</title>
<updated>2018-11-13T15:51:55+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-11-13T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=4d7f708b258e9fb4280883b4f64700367dcbb40d'/>
<id>4d7f708b258e9fb4280883b4f64700367dcbb40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: provide openssl.conf in test_tls_certificate_key_ec.</title>
<updated>2018-10-18T15:46:21+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@nginx.com</email>
</author>
<published>2018-10-18T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=3061e8333db784619d982b618c9792ec8da36e3a'/>
<id>3061e8333db784619d982b618c9792ec8da36e3a</id>
<content type='text'>
Previously, test failed if openssl was unable to load config info,
or the system's openssl.cnf was picked up, which is wrong as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, test failed if openssl was unable to load config info,
or the system's openssl.cnf was picked up, which is wrong as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed "go" application type to "external".</title>
<updated>2018-10-09T14:53:31+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-10-09T14:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=029c1a9f509b2af60e02d74ef982fda1346d85e0'/>
<id>029c1a9f509b2af60e02d74ef982fda1346d85e0</id>
<content type='text'>
There's nothing specific to Go language.  This type of application object can
be used to run any external application that utilizes libunit API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's nothing specific to Go language.  This type of application object can
be used to run any external application that utilizes libunit API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled chunked transfer encoding for 204 responses.</title>
<updated>2018-09-28T14:32:02+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2018-09-28T14:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=b5d4fc939edca5ea5858b66d5fcf789b660df243'/>
<id>b5d4fc939edca5ea5858b66d5fcf789b660df243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: TLS tests.</title>
<updated>2018-09-20T13:34:34+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-09-20T13:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=d0e428aace21c7b3462afacde6955fb1017596db'/>
<id>d0e428aace21c7b3462afacde6955fb1017596db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: adjusted input.read(size) argument value interpretation.</title>
<updated>2018-09-20T13:04:49+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2018-09-20T13:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=510c2e15c5b55a48f15f0ba680c5e82a2db5456f'/>
<id>510c2e15c5b55a48f15f0ba680c5e82a2db5456f</id>
<content type='text'>
Previously, passing 0 resulted in reading the whole body and all negative
values raised an exception.

Now the behaviour is in consistentance with io.RawIOBase.read() interface,
and passing 0 returns empty (byte) string, while -1 results in reading the
whole body.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, passing 0 resulted in reading the whole body and all negative
values raised an exception.

Now the behaviour is in consistentance with io.RawIOBase.read() interface,
and passing 0 returns empty (byte) string, while -1 results in reading the
whole body.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: test_settings_header_read_timeout_update adjusted.</title>
<updated>2018-09-17T16:07:29+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-09-17T16:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=8065ba84aa490d1d50b4089d6102dfce6fbbfca9'/>
<id>8065ba84aa490d1d50b4089d6102dfce6fbbfca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: used relative path for configuration.</title>
<updated>2018-09-06T17:18:33+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-09-06T17:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=511a0fa7605e61f90e524edfbcbefa230573e32f'/>
<id>511a0fa7605e61f90e524edfbcbefa230573e32f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: fixed test_settings_header_read_timeout_update.</title>
<updated>2018-09-03T23:30:27+00:00</updated>
<author>
<name>Andrey Zelenkov</name>
<email>zelenkov@nginx.com</email>
</author>
<published>2018-09-03T23:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/unit.git/commit/?id=58d23eb5b4cc15a11fa4550dc165b6be4797525a'/>
<id>58d23eb5b4cc15a11fa4550dc165b6be4797525a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
