From: Ryan Bloom Date: Sat, 21 Jul 2001 06:47:58 +0000 (+0000) Subject: APR now uses the correct gethostbyname_r when available, so this has X-Git-Tag: 2.0.22~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92887ec0fa6ff3304d2cac6c1355b0ebfbfbd3c;p=thirdparty%2Fapache%2Fhttpd.git APR now uses the correct gethostbyname_r when available, so this has effectively been solved. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89649 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dd5b893831e..550a813b4d1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/07/20 20:39:30 $] +Last modified at [$Date: 2001/07/21 06:47:58 $] Release: @@ -124,11 +124,6 @@ RELEASE SHOWSTOPPERS: also seem out of sorts. OtherBill is working on this and will finish over the weekend. - * We need a thread-safe resolver, at least on Unix. - Status: The best known candidate would be something from - BIND v9. - Status: Greg asks, "why? doesn't gethostbyname_r() handle this?" - * The AddInputFilter and AddOutputFilter directives do not allow the administrator to remove or reorder filters. Once a filter is added in a container, it is present in any subcontainers. It can only be