]> granicus.if.org Git - curl/commitdiff
cleaning
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 12:37:15 +0000 (12:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2003 12:37:15 +0000 (12:37 +0000)
docs/TODO

index 093aa39ccc9ed3b83201e423c87a84d1d3c131a9..a72fe2b2d1b78f7cd80c517e5bd1d09314d8d1f1 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -80,8 +80,8 @@ TODO
 
  HTTP
 
- * Digest, NTLM and GSS-Negotiate support for HTTP proxies. They all work
-   on direct-connections to the server.
+ * Digest and GSS-Negotiate support for HTTP proxies. They only work on
+   direct-connections to the server.
 
  * Pipelining. Sending multiple requests before the previous one(s) are done.
    This could possibly be implemented using the multi interface to queue
@@ -89,8 +89,6 @@ TODO
 
  TELNET
 
- * Make TELNET work on windows98!
-
  * Reading input (to send to the remote server) on stdin is a crappy solution
    for library purposes. We need to invent a good way for the application to
    be able to provide the data to send.
@@ -143,14 +141,10 @@ TODO
 
  * "curl ftp://site.com/*.txt"
 
- * Several URLs can be specified to get downloaded. We should be able to use
-   the same syntax to specify several files to get uploaded (using the same
-   persistant connection), using -T.
-
- * When the multi interface has been implemented and proved to work, the
-   client could be told to use maximum N simultaneous transfers and then just
-   make sure that happens. It should of course not make more than one
-   connection to the same remote host.
+ * The client could be told to use maximum N simultaneous transfers and then
+   just make sure that happens. It should of course not make more than one
+   connection to the same remote host. This would require the client to use
+   the multi interface.
 
  * Extending the capabilities of the multipart formposting. How about leaving
    the ';type=foo' syntax as it is and adding an extra tag (headers) which