aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-30 16:31:46 +0000
commit5d39dde961fc1bed706aff0b84bd9ec24e408a0a (patch)
tree87935db1a7519ceacb1ac102e3d5b71053488a9b /docs
parent15c143bba91bec19bac431db32bc2d65a75e3ece (diff)
pre-release commit
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index 7f0a7f35c..746a48c7e 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -26,10 +26,9 @@ seven. Let's do a serious attempt to include most of this.
Move non-URL related functions that are used by both the lib and the curl
application to a separate "portability lib".
- Correct the lib's getenv() call as it is not threadsafe under win32.
-
Add support for other languages than C (not important)
+ Improve the -K config file parser.
For the future
@@ -100,7 +99,7 @@ For the future
* Other proxies
Ftp-kind proxy, Socks5, whatever kind of proxies are there?
- * IPv6 Awareness
+ * IPv6 Awareness and support
Where ever it would fit. I am not that into v6 yet to fully grasp what we
would need to do, but letting the autoconf search for v6-versions of a few
functions and then use them instead is of course the first thing to do...