From 3b491d0f7361059eb529987bf0fd09455c9a2f2c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Apr 2004 15:29:01 +0000 Subject: Moved long-standing issues over from TODO-RELEASE to the more long-term TODO file. --- docs/TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index 3906d9c57..e988c5c91 100644 --- a/docs/TODO +++ b/docs/TODO @@ -57,6 +57,13 @@ TODO FTP + * Optimize the way libcurl uses CWD on each new request over a persistent + connection (on FTP) even if it doesn't have to. + + * REST fix for servers not behaving well on >2GB requests. This should fail + if the server doesn't set the pointer to the requested index. The tricky + part is to figure out if the server did the right thing or not. + * Support the most common FTP proxies, Philip Newton provided a list allegedly from ncftp: http://curl.haxx.se/mail/archive-2003-04/0126.html @@ -91,6 +98,15 @@ TODO SSL + * Anton Fedorov's "dumpcert" patch: + http://curl.haxx.se/mail/lib-2004-03/0088.html + + * Evaluate/apply Gertjan van Wingerde's SSL patches: + http://curl.haxx.se/mail/lib-2004-03/0087.html + + * Peter Sylvester's "Most Significant Common Name" change. Feedback welcome. + At least the UTF8 conversion and comparison should be done. Patch? + * If you really want to improve the SSL situation, you should probably have a look at SSL cafile loading as well - quick traces look to me like these are done on every request as well, when they should only be necessary once per -- cgit v1.2.3