dgaudet     98/03/15 15:21:44

  Modified:    src      CHANGES
               src/modules/standard mod_log_config.c
  Log:
  less function call overhead in mod_log_config.
  
  Submitted by: Dmitry Khrustalev <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.714     +2 -0      apache-1.3/src/CHANGES
  
  Index: From [EMAIL PROTECTED] Mon Mar 16 07:39:58 1998
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 6957 invoked by uid 6000); 16 Mar 1998 07:39:58 -0000
Received: (qmail 6942 invoked by alias); 16 Mar 1998 07:39:56 -0000
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 6940 invoked by uid 143); 16 Mar 1998 07:39:56 -0000
Date: 16 Mar 1998 07:39:56 -0000
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: cvs commit: apache-1.3 HTTP_Features.tsv
Sender: [EMAIL PROTECTED]
Precedence: bulk
Reply-To: new-httpd@apache.org

dgaudet     98/03/15 23:39:55

  Modified:    .        HTTP_Features.tsv
  Log:
  this is as far as I got before I was confused with how to fill this out... 
see new-httpd
  
  Revision  Changes    Path
  1.2       +15 -14    apache-1.3/HTTP_Features.tsv
  
  Index: HTTP_Features.tsv
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/HTTP_Features.tsv,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTTP_Features.tsv 1998/03/10 02:03:47     1.1
  +++ HTTP_Features.tsv 1998/03/16 07:39:55     1.2
  @@ -6,22 +6,23 @@
        -       means not applicable    
        n       means no        
        y       means yes       
  +     Y       means yes with the addition of a module that uses feature
                        
   Section      Feature Implemented     Tested
  -8.1  Persistent Connections  ?       ?
  -8.2.3        Automatic retrying of requests  ?       ?
  -8.2.4        Use of the 100 (Continue) status        ?       ?
  -9.2  OPTIONS ?       ?
  -9.3  GET     ?       ?
  -9.4  HEAD    ?       ?
  -9.5  POST    ?       ?
  -9.6  PUT     ?       ?
  -9.7  DELETE  ?       ?
  -9.8  TRACE   ?       ?
  -9.9  CONNECT ?       ?
  -10.1.1       100 Continue    ?       ?
  -10.1.2       101 Switching Protocols ?       ?
  -10.2.1       200 OK  ?       ?
  +8.1  Persistent Connections  y       ?
  +8.2.3        Automatic retrying of requests  -       ?
  +8.2.4        Use of the 100 (Continue) status        n       ?
  +9.2  OPTIONS y       ?
  +9.3  GET     y       ?
  +9.4  HEAD    y       ?
  +9.5  POST    y       ?
  +9.6  PUT     y       ?
  +9.7  DELETE  y       ?
  +9.8  TRACE   y       ?
  +9.9  CONNECT y       ?
  +10.1.1       100 Continue    n       ?
  +10.1.2       101 Switching Protocols n       ?
  +10.2.1       200 OK  y       ?
   10.2.2       201 Created     ?       ?
   10.2.3       202 Accepted    ?       ?
   10.2.4       203 Non-Authoritative Information       ?       ?
  
  
  

Reply via email to