summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-01-28 20:04:19 +0100
committerJakub Hrozek <jhrozek@redhat.com>2010-01-28 20:04:19 +0100
commit03ff51230ea260b3aab05fe07c0c7f66c94b176c (patch)
tree504b6929a32c518712b9da03f3e02d0a7536957e /TODO
downloadc-ares-03ff51230ea260b3aab05fe07c0c7f66c94b176c.tar.gz
c-ares-03ff51230ea260b3aab05fe07c0c7f66c94b176c.tar.xz
c-ares-03ff51230ea260b3aab05fe07c0c7f66c94b176c.zip
Initial import
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..1a87e44
--- /dev/null
+++ b/TODO
@@ -0,0 +1,18 @@
+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.
+
+ares_process
+
+- Upon next ABI breakage ares_process() should be changed to return 'int'
+ and return ARES_ENOTINITIALIZED if ares_library_init() has not been called.
+
+ares_process_fd
+
+- Upon next ABI breakage ares_process_fd() should be changed to return
+ 'int' and return ARES_ENOTINITIALIZED if library has not been initialized.