summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-22 15:47:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-22 15:47:20 +0000
commitf4703aee2f57444e5408e238a5ec41257ea0086f (patch)
treeed723b4f6c5031bba5b6cfba0920ebf68850fa34
parent4c485994dbed71c6bc91228b6d7161b2c0d25e30 (diff)
downloadgnurl-f4703aee2f57444e5408e238a5ec41257ea0086f.tar.gz
gnurl-f4703aee2f57444e5408e238a5ec41257ea0086f.tar.bz2
gnurl-f4703aee2f57444e5408e238a5ec41257ea0086f.zip
removed done entries
-rw-r--r--docs/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/TODO b/docs/TODO
index d030e1231..d2e2e1c0f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -18,11 +18,6 @@ To do for the next release:
* Make SSL session ids get used if multiple HTTPS documents from the same
host is requested.
- * Document the undocumented libcurl functions: the printf clones (like
- curl_msprintf, curl_mfprintf, curl_msnprintf, curl_maprintf and
- curl_mvfprintf) and the string compare functions (curl_strequal
- and curl_strnequal).
-
To do in a future release (random order):
* Rewrite parts of the test suite. Make a (XML?) format to store all
@@ -95,5 +90,3 @@ To do in a future release (random order):
EPRT for IPv6 (done), and EPSV instead of PASV. HTTP proxies are left to
add support for.
- * SSL for more protocols, like SSL-FTP...
- (http://search.ietf.org/internet-drafts/draft-murray-auth-ftp-ssl-05.txt)