diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:29:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 15:29:01 +0000 |
commit | 3b491d0f7361059eb529987bf0fd09455c9a2f2c (patch) | |
tree | 71fe412086254c73882f7a4ec6179f7ad0af425f /docs/TODO | |
parent | 26a2b8d26dab4d2ba43a97962e3227acdc8b3c41 (diff) |
Moved long-standing issues over from TODO-RELEASE to the more long-term TODO
file.
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |