diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-06 16:07:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-06 16:07:15 +0000 |
commit | 3a813b3c3b96f64e6eceec6f2930114f7432c0df (patch) | |
tree | 1673b22bf5ece3285546006b3f6e6ff50e71ace9 | |
parent | 028a9d67856ad36aeae3919791d15780dafb397f (diff) |
non-blocking SSH stuff
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (6 February 2007) +- Regular file downloads wiht SFTP and SCP are now done using the non-blocking + API of libssh2, if the libssh2 headers seem to support them. This will make + SCP and SFTP much more responsive and better libcurl citizens when used with + the multi interface etc. + Daniel (5 February 2007) - Michael Wallner added support for CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS that, as their names suggest, do the timeouts with |