summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-01 23:39:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-01 23:39:07 +0000
commit3c2da5eae185fd12354bb80b6fe9df8a7f274128 (patch)
tree2b490dbac9da8c264244c41c694551a210ff8909 /TODO
parent1a1b4eb4f2fb6112534994c20ac20679c5c7339c (diff)
downloadc-ares-3c2da5eae185fd12354bb80b6fe9df8a7f274128.tar.gz
c-ares-3c2da5eae185fd12354bb80b6fe9df8a7f274128.tar.bz2
c-ares-3c2da5eae185fd12354bb80b6fe9df8a7f274128.zip
Added a TODO file to list things we want changed, added or fixed.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..ade10c7
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+TODO
+====
+
+ares_gethostbyname
+
+- When built to support IPv6, it needs to also support PF_UNSPEC or similar,
+ so that an application can ask for any protocol and then c-ares would return
+ all known resolves and not just explicitly IPv4 _or_ IPv6 resolves.