<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/FILEFORMAT, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>url: a short host name + port is not a scheme</title>
<updated>2018-11-06T18:11:58+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-11-04T22:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9df8dc101ba03807a3257ba0922fe4dd03c81ed3'/>
<id>9df8dc101ba03807a3257ba0922fe4dd03c81ed3</id>
<content type='text'>
The function identifying a leading "scheme" part of the URL considered a
few letters ending with a colon to be a scheme, making something like
"short:80" to become an unknown scheme instead of a short host name and
a port number.

Extended test 1560 to verify.

Also fixed test203 to use file_pwd to make it get the correct path on
windows. Removed test 2070 since it was a duplicate of 203.

Assisted-by: Marcel Raad
Reported-by: Hagai Auro
Fixes #3220
Fixes #3233
Closes #3223
Closes #3235
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function identifying a leading "scheme" part of the URL considered a
few letters ending with a colon to be a scheme, making something like
"short:80" to become an unknown scheme instead of a short host name and
a port number.

Extended test 1560 to verify.

Also fixed test203 to use file_pwd to make it get the correct path on
windows. Removed test 2070 since it was a duplicate of 203.

Assisted-by: Marcel Raad
Reported-by: Hagai Auro
Fixes #3220
Fixes #3233
Closes #3223
Closes #3235
</pre>
</div>
</content>
</entry>
<entry>
<title>axtls: removed</title>
<updated>2018-11-01T09:29:53+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-30T09:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=302d125b42ed39580fad65ad87fa376ddeaba305'/>
<id>302d125b42ed39580fad65ad87fa376ddeaba305</id>
<content type='text'>
As has been outlined in the DEPRECATE.md document, the axTLS code has
been disabled for 6 months and is hereby removed.

Use a better supported TLS library!

Assisted-by: Daniel Gustafsson
Closes #3194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As has been outlined in the DEPRECATE.md document, the axTLS code has
been disabled for 6 months and is hereby removed.

Use a better supported TLS library!

Assisted-by: Daniel Gustafsson
Closes #3194
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/FILEFORMAT: mention how to use &lt;fileN&gt; and &lt;stripfileN&gt; too</title>
<updated>2018-10-06T10:57:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-10-06T10:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6800ff471be03e2aac737bb3b8d24d8b4a9cc827'/>
<id>6800ff471be03e2aac737bb3b8d24d8b4a9cc827</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>test2100: require http2 to run</title>
<updated>2018-09-29T20:24:04+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-29T11:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0d850c0dba26c6a4c7e17a614f26111841dfffd0'/>
<id>0d850c0dba26c6a4c7e17a614f26111841dfffd0</id>
<content type='text'>
Reported-by: Marcel Raad
Fixes #3064
Closes #3065
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Marcel Raad
Fixes #3064
Closes #3065
</pre>
</div>
</content>
</entry>
<entry>
<title>http: fix for tiny "HTTP/0.9" response</title>
<updated>2018-08-13T21:16:01+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-08-13T10:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8440616f53056b2330393d1b0740c89a30376c67'/>
<id>8440616f53056b2330393d1b0740c89a30376c67</id>
<content type='text'>
Deal with tiny "HTTP/0.9" (header-less) responses by checking the
status-line early, even before a full "HTTP/" is received to allow
detecting 0.9 properly.

Test 1266 and 1267 added to verify.

Fixes #2420
Closes #2872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deal with tiny "HTTP/0.9" (header-less) responses by checking the
status-line early, even before a full "HTTP/" is received to allow
detecting 0.9 properly.

Test 1266 and 1267 added to verify.

Fixes #2420
Closes #2872
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: provide 'manual' as a feature to optionally require</title>
<updated>2018-04-29T10:49:38+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-04-28T22:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c39ed80526c5cb946e8a8892bd2c70283e93c7d0'/>
<id>c39ed80526c5cb946e8a8892bd2c70283e93c7d0</id>
<content type='text'>
... and make test 1026 rely on that feature so that --disable-manual
builds don't cause test failures.

Reported-by: Max Dymond and Anders Roxell
Fixes #2533
Closes #2540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and make test 1026 rely on that feature so that --disable-manual
builds don't cause test failures.

Reported-by: Max Dymond and Anders Roxell
Fixes #2533
Closes #2540
</pre>
</div>
</content>
</entry>
<entry>
<title>transfer: make HTTP without headers count correct body size</title>
<updated>2018-03-15T09:56:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-03-14T23:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a9a7b606c2341bb0fced33f5f00f45900beb9c8f'/>
<id>a9a7b606c2341bb0fced33f5f00f45900beb9c8f</id>
<content type='text'>
This is what "HTTP/0.9" basically looks like.

Reported on IRC

Closes #2382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is what "HTTP/0.9" basically looks like.

Reported on IRC

Closes #2382
</pre>
</div>
</content>
</entry>
<entry>
<title>sasl_getmesssage: make sure we have a long enough string to pass</title>
<updated>2017-12-05T16:05:44+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-11-30T23:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=615edc1f73090f5f876f1491f9658f6429fdf481'/>
<id>615edc1f73090f5f876f1491f9658f6429fdf481</id>
<content type='text'>
For pop3/imap/smtp, added test 891 to somewhat verify the pop3
case.

For this, I enhanced the pingpong test server to be able to send back
responses with LF-only instead of always using CRLF.

Closes #2150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For pop3/imap/smtp, added test 891 to somewhat verify the pop3
case.

For this, I enhanced the pingpong test server to be able to send back
responses with LF-only instead of always using CRLF.

Closes #2150
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add initial gssapi test using stub implementation</title>
<updated>2017-09-15T12:09:08+00:00</updated>
<author>
<name>Isaac Boukris</name>
<email>iboukris@gmail.com</email>
</author>
<published>2017-07-18T18:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=56d949d31ad182a22bd3bad25b1a902b635d549d'/>
<id>56d949d31ad182a22bd3bad25b1a902b635d549d</id>
<content type='text'>
The stub implementation is pre-loaded using LD_PRELOAD
and emulates common gssapi uses (only builds if curl is
initially built with gssapi support).

The initial tests are currently disabled for debug builds
as LD_PRELOAD is not used then.

Ref: https://github.com/curl/curl/pull/1687
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The stub implementation is pre-loaded using LD_PRELOAD
and emulates common gssapi uses (only builds if curl is
initially built with gssapi support).

The initial tests are currently disabled for debug builds
as LD_PRELOAD is not used then.

Ref: https://github.com/curl/curl/pull/1687
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests: support "threaded-resolver" as a feature</title>
<updated>2017-07-06T09:49:50+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-07-06T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=759efe7b51d1a2d5681839d6fb23b21b27de91ba'/>
<id>759efe7b51d1a2d5681839d6fb23b21b27de91ba</id>
<content type='text'>
... to let tests require it or skip if present
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to let tests require it or skip if present
</pre>
</div>
</content>
</entry>
</feed>
