2004-01-29 11:00:10 -05:00
|
|
|
Issues not sorted in any particular order.
|
2004-06-29 07:27:33 -04:00
|
|
|
|
2005-01-22 04:03:55 -05:00
|
|
|
To get fixed in 7.13.0 (planned release: February 2005)
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
|
|
To get fixed in 7.13.1 (planned release: April 2005)
|
2004-10-04 06:37:30 -04:00
|
|
|
======================
|
2004-09-30 07:38:46 -04:00
|
|
|
|
2004-10-04 06:37:30 -04:00
|
|
|
47 - Peter Sylvester's patch for SRP on the TLS layer
|
2004-11-11 11:56:34 -05:00
|
|
|
Awaits OpenSSL support for this, no need to support this in libcurl before
|
|
|
|
there's an OpenSSL release that does it.
|
2004-12-25 18:15:45 -05:00
|
|
|
|
|
|
|
54 - Turn the FTP code into a state machine to support the multi interface
|
|
|
|
100% non-blocking.
|
2005-01-22 04:03:55 -05:00
|
|
|
|
|
|
|
To get fixed in 7.14.0
|
|
|
|
======================
|
|
|
|
|
|
|
|
55 - Add a function to the multi interface that gets file descriptors, as an
|
|
|
|
alternative to the curl_multi_fdset(). This is necessary to allow apps to
|
|
|
|
properly avoid the FD_SETSIZE problem.
|
|
|
|
|
|
|
|
56 - Make curl_easy_perform() a wrapper-function that simply creates a multi
|
|
|
|
handle, adds the easy handle to it, runs curl_multi_perform() until the
|
|
|
|
transfer is done, then detach the easy handle, destroy the multi handle
|
|
|
|
and return the easy handle's return code. This will thus make everything
|
|
|
|
internally use and assume the multi interface. The select()-loop should
|
|
|
|
use the new function from (55).
|