aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-18 12:55:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-18 12:55:13 +0000
commit0058e87ed556936857b4df5087505b5ce0035d7e (patch)
tree1b6bae3383ac10030ebfa6dbd4f3007490e5eba0 /docs/TODO
parent23903306a7f8483ea19e5e4a508a6ce36b868bff (diff)
added some, removed some, moved around some.
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO19
1 files changed, 8 insertions, 11 deletions
diff --git a/docs/TODO b/docs/TODO
index d2e2e1c0f..b7285e8f6 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -9,16 +9,16 @@ TODO
Things to do in project cURL. Please tell me what you think, contribute and
send me patches that improve things!
-To do for the next release:
- * Make sure SSL works even when IPv6 is enabled. We just can't connect to
- IPv6 sites and use SSL, but we should detect that particular condition
- and warn about it.
+To do in a future release (random order):
* Make SSL session ids get used if multiple HTTPS documents from the same
- host is requested.
+ host is requested. Note: is this really prioritized now with the persistent
+ connections?
-To do in a future release (random order):
+ * Make ftps:// work properly (test case 400+ in CVS)
+
+ * Suggested on the mailing list: CURLOPT_FTP_MKDIR...!
* Rewrite parts of the test suite. Make a (XML?) format to store all
test-data in a single for a single test case. The current system makes far
@@ -30,9 +30,8 @@ To do in a future release (random order):
decrease footprint. '--disable-[protocol]' where protocol is http, ftp,
telnet, ldap, dict or file.
- * Extend the test suite to include telnet and https. The telnet could just do
- ftp or http operations (for which we have test servers) and the https would
- probably work against/with some of the openssl tools.
+ * Extend the test suite to include telnet. The telnet could just do ftp or
+ http operations (for which we have test servers).
* Add a command line option that allows the output file to get the same time
stamp as the remote file. libcurl already is capable of fetching the remote
@@ -46,8 +45,6 @@ To do in a future release (random order):
* Add asynchronous name resolving, as this enables full timeout support for
fork() systems.
- * Non-blocking connect(), also to make timeouts work on windows.
-
* Move non-URL related functions that are used by both the lib and the curl
application to a separate "portability lib".