summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-21 19:35:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-21 19:35:06 +0000
commit883ea3113cf6bf312f0bb198eebbf82c4c82f2ed (patch)
tree3a40671b25bf212ef41a2088a48c5d9a69902a5a
parent62b7c08bb365d7430093ffbae5e2f036aecfca2e (diff)
downloadgnurl-883ea3113cf6bf312f0bb198eebbf82c4c82f2ed.tar.gz
gnurl-883ea3113cf6bf312f0bb198eebbf82c4c82f2ed.tar.bz2
gnurl-883ea3113cf6bf312f0bb198eebbf82c4c82f2ed.zip
Gisle's items
-rw-r--r--TODO-RELEASE14
1 files changed, 13 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 04d4e5332..8ea67366f 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -21,5 +21,17 @@ To get fixed in 7.12.0 (no date)
Low prio. Seshubabu Pasam works on this.
35. Rearrange lib/hostip.c to reduce the amount of #ifdefs and make it easier
- to follow "the flow".
+ to understand and edit. Daniel works on this. See
+ http://curl.haxx.se/beta/hostip-cleanup1.patch
Medium prio.
+
+36. Add support for a threaded getaddrinfo() on Windows and IPv6 enabled
+ libcurl.
+
+37. Configure option "--with-libidn" to support IDNA (Internationalising
+ Domain Names in Applications). Translate to/from ACE encoded domain
+ names as needed.
+
+38. Make the ldap protocol work with Windows' built-in LDAP-client.
+ I.e. dynamically link to WLDAP32.DLL and add ldap URL parsing
+ (WLDAP32.DLL doesn't have an UTF-8 ldap_url_parse).