cvs commit: apache/src buff.c

1998-01-27 Thread dgaudet
dgaudet 98/01/26 22:25:05 Modified:src Tag: APACHE_1_2_X buff.c Log: This is the proper fix for chunked encoding and bputc()... the last one misses cases where bputc() is mixed with other bwrite() calls. Revision ChangesPath No revision

cvs commit: apache/src buff.c

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 02:10:30 Modified:src buff.c Log: Improve the heuristic for deciding when to use writev() vs. when to copy into the buffer. No sense copying if the copy would fill the buffer, might as well writev and start a fresh buffer. Revision ChangesPath

cvs commit: apache/src buff.c buff.h http_main.c

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 13:28:54 Modified:src buff.c buff.h http_main.c Log: Allow for replacing standalone_main. Allow the use of sfio in buff.c. Submitted by: Doug MacEachern [EMAIL PROTECTED] Revision ChangesPath 1.33 +67 -5 apache/src/buff.c Index:

cvs commit: apache/src buff.c conf.h

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 14:03:19 Modified:src buff.c conf.h Log: I want to be able to use inline, especially for some of the cleanups where we're factoring out common code. Revision ChangesPath 1.34 +0 -6 apache/src/buff.c Index: buff.c

cvs commit: apache/src buff.c

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 14:16:18 Modified:src buff.c Log: Oops I made a tiny goofup when merging the sfio changes. Revision ChangesPath 1.35 +1 -1 apache/src/buff.c Index: buff.c === RCS

cvs commit: apache/src buff.c

1997-06-16 Thread Dean Gaudet
dgaudet 97/06/16 12:45:13 Modified:src buff.c Log: A tiny bit more cleanup. Also check B_SOCKET when closing the fds. Revision ChangesPath 1.29 +24 -11apache/src/buff.c Index: buff.c

cvs commit: apache/src buff.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 22:21:16 Modified:src buff.c Log: saferead must stop reading if the buffer has been marked in error (i.e., a timeout has occurred). Necessary for proxy timeouts. Submitted by: Petr Lampa Reviewed by: Roy Fielding Revision ChangesPath 1.26

cvs commit: apache/src buff.c

1997-02-21 Thread Ben Laurie
ben 97/02/21 09:12:49 Modified:src buff.c Log: Don't note -ve fds for cleanup. Reviewed by: Randy, Chuck, Marc Revision ChangesPath 1.21 +3 -2 apache/src/buff.c Index: buff.c ===

cvs commit: apache/src buff.c conf.h http_main.c

1997-02-17 Thread Marc Slemko
marc97/02/17 03:05:03 Modified:src buff.c conf.h http_main.c Log: Add bstring.h include for IRIX; FD_ZERO uses bzero, which is prototyped in bstring.h. Don't use killpg(); part of the IRIX -D_BSD_COMPAT functionality, and since the rest of apache doesn't use

cvs commit: apache/src buff.c

1997-02-15 Thread Ben Laurie
ben 97/02/15 10:34:28 Modified:src buff.c Log: Fix warning. Revision ChangesPath 1.19 +2 -1 apache/src/buff.c Index: buff.c === RCS file: /export/home/cvs/apache/src/buff.c,v

cvs commit: apache/src buff.c

1997-01-13 Thread Jim Jagielski
jim 97/01/13 16:18:47 Modified:src buff.c Log: NEXTSTEP 2.0 doesn't have unistd.h Revision ChangesPath 1.12 +2 -0 apache/src/buff.c Index: buff.c === RCS file:

cvs commit: apache/src buff.c mod_rewrite.c mod_rewrite.h

1996-12-09 Thread Chuck Murcko
chuck 96/12/09 14:39:22 Modified:src buff.c mod_rewrite.c mod_rewrite.h Log: Reviewed by: Brian Behlendorf, Chuck Murcko Submitted by: Marc Evans [EMAIL PROTECTED] patches for DEC AXP running OSF/1 v3.0. Revision ChangesPath 1.10 +1 -1

cvs commit: apache/src buff.c buff.h http_config.h http_core.c http_protocol.c http_protocol.h http_request.c httpd.h mod_actions.c mod_alias.c mod_cgi.c mod_include.c mod_negotiation.c mod_proxy.c util.c

1996-07-28 Thread Alexei Kosut
akosut 96/07/28 12:27:58 Modified:src buff.c buff.h http_config.h http_core.c http_protocol.c http_protocol.h http_request.c httpd.h mod_actions.c mod_alias.c mod_cgi.c mod_include.c mod_negotiation.c