You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/04/01 23:19:42 UTC

cvs commit: httpd-2.0 CHANGES STATUS

jwoolley    02/04/01 13:19:42

  Modified:    .        CHANGES STATUS
  Log:
  And it only took me what, 10 months?  :)
  
  Revision  Changes    Path
  1.677     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.676
  retrieving revision 1.677
  diff -u -d -u -r1.676 -r1.677
  --- CHANGES	1 Apr 2002 12:53:08 -0000	1.676
  +++ CHANGES	1 Apr 2002 21:19:41 -0000	1.677
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.35
   
  +  *) Performance: implemented the bucket allocator made possible by the
  +     API change in 2.0.34.  [Cliff Woolley]
  +
     *) Don't allow initialization to succeed if we can't get a socket
        corresponding to one of the Listen statements.  [Jeff Trawick]
   
  
  
  
  1.567     +1 -12     httpd-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/STATUS,v
  retrieving revision 1.566
  retrieving revision 1.567
  diff -u -d -u -r1.566 -r1.567
  --- STATUS	30 Mar 2002 23:55:16 -0000	1.566
  +++ STATUS	1 Apr 2002 21:19:41 -0000	1.567
  @@ -1,5 +1,5 @@
   APACHE 2.0 STATUS:                                              -*-text-*-
  -Last modified at [$Date: 2002/03/30 23:55:16 $]
  +Last modified at [$Date: 2002/04/01 21:19:41 $]
   
   Release:
   
  @@ -288,17 +288,6 @@
         (3) Trying to seperate the https filter logic from mod_ssl -
             This is to facilitate other modules that wish to use the https
             filter or the mod_ssl logic or both as required.
  -
  -    * Performance & Debug: Eliminate most (and perhaps all) of the 
  -      malloc/free calls in the bucket brigade code.  Need some 
  -      light weight memory management functions that allow freeing 
  -      memory (putting it back into a memory pool) when it is no 
  -      longer needed. Enabling simple debugging features like guard
  -      bands, double free detection, etc. would be cool but certainly
  -      not a hard requirement.
  -
  -          Status: The necessary API changes are in... apr_buckets_alloc.c
  -                  just needs to be fleshed out.
   
       * Eliminate unnecessary creation of pipes in mod_cgid