From 9578f8bffc2710ae5f284173a798bb6fc7463920 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 8 Jun 2000 04:15:47 +0000 Subject: [PATCH] a couple of data type issues have a more generic solution git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85466 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/STATUS b/STATUS index 04644e24f5..47718eaf78 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/06/07 13:47:20 $] +Last modified at [$Date: 2000/06/08 04:15:47 $] Release: @@ -131,12 +131,12 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: are exported to the connection status table (easy to fix), and mod_status is ugly. - * Optimise the name-based implementation so that it uses - a hash table instead of a linear linked list scan. - * Mass vhosting version of suEXEC. - * Provide a sane API for handling the request's environment variables. + * Replace tables with a proper opaque ADT that has pluggable + implementations (including something like the existing data type, + plus hash tables for speed, with options for more later). + Status: fanf is working on this. * configuration option to use *DBM Status: Greg +1 (volunteers) -- 2.40.0