You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/07/13 05:54:14 UTC

cvs commit: apache-2.0/src/lib/apr/buckets README.txt

fielding    00/07/12 20:54:13

  Added:       src/lib/apr/buckets README.txt
  Log:
  Provide a map for the reviewers.
  
  Revision  Changes    Path
  1.1                  apache-2.0/src/lib/apr/buckets/README.txt
  
  Index: README.txt
  ===================================================================
  
  This directory contains several prototype implementations of
  layered IO with filtering.  None of these will be distributed
  as part of the server until we agree on a solution.
  
  Design Rationale
  ----------------
  
     [Roy is collecting these from his mail archives]
     layered-IO-1998.txt
     bucket_brigades.txt
  
  Bachelor #1
  -----------
  
     apr_buf.h
     ap_buf.c
     ap_mmap_buf.c
     ap_rwmem_buf.c
     util_filter.h
     util_filter.c
     ryan.patch
  
  Bachelor #2
  -----------
  
     ap_filter.h
     filters.c
     greg_patch.txt