logo       

bagder: curl/docs TODO,1.118,1.119: msg#00044

web.curl.cvs

Subject: bagder: curl/docs TODO,1.118,1.119

Update of /cvsroot/curl/curl/docs
In directory labb:/tmp/cvs-serv14557/docs

Modified Files:
TODO
Log Message:
Moved items from TODO-RELEASE to TODO since they're not really bound to happen
in any specific release.


Index: TODO
===================================================================
RCS file: /cvsroot/curl/curl/docs/TODO,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- TODO 8 Jul 2005 13:28:16 -0000 1.118
+++ TODO 30 Jul 2005 23:48:07 -0000 1.119
@@ -61,6 +61,17 @@
ready to accept read data. Today libcurl feeds the data as soon as it is
available for reading, no matter what.

+ * Add curl_multi_socket() and family 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.
+
+ * 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
+ curl_multi_socket().
+
DOCUMENTATION

* More and better
@@ -152,6 +163,10 @@
latter two could be alternatives for those looking to reduce the footprint
of libcurl built with OpenSSL or GnuTLS.

+ * Peter Sylvester's patch for SRP on the TLS layer.
+ Awaits OpenSSL support for this, no need to support this in libcurl before
+ there's an OpenSSL release that does it.
+
LDAP

* Look over the implementation. The looping will have to "go away" from the

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise