cvs commit: httpd-docs-1.3/htdocs/manual/misc FAQ-I.html

2000-08-24 Thread coar
coar00/08/24 08:52:02 Modified:htdocs/manual/misc FAQ-I.html Log: I am *really* sick of answering this one in email. Revision ChangesPath 1.9 +14 -1 httpd-docs-1.3/htdocs/manual/misc/FAQ-I.html Index: FAQ-I.html =

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
rbb 00/08/24 08:04:34 Modified:src/ap Makefile.in src/include ap_buckets.h Log: Fix the building of the pipe buckets. Somehow between running my last test compile and my commit, I blew away the definition of the pipe bucket type. Revision ChangesPath

Re: cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
On 24 Aug 2000 [EMAIL PROTECTED] wrote: > rbb 00/08/23 21:17:46 > > Modified:src/ap Makefile.in >src/include ap_buckets.h > Added: src/ap ap_buckets_pipe.c > Log: > This is a first pass at a pipe bucket type. This compiles, but it is > untested. O

cvs commit: apache-2.0/src/include ap_buckets.h

2000-08-24 Thread rbb
rbb 00/08/23 21:17:46 Modified:src/ap Makefile.in src/include ap_buckets.h Added: src/ap ap_buckets_pipe.c Log: This is a first pass at a pipe bucket type. This compiles, but it is untested. Revision ChangesPath 1.7 +1 -1 apach