stoddard    99/11/04 10:59:42

  Modified:    .        STATUS
  Log:
  More stuff to do
  
  Revision  Changes    Path
  1.12      +17 -7     apache-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-2.0/STATUS,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- STATUS    1999/11/04 18:25:23     1.11
  +++ STATUS    1999/11/04 18:59:39     1.12
  @@ -1,5 +1,5 @@
   Apache 2.0 STATUS:
  -Last modified at [$Date: 1999/11/04 18:25:23 $]
  +Last modified at [$Date: 1999/11/04 18:59:39 $]
   
   Release:
   
  @@ -12,21 +12,26 @@
   
   RELEASE SHOWSTOPPERS:
   
  +    * Complete HAVE_SENDFILE work. Need to add iovec head and tail pointers 
to 
  +      the iol sendfile API and make it work under Unix.
  +        Status: Bill <[EMAIL PROTECTED]> is working on this
  +
       * Pipes to CGI scripts are not being timed out
           Status:
   
       * Port mod_rewrite
  -        Status: Paul Reder is working on this.
  +        Status: Paul Reder <[EMAIL PROTECTED]> is working on this.
   
       * Port mod_mime_magic
  -        Status: Paul Reder is working on this.
  +        Status: Paul Reder <[EMAIL PROTECTED]> is working on this.
   
       * suEXEC doesn't work
           Status: Manoj has posted an patch to fix this.
           <[EMAIL PROTECTED]>
   
       * Windows NT port isn't done
  -        Status: Bill is working on MPM and APR. Remaining work:
  +        Status: Bill  <[EMAIL PROTECTED]> is working on MPM and APR. 
  +     Remaining work:
           1. Add back ability to run Apache as a service
           2. Fix Win9* specific code in the winnt MPM
           3. Get the MPM working in multi process mode (one parent & one child)
  @@ -52,10 +57,15 @@
         that will write to the native stderr handle instead of the CRT stderr 
handle.
         Bleh.
   
  -    * Win32: Migrate the MPM over to use APR thread/process calls.
  +    * Win32: Migrate the MPM over to use APR thread/process calls. This 
would eliminate
  +     some code in the Win32 branch that essentially duplicates what is in 
APR.
  +     Status: Bill <[EMAIL PROTECTED]> is working on this.
   
       * Move I/O layering into APR.
   
  +    * APR'ize I/O layering. iol is using native sockets now, which is the 
source of
  +      the double close problem Manoj ran into.
  +
       * There are still a number of places in the code where we are loosing 
error
         status (i.e. throwing away the error returned by a system call and 
replacing
         it with a generic error code)
  @@ -65,8 +75,8 @@
         style stat structure, just to keep it familier.
   
       * Implement reliable piped logs on Windows
  -      Status: Bill has prototype code (not reliable) in 1.3. Should be much 
  -      cleaner with APR in 2.0.
  +        Status: Bill <[EMAIL PROTECTED]> has prototype code (not reliable) 
in 1.3. 
  +        Should be much cleaner with APR in 2.0.
   
       * Switch to autoconf, et al. for configuration.
   
  
  
  

Reply via email to