From: Daniel Stenberg Date: Sat, 1 Nov 2008 23:39:07 +0000 (+0000) Subject: Added a TODO file to list things we want changed, added or fixed. X-Git-Tag: curl-7_19_1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b8e93083e22c263232d91d00c7d537dbf4a85b;p=thirdparty%2Fcurl.git Added a TODO file to list things we want changed, added or fixed. --- diff --git a/ares/Makefile.am b/ares/Makefile.am index b121111924..7b6156518e 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -45,7 +45,8 @@ noinst_PROGRAMS =$(PROGS) # regular sources and headers EXTRA_DIST = AUTHORS CHANGES README.cares Makefile.inc Makefile.dj \ Makefile.m32 Makefile.netware Makefile.vc6 $(man_MANS) $(MSVCFILES) \ - config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz + config-win32.h RELEASE-NOTES libcares.pc.in buildconf get_ver.awk maketgz \ + TODO pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcares.pc diff --git a/ares/TODO b/ares/TODO new file mode 100644 index 0000000000..ade10c7a86 --- /dev/null +++ b/ares/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.