summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-07-02 08:21:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-07-02 08:21:25 +0000
commit2c39a4381a671edf81637113bcfdb480c3e6097b (patch)
tree495b41cbc1576e3f835dfad8125d0d04a68c86bd /docs
parent532624bafe2ba22d00b8199ad30b5086c4e9bb0e (diff)
downloadcurl-2c39a4381a671edf81637113bcfdb480c3e6097b.tar.gz
added more ideas that've been floating around lately
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 14757ee64..ff0a48808 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -17,6 +17,14 @@ To do in a future release (random order):
pass cookies to the servers that have matching cookies in the jar.
http://curl.haxx.se/dev/cookie-jar.txt
+ * Consider an interface to libcurl that allows applications to easier get to
+ know what cookies that are sent back in the response headers.
+
+ * The win32_init() and win32_cleanup() functions that are present in
+ src/main.c (and docs/examples/win32sockets.c) would probably be fine to
+ add to curl_global_init() and performed if the correct flag is set. Makes
+ it easier for windows people.
+
* Make SSL session ids get used if multiple HTTPS documents from the same
host is requested. http://curl.haxx.se/dev/SSL_session_id.txt
@@ -36,6 +44,8 @@ To do in a future release (random order):
* Extend the test suite to include telnet. The telnet could just do ftp or
http operations (for which we have test servers).
+ * Make TELNET work on windows!
+
* 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
file's date.