<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/vssh, branch bagder/ftp-over-httpsproxy</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>Curl_handler: add 'family' to each protocol</title>
<updated>2020-09-21T21:30:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T11:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6434a73984b2527194d6409021693c7032d17570'/>
<id>6434a73984b2527194d6409021693c7032d17570</id>
<content type='text'>
Makes get_protocol_family() faster and it moves the knowledge about the
"families" to each protocol handler, where it belongs.

Closes #5986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes get_protocol_family() faster and it moves the knowledge about the
"families" to each protocol handler, where it belongs.

Closes #5986
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: pass on the error from ssh_force_knownhost_key_type</title>
<updated>2020-09-03T16:02:27+00:00</updated>
<author>
<name>cbe</name>
<email>github@claus-beckenbauer.de</email>
</author>
<published>2020-09-03T13:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a27af8b510edcd862e9ce17658a16308ba68c7e9'/>
<id>a27af8b510edcd862e9ce17658a16308ba68c7e9</id>
<content type='text'>
Closes #5909
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5909
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp: add the option CURLKHSTAT_FINE_REPLACE</title>
<updated>2020-08-24T15:26:08+00:00</updated>
<author>
<name>Michael Musset</name>
<email>mickamusset@gmail.com</email>
</author>
<published>2020-07-15T14:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ebc6c54c74fc65abf1385f7206caf766847f4302'/>
<id>ebc6c54c74fc65abf1385f7206caf766847f4302</id>
<content type='text'>
Replace the old fingerprint of the host with a new.

Closes #5685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the old fingerprint of the host with a new.

Closes #5685
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp: add new quote commands 'atime' and 'mtime'</title>
<updated>2020-08-24T07:01:56+00:00</updated>
<author>
<name>COFFEETALES</name>
<email>coffeetales.net@gmail.com</email>
</author>
<published>2020-08-13T23:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fab51852751598a9eccde6615d62194ab6840adc'/>
<id>fab51852751598a9eccde6615d62194ab6840adc</id>
<content type='text'>
Closes #5810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5810
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: s/ssherr/sftperr/</title>
<updated>2020-08-10T12:34:01+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-10T10:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=43c68d842ea78944989e420f4cea6531df0e865b'/>
<id>43c68d842ea78944989e420f4cea6531df0e865b</id>
<content type='text'>
The debug output used ssherr instead of sftperr which not only outputs
the wrong error code but also casues a warning on Windows.

Follow-up to 7370b4e39f1

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/7370b4e39f1390e701f5b68d910c619151daf72b#r41334700
Closes #5799
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The debug output used ssherr instead of sftperr which not only outputs
the wrong error code but also casues a warning on Windows.

Follow-up to 7370b4e39f1

Reported-by: Gisle Vanem
Bug: https://github.com/curl/curl/commit/7370b4e39f1390e701f5b68d910c619151daf72b#r41334700
Closes #5799
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: keep sftp errors as 'unsigned long'</title>
<updated>2020-06-08T06:38:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-06-06T22:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7370b4e39f1390e701f5b68d910c619151daf72b'/>
<id>7370b4e39f1390e701f5b68d910c619151daf72b</id>
<content type='text'>
Remove weird work-around for storing the SFTP errors as int instead of
the "unsigned long" that libssh2 actually returns for SFTP errors.

Closes #5534
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove weird work-around for storing the SFTP errors as int instead of
the "unsigned long" that libssh2 actually returns for SFTP errors.

Closes #5534
</pre>
</div>
</content>
</entry>
<entry>
<title>timeouts: change millisecond timeouts to timediff_t from time_t</title>
<updated>2020-05-30T21:10:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-28T22:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=842f73de58f38bd6e285e08bbd1adb6c17cb62cd'/>
<id>842f73de58f38bd6e285e08bbd1adb6c17cb62cd</id>
<content type='text'>
For millisecond timers we like timediff_t better. Also, time_t can be
unsigned so returning a negative value doesn't work then.

Closes #5479
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For millisecond timers we like timediff_t better. Also, time_t can be
unsigned so returning a negative value doesn't work then.

Closes #5479
</pre>
</div>
</content>
</entry>
<entry>
<title>libssh2: improved error output for wrong quote syntax</title>
<updated>2020-05-29T07:35:52+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-28T18:34:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=733a39a907381b14196c3763b39a04f174e049a1'/>
<id>733a39a907381b14196c3763b39a04f174e049a1</id>
<content type='text'>
Reported-by: Werner Stolz

Closes #5474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Werner Stolz

Closes #5474
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "ssh: ignore timeouts during disconnect"</title>
<updated>2020-05-27T06:13:13+00:00</updated>
<author>
<name>Estanislau Augé-Pujadas</name>
<email>eaugeas@gmail.com</email>
</author>
<published>2020-05-26T22:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=18e63b1679248c9a884201871379bfd0b13fc3f3'/>
<id>18e63b1679248c9a884201871379bfd0b13fc3f3</id>
<content type='text'>
This reverts commit f31760e63b4e9ef1eb25f8f211390f8239388515. Shipped in
curl 7.54.1.

Bug: https://curl.haxx.se/mail/lib-2020-05/0068.html
Closes #5465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f31760e63b4e9ef1eb25f8f211390f8239388515. Shipped in
curl 7.54.1.

Bug: https://curl.haxx.se/mail/lib-2020-05/0068.html
Closes #5465
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: use a single space after equals sign in assignments</title>
<updated>2020-05-26T06:28:38+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-05-26T06:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d23cc224e6d25eec99a988f4db18c040bde3e97b'/>
<id>d23cc224e6d25eec99a988f4db18c040bde3e97b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
