<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests, branch bagder/configure-dis-https-proxy</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>ftp: make a 552 response return CURLE_REMOTE_DISK_FULL</title>
<updated>2020-09-26T11:37:15+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a4c7245998af59dbc16f267fd5f000f2950ba4f'/>
<id>4a4c7245998af59dbc16f267fd5f000f2950ba4f</id>
<content type='text'>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</pre>
</div>
</content>
</entry>
<entry>
<title>test163[12]: require http to be built-in to run</title>
<updated>2020-09-25T12:29:45+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T11:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=11522d7292496455bc992aa3f8274ced2edab772'/>
<id>11522d7292496455bc992aa3f8274ced2edab772</id>
<content type='text'>
... as speaking over an HTTPS proxy implies http!

Closes #6014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... as speaking over an HTTPS proxy implies http!

Closes #6014
</pre>
</div>
</content>
</entry>
<entry>
<title>imap: make imap_send use dynbuf for the send buffer management</title>
<updated>2020-09-25T06:35:01+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-24T21:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c4693adc62e44e7abaa6a8aa2180693bcf120b43'/>
<id>c4693adc62e44e7abaa6a8aa2180693bcf120b43</id>
<content type='text'>
Reuses the buffer and thereby reduces number of mallocs over a transfer.

Closes #6010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reuses the buffer and thereby reduces number of mallocs over a transfer.

Closes #6010
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: separate FTPS from FTP over "HTTPS proxy"</title>
<updated>2020-09-24T12:09:20+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T07:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1397a7de6e312e019a3b339f855ba0a5cafa9127'/>
<id>1397a7de6e312e019a3b339f855ba0a5cafa9127</id>
<content type='text'>
When using HTTPS proxy, SSL is used but not in the view of the FTP
protocol handler itself so separate the connection's use of SSL from the
FTP control connection's sue.

Reported-by: Mingtao Yang
Fixes #5523
Closes #6006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using HTTPS proxy, SSL is used but not in the view of the FTP
protocol handler itself so separate the connection's use of SSL from the
FTP control connection's sue.

Reported-by: Mingtao Yang
Fixes #5523
Closes #6006
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/data: Fix some mismatched XML tags in test cases</title>
<updated>2020-09-23T21:53:26+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2020-09-23T21:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=93653ef9e2fd5d35a7972734a52957bb222f878a'/>
<id>93653ef9e2fd5d35a7972734a52957bb222f878a</id>
<content type='text'>
This allows these test files to pass xmllint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows these test files to pass xmllint.
</pre>
</div>
</content>
</entry>
<entry>
<title>symbian: drop support</title>
<updated>2020-09-22T13:14:12+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T12:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3d64031fa7a80ac4ae3fd09a5939196268b92f81'/>
<id>3d64031fa7a80ac4ae3fd09a5939196268b92f81</id>
<content type='text'>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.

The public headers are unmodified.

Closes #5989
</pre>
</div>
</content>
</entry>
<entry>
<title>test1297: verify GOT_NOTHING with http proxy tunnel</title>
<updated>2020-09-22T08:54:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-22T06:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3e80895da7becba2d3fbfaaa6db222a1974467d3'/>
<id>3e80895da7becba2d3fbfaaa6db222a1974467d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test3015: verify stdout "as text"</title>
<updated>2020-09-15T20:51:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2cc685724783195f04cf5abebb685354503439c6'/>
<id>2cc685724783195f04cf5abebb685354503439c6</id>
<content type='text'>
Follow-up from 0c1e767e83e to please win32 tests

Closes #5962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up from 0c1e767e83e to please win32 tests

Closes #5962
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/FILEFORMAT: document type=shell for &lt;command&gt;</title>
<updated>2020-09-15T13:42:56+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T13:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=304aeace1b4e0067430caffa8bcc1af34a6455dd'/>
<id>304aeace1b4e0067430caffa8bcc1af34a6455dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/FILEFORMAT: document nonewline support for &lt;file&gt;</title>
<updated>2020-09-15T12:45:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-15T12:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8854b9284b5a14b3b5b2e64a72f3b5c3165a726a'/>
<id>8854b9284b5a14b3b5b2e64a72f3b5c3165a726a</id>
<content type='text'>
The one in &lt;client&gt;, that creates files.

Follow-up from b83947c8df7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The one in &lt;client&gt;, that creates files.

Follow-up from b83947c8df7
</pre>
</div>
</content>
</entry>
</feed>
