cvs commit: apachen/src/main http_main.c

1997-10-06 Thread Roy Fielding
fielding97/10/06 08:05:34 Modified:src/main http_main.c Log: Changes in revision 1.218 caused reclaim_child_processes() to be too quick in checking for child exit and sending additional SIGTERM and SIGKILL interrupts. Not a problem for systems with fast process context switchi

cvs commit: apachen/src/main http_request.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 22:35:07 Modified:src CHANGES src/main http_request.c Log: Fix support for Proxy Authentication (we were testing the response status too early). Submitted by: Marc Slemko Reviewed by: Roy Fielding, Dean Gaudet Revision Changes

cvs commit: apachen/src/main http_log.h http_log.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 22:22:01 Modified:src/main http_log.h http_log.c Log: If HAVE_SYSLOG, fix the APLOG_* symbols to use the syslog.h definitions and the syslog-dependent mask for the priority level. Allow APLOG_NOTICE to bypass the priority level when not logging to syslog. R

cvs commit: apachen/src/main http_log.h http_log.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 20:50:26 Modified:src/main http_log.h http_log.c Log: Reverse last change -- it turns out that our internal priority numbers must match the syslog priority numbers. Revision ChangesPath 1.16 +6 -6 apachen/src/main/http_log.h Index: http_l

cvs commit: apachen/src/main http_protocol.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 01:37:45 Modified:src/main http_protocol.c Log: Losing the client connection should result in a warning, since it can be indicative of site design problems. It is not a DEBUG condition. Revision ChangesPath 1.164 +3 -3 apachen/src/main/http_pr

cvs commit: apachen/src/main http_log.c http_log.h http_main.c

1997-10-05 Thread Roy Fielding
fielding97/10/05 01:12:47 Modified:src/main http_log.c http_log.h http_main.c Log: APLOG_NOTICE is used for informational messages which no one in their right mind would ever want to exclude from the error_log. It should therefore have a low (high priority) level number. Re

cvs commit: apachen/src/main http_log.c http_log.h http_main.c

1997-10-05 Thread Roy Fielding
ng sprintf(). Submitted by: Ken Coar and Dean Gaudet Reviewed by: Roy Fielding Revision ChangesPath 1.457 +3 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/src CHANGES

1997-09-30 Thread Roy Fielding
SSL support. As such they would have had to implement + the transport details, such as encryption or chunking, in order + to work properly in certain situations. Now, the only difference + between nph and non-nph scripts is "non-parsed headers". [Dean Gaude

cvs commit: apachen/src/modules/proxy proxy_ftp.c

1997-09-30 Thread Roy Fielding
reports. Submitted by: Roy Fielding, Marc Slemko Revision ChangesPath 1.452 +4 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v retrieving revision 1.451

cvs commit: apachen/src/modules/standard mod_rewrite.c mod_rewrite.h

1997-09-18 Thread Roy Fielding
fielding97/09/18 15:54:08 Modified:src INDENT src/modules/standard mod_rewrite.c mod_rewrite.h Log: Partial manual indent to remove line wraps (ugh!). Exhausted after 2000 lines. Revision ChangesPath 1.35 +2 -2 apachen/src/INDENT Index

cvs commit: apachen/src INDENT

1997-09-18 Thread Roy Fielding
fielding97/09/18 13:31:55 Modified:src INDENT Log: About to rewrite mod_rewrite Revision ChangesPath 1.34 +2 -2 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/

cvs commit: apachen/src/main http_request.c http_request.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 05:16:57 Modified:src INDENT src/main http_request.c http_request.h Log: Reformatted http_request.* according to style guide. Revision ChangesPath 1.9 +4 -3 apachen/src/INDENT Index: INDENT ===

cvs commit: apachen/src/main http_request.c

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:53:25 Modified:src/main http_request.c Log: Cleanup an ifdef section so that it is readable by mere mortals (and indent, which puked rather badly on the interleaved elses). Revision ChangesPath 1.84 +21 -14apachen/src/main/http_request.c

cvs commit: apachen/src/main http_protocol.c http_protocol.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:05:00 Modified:src INDENT src/main http_protocol.c http_protocol.h Log: Reformatted http_protocol.* according to style guide. Revision ChangesPath 1.3 +2 -2 apachen/src/INDENT Index: INDENT

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:01:45 Modified:src/main .indent.pro Log: indent doesn't know that FILE is a typedef Revision ChangesPath 1.3 +1 -0 apachen/src/main/.indent.pro Index: .indent.pro === R

cvs commit: apachen/src .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 02:50:50 Removed: src .indent.pro Log: Moved to subdirectories (where the non-generated C files live)

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 01:36:13 Modified:src/main .indent.pro Log: This is why pointer declarations looked weird to Ken. Revision ChangesPath 1.2 +52 -0 apachen/src/main/.indent.pro Index: .indent.pro

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:57:24 Added: src/main .indent.pro Log: Urgle. We need one of these in every src directory now. Revision ChangesPath 1.1 apachen/src/main/.indent.pro Index: .indent.pro =

cvs commit: apachen/src INDENT

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:47:37 Modified:src INDENT Log: Mark what I am working on Revision ChangesPath 1.2 +5 -5 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:34:38 Modified:src CHANGES src/modules/proxy proxy_util.c Log: Fixed error in proxy_util.c when looping through multiple host IP addresses. PR: 974 Submitted by: Lars Eilebrecht Reviewed by: Roy Fielding (and many others

cvs commit: apachen/src INDENT

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:02:19 Added: src INDENT Log: Just a temporary status file to track indent progress Revision ChangesPath 1.1 apachen/src/INDENT Index: INDENT === This is th

cvs commit: apache/logs .cvsignore

1997-08-24 Thread Roy Fielding
fielding97/08/24 19:38:27 Added: logs Tag: APACHE_1_2_X .cvsignore Log: Adding a .cvsignore file here has the added benefit of creating a logs directory automatically during a cvs export. Revision ChangesPath No revision No

cvs commit: apachen/logs .cvsignore

1997-08-24 Thread Roy Fielding
fielding97/08/24 19:35:02 Added: logs .cvsignore Log: Adding a .cvsignore file here has the added benefit of creating a logs directory automatically during a cvs export. Revision ChangesPath 1.1 apachen/logs/.cvsignore Index: .cvsignore ===

cvs commit: apachen/src/modules/proxy proxy_http.c

1997-08-22 Thread Roy Fielding
fielding97/08/22 21:57:05 Modified:src/modules/proxy proxy_http.c Log: The ProxyRemote change introduced a bug resulting in the proxy always making requests with the full-URI instead of just the URI path. Submitted by: Marc Slemko, Roy Fielding Revision ChangesPath

cvs commit: apachen/src/core .cvsignore Makefile.tmpl alloc.c alloc.h buff.c buff.h conf.h dummy.c explain.c explain.h fnmatch.c fnmatch.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h md5.h md5c.c multithread.h rfc1413.c rfc1413.h scoreboard.h util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c

1997-08-22 Thread Roy Fielding
fielding97/08/22 20:12:15 Removed: src/core .cvsignore Makefile.tmpl alloc.c alloc.h buff.c buff.h conf.h dummy.c explain.c explain.h fnmatch.c fnmatch.h http_bprintf.c http_conf_globals.h http_config.c http_config.h

cvs commit: apache/src/modules/proxy proxy_http.c

1997-08-20 Thread Roy Fielding
the full-URI instead of just the URI path. - [Marc Slemko] + [Marc Slemko, Roy Fielding] Changes with Apache 1.2.3 No revision No revision 1.17.2.5 +2 -1 apache/src/modules/proxy/proxy_http.c Index

cvs commit: apache/src CHANGES

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:28:56 Modified:src Tag: APACHE_1_2_X CHANGES Log: Note 1.2.3 proxy bug. Revision ChangesPath No revision No revision 1.286.2.50 +6 -0 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src/modules/proxy proxy_http.c

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:24:32 Modified:src/modules/proxy Tag: APACHE_1_2_X proxy_http.c Log: Fix bug introduced by last change in 1.2.3, resulting in the proxy always making requests with the full-URI instead of just the URI path. Submitted by: Marc Slemko Reviewed by: Roy

cvs commit: apache-site index.html

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:05:35 Modified:.index.html Log: paste-o Revision ChangesPath 1.36 +1 -1 apache-site/index.html Index: index.html === RCS file: /export/home/cvs/apache-site/index

cvs commit: apache-site index.html

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:04:02 Modified:.index.html Log: typo Revision ChangesPath 1.35 +1 -1 apache-site/index.html Index: index.html === RCS file: /export/home/cvs/apache-site/index.ht

cvs commit: apache-site index.html

1997-08-20 Thread Roy Fielding
fielding97/08/20 19:01:17 Modified:.index.html Log: Note proxy bug. Argh! Revision ChangesPath 1.34 +5 -0 apache-site/index.html Index: index.html === RCS file: /export/home/cvs/ap

cvs commit: apache-devsite how-to-release.html

1997-08-20 Thread Roy Fielding
fielding97/08/20 18:14:19 Modified:.how-to-release.html Log: And your little dog Toto, too. (test .tar.Z file using zcat) Revision ChangesPath 1.12 +2 -1 apache-devsite/how-to-release.html Index: how-to-release.html ==

cvs commit: apache-devsite how-to-release.html

1997-08-20 Thread Roy Fielding
fielding97/08/20 18:09:42 Modified:.how-to-release.html Log: Remove suggestion to produce a sorted tar file -- there is nothing professional about it, and it is always less reliable than using the filesystem directly. Use the -exec feature of find instead of an unrelia

cvs commit: apachen/src/modules/proxy Makefile

1997-08-16 Thread Roy Fielding
fielding97/08/16 12:26:00 Modified:src/modules/proxy Makefile Log: Ben says to just hardcode the include path for mod_mime.h [NT sucks] Revision ChangesPath 1.14 +2 -3 apachen/src/modules/proxy/Makefile Index: Makefile ===

cvs commit: apachen/src/modules/proxy Makefile proxy_ftp.c

1997-08-15 Thread Roy Fielding
fielding97/08/15 11:30:11 Modified:src/modules/proxy Makefile proxy_ftp.c Log: Fix proxy Makefile and include path busted by re-org. Revision ChangesPath 1.13 +4 -2 apachen/src/modules/proxy/Makefile Index: Makefile ===

cvs commit: apachen/src/core conf.h http_main.c

1997-08-15 Thread Roy Fielding
fielding97/08/15 11:12:13 Modified:src CHANGES Configure src/core conf.h http_main.c Log: Improved support for ConvexOS 11. Submitted by: Jeff Venters <[EMAIL PROTECTED]> Reviewed by: Roy Fielding, Ralf S. Engelschall Revision ChangesPath

cvs commit: apachen/src/modules/proxy mod_proxy.h proxy_cache.c proxy_ftp.c proxy_http.c

1997-08-15 Thread Roy Fielding
Apache 1.2.3 + + *) Force proxy to always respond as HTTP/1.0, which it was failing to + do for errors and cached responses. [Roy Fielding] + +Changes with Apache 1.2.2 [not released] *) Fixed another long-standing bug in sub_req_lookup_file where it would happily ski

cvs commit: apache/src CHANGES Configure conf.h http_main.c

1997-08-15 Thread Roy Fielding
fielding97/08/15 10:29:53 Modified:src Tag: APACHE_1_2_X CHANGES Configure conf.h http_main.c Log: Improved support for ConvexOS 11. Submitted by: Jeff Venters <[EMAIL PROTECTED]> Reviewed by: Roy Fielding, Ralf S. Engelschall Re

cvs commit: apache/src/modules/proxy mod_proxy.h proxy_cache.c proxy_ftp.c proxy_http.c

1997-08-15 Thread Roy Fielding
+ *) Force proxy to always respond as HTTP/1.0, which it was failing to + do for errors and cached responses. [Roy Fielding] + Changes with Apache 1.2.2 [not released] *) Fixed another long-standing bug in sub_req_lookup_file where it would 1.126.2.6 +9 -2 apache/src

cvs commit: apache/src http_main.c

1997-08-03 Thread Roy Fielding
survive the dup on Solaris. Also block SIGHUP and SIGUSR1 during restart on all platforms. PR: 832 Submitted by: Dean Gaudet Reviewed by: Roy Fielding Revision ChangesPath No revision No revision 1.149.2.6 +35 -33apache/src

cvs commit: apache/src http_core.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 19:36:04 Modified:src http_core.c Log: Fix warning due to haddr being used outside the conditional block in which it is given a value. The fix is more efficient anyway. Revision ChangesPath 1.106 +5 -7 apache/src/http_core.c Index:

cvs commit: apache/src CHANGES http_core.c http_protocol.c http_protocol.h http_request.c http_config.h

1997-07-19 Thread Roy Fielding
do with it; otherwise, the body would be mistaken for the + next request on a persistent connection. discard_request_body() + has been added to take care of that. [Roy Fielding] PR#378 + *) API: Symbol APACHE_RELEASE provides a numeric form of the Apache release vers

cvs commit: apache/src CHANGES http_core.c http_protocol.c http_protocol.h http_request.c

1997-07-19 Thread Roy Fielding
ed to be prepared to read a body even if they don't know + what to do with it; otherwise, the body would be mistaken for the + next request on a persistent connection. discard_request_body() + has been added to take care of that. [Roy Fielding] PR#378 + *) A

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
source code branching. [Roy Fielding] + + *) Minor oversight on multiple variants fixed. [Paul Sutton] PR#94 + Changes with Apache 1.2.1 *) SECURITY: Don't serve file system objects unless they are plain files, 1.129 +5 -0 apache/src/httpd.h Ind

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
+ same lines as our source code branching. [Roy Fielding] + + *) Minor oversight on multiple variants fixed. [Paul Sutton] PR#94 + Changes with Apache 1.2.1 *) SECURITY: Don't serve file system objects unless they are plain files, 1.111.2.10 +4 -1 a

cvs commit: apache/src CHANGES

1997-07-15 Thread Roy Fielding
if there is one. If there isn't one, the behaviour is unchanged. ! [Ken Coar, Roy Fielding, Andrey A. Chernov] *) On Win32, modules can now be dynamically loaded DLLs using the LoadModule/LoadFile directives. Note that module DLLs must be

cvs commit: apache/src http_protocol.c

1997-07-15 Thread Roy Fielding
fielding97/07/15 08:52:44 Modified:src http_protocol.c Log: commento Revision ChangesPath 1.137 +3 -3 apache/src/http_protocol.c Index: http_protocol.c === RCS file: /export/home/cvs/a

cvs commit: apache/src .indent.pro

1997-07-14 Thread Roy Fielding
fielding97/07/14 10:19:59 Modified:src .indent.pro Log: Minor tweak to prevent reformatting of block comments that begin in column 1. I wish I could prevent reformatting of any block comment; fixing those will have to be done manually. Revision ChangesPath 1.2

cvs commit: apache/src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h

1997-07-14 Thread Roy Fielding
fielding97/07/14 04:29:00 Modified:src CHANGES alloc.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: Removed "Make cgi unbuffered" changes of 1997/07/06 Revision ChangesPath 1.335

cvs commit: apache/src CHANGES http_protocol.c

1997-07-14 Thread Roy Fielding
hat we can't do it twice by accident. [Roy Fielding] *) mod_expire also issues Cache-Control: max-age headers. [Rob Hartill] *** *** 111,117 When used together, these cause mod_dir to emit HEIGHT and WIDTH attributes in the FancyInde

cvs commit: CVSROOT log_accum.pl

1997-06-26 Thread Roy Fielding
fielding97/06/26 14:15:11 Modified:. log_accum.pl Log: Fixed the problem with diffing the first revision on a branch against the pre-branched file. Revision ChangesPath 1.28 +7 -0 CVSROOT/log_accum.pl Index: log_accum.pl

cvs commit: CVSROOT/old deleteme

1997-06-26 Thread Roy Fielding
fielding97/06/26 09:41:35 Removed: old deleteme Log: works great!

cvs commit: CVSROOT/old deleteme

1997-06-26 Thread Roy Fielding
fielding97/06/26 09:38:46 Added: old deleteme Log: Testing Revision ChangesPath 1.1 CVSROOT/old/deleteme Index: deleteme === This is a file I just added to test the new loggi

cvs commit: CVSROOT commit_prep.pl log_accum.pl rcstemplate

1997-06-26 Thread Roy Fielding
rint "\n"; - exit(1); - } - } - # # Record this directory as the last one checked. This will be used # by the log_accumulate script to determine when it is processing # the final directory of a multi-di

cvs commit: CVSROOT cvsedit

1997-06-26 Thread Roy Fielding
fielding97/06/26 08:32:34 Modified:. cvsedit Log: Remove the disabled test of return code, hardcode vi path. Revision ChangesPath 1.12 +2 -8 CVSROOT/cvsedit Index: cvsedit === RCS f

cvs commit: CVSROOT checkoutlist

1997-06-26 Thread Roy Fielding
fielding97/06/26 08:10:31 Modified:. checkoutlist Log: minor addition to see if updateCVSROOT is gone yet Revision ChangesPath 1.4 +1 -0 CVSROOT/checkoutlist Index: checkoutlist ===

cvs commit: CVSROOT avail checkoutlist commit_prep.pl commitcheck commitinfo cvs_acls.pl cvsedit cvswrappers edithook editinfo log_accum.pl loginfo rcsinfo taginfo unwrap updateCVSROOT wrap

1997-06-26 Thread Roy Fielding
fielding97/06/26 07:39:14 Modified:. avail checkoutlist commit_prep.pl commitcheck commitinfo cvs_acls.pl cvsedit cvswrappers edithook editinfo log_accum.pl loginfo rcsinfo taginfo unwrap updateCVSROOT wrap

cvs commit: CVSROOT checkoutlist modules

1997-06-26 Thread Roy Fielding
fielding97/06/26 07:19:09 Modified:. checkoutlist modules Log: Replaced antiquated updateCVSROOT with built-in checkoutlist. Updated list of modules. Revision ChangesPath 1.2 +9 -5 CVSROOT/checkoutlist Index: checkoutlist ==

cvs commit: apache ABOUT_APACHE README

1997-06-15 Thread Roy Fielding
fielding97/06/15 23:00:16 Modified:. ABOUT_APACHE README Log: Added the ack that Ambarish requested (and deserves) for originating the NT port. Revision ChangesPath 1.2 +1 -1 apache/ABOUT_APACHE Index: ABOUT_APACHE =

cvs commit: apache/src CHANGES

1997-06-05 Thread Roy Fielding
18 Mar 1995 + + *) Based on NCSA httpd 1.3 by Rob McCool and patches by CERT, + Roy Fielding, Robert Thau, Nicolas Pioch, David Robinson, + Brian Behlendorf, Rob Hartill, and Cliff Skolnick

cvs commit: apache ABOUT_APACHE

1997-06-03 Thread Roy Fielding
fielding97/06/03 16:23:13 Added: . ABOUT_APACHE Log: History of the group, credits, how to join, and brief guidelines. I would like to include the history of 1.1 and 1.2 developments as well, but did not have time for it this round. Submitted by: Roy Fielding

cvs commit: apache/src CHANGES

1997-05-28 Thread Roy Fielding
for -DUSE_PERL_SSI and mod_perl. [Rob Hartill] + *) Proxy needs to use hard_timeout instead of soft_timeout when it is + reading from one buffer and writing to another, at least until it has + a custom timeout handler. [Roy Fielding and Petr Lampa] + *) Fixed

cvs commit: apache/src/modules/proxy proxy_util.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 23:23:37 Modified:src/modules/proxy proxy_util.c Log: Until someone has time to create a proxy-specific timeout handler, we need to use hard_timeout any time we are simultaneously reading from one blockable buffer and writing to another. Revision Changes

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 CHANGES conf.h http_main.c rfc1413.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 21:50:29 Modified:src CHANGES conf.h http_main.c rfc1413.c Log: Fixed problem on Irix with servers hanging in IdentityCheck, apparently due to a mismatch between sigaction and setjmp. Submitted by: Roy Fielding, PR#502 Reviewed by: Jim Jagielski

cvs commit: apache/src CHANGES mod_include.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 21:23:13 Modified:src CHANGES mod_include.c Log: If Options Includes and USE_PERL_SSI is defined, allow #perl SSI to invoke routines governed by mod_perl. Submitted by: Rob Hartill Reviewed by: Randy Terbush, Doug MacEachern, Roy Fielding

cvs commit: apache/src CHANGES http_protocol.c

1997-05-28 Thread Roy Fielding
fielding97/05/28 20:44:33 Modified:src CHANGES http_protocol.c Log: Initialize r->status as request-timed-out until after we successfully read the request-line and header fields. Submitted by: Roy Fielding and Ed Korthof, PR#601 Revision ChangesPath 1.

cvs commit: apache/src http_main.c http_protocol.c httpd.h

1997-05-28 Thread Roy Fielding
fielding97/05/28 20:10:56 Modified:src http_main.c http_protocol.c httpd.h Log: Revert the logging 408 changes, since it is unsafe to set method_number to a negative value (it is used in bit shift operations) and because there is a much easier way to do the same thing.

cvs commit: apache/src CHANGES httpd.h http_config.h http_main.c http_protocol.c

1997-05-26 Thread Roy Fielding
with the most recently used VH instead of the first, causing most virtual hosts to be ignored. Fix required API version bump. Submitted by: Paul Sutton (Martin Mares, PR#610) Reviewed by: Roy Fielding, Randy Terbush, Ed Khortof Revision ChangesPath 1.279 +6 -0 apache

cvs commit: apache/src alloc.h alloc.c http_protocol.c

1997-05-26 Thread Roy Fielding
a call to table_get; the second is that Location needs to be added to the output header table for redirects. Submitted by: Roy Fielding and Ed Korthof Reviewed by: Jim Jagielski, Randy Terbush Revision ChangesPath 1.21 +1 -0 apache/src/alloc.h Inde

cvs commit: apache/src CHANGES http_main.c

1997-05-26 Thread Roy Fielding
fielding97/05/26 20:57:20 Modified:src CHANGES http_main.c Log: The OS/2 handling of process group was broken by a porting patch for MPE (rev 1.116), so I restored the prior code for OS/2 and cleaned up the compiler conditionals. Submitted by: Roy Fielding and Garey

cvs commit: apache/src CHANGES

1997-05-15 Thread Roy Fielding
fielding97/05/15 16:40:13 Modified:src CHANGES Log: forgotto Revision ChangesPath 1.277 +1 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v re

cvs commit: apache/src CHANGES http_config.c

1997-05-15 Thread Roy Fielding
fielding97/05/15 16:39:22 Modified:src CHANGES http_config.c Log: Inherit virtual server port from main server if none (or "*") is given for VirtualHost. Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Paul Sutton Revision ChangesPath 1.276

cvs commit: apache/src CHANGES httpd.h alloc.h http_request.c http_protocol.c

1997-05-14 Thread Roy Fielding
the lookup for a DirectoryIndex name with content negotiation has found matching variants, but none are acceptable, return the ! negotiation result if there are no more DirectoryIndex names lookup. [Petr Lampa and Roy Fielding] *) If a soft_timeout occurs af

cvs commit: apache-site/contributors index.html

1997-05-13 Thread Roy Fielding
fielding97/05/13 04:39:13 Modified:contributors index.html Log: Added Ken Coar. Of course its appropriate. Marc Slemko and Paul Sutton should add themselves as well. The only reason we haven't added you already is because people don't like the funny sayings unless they wr

cvs commit: apache-site/contributors index.html

1997-05-12 Thread Roy Fielding
fielding97/05/12 22:17:47 Modified:contributors index.html Log: Taking out the trash Revision ChangesPath 1.5 +0 -10 apache-site/contributors/index.html Index: index.html === RCS file: /ex

cvs commit: apache-site/contributors index.html

1997-05-12 Thread Roy Fielding
fielding97/05/12 22:05:54 Modified:contributors index.html Log: Updated my entry and added Dean's. Revision ChangesPath 1.4 +23 -5 apache-site/contributors/index.html Index: index.html ===

cvs commit: apache/src CHANGES mod_dir.c

1997-05-12 Thread Roy Fielding
. Submitted by: Petr Lampa and Roy Fielding Reviewed by: Randy Terbush, Dean Gaudet Revision ChangesPath 1.274 +5 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src CHANGES http_main.c

1997-05-12 Thread Roy Fielding
CC=/OPTIM= format in Configuration. Finally, fix compiler flags if using HP-UX's cc compiler. [Jim Jagielski] ! *) Subrequests and internal redirect now inherit the_request from the original request-line. [Roy Fielding] *) Test for error conditions b

cvs commit: apache/src util_script.c

1997-05-11 Thread Roy Fielding
fielding97/05/11 16:13:23 Modified:src util_script.c Log: Just in case, added comments and fixed assumption about the_request in original_uri(). Revision ChangesPath 1.58 +12 -5 apache/src/util_script.c Index: util_script.c

cvs commit: apache/src CHANGES http_protocol.c http_request.c

1997-05-11 Thread Roy Fielding
--- CHANGES 1997/05/11 22:30:36 1.271 *** *** 1,5 --- 1,8 Changes with Apache 1.2 + *) Subrequests and internal redirect now inherit the_request from the + original request-line. [Roy Fielding] + *) Test for error conditions before

cvs commit: apache/support suexec.h

1997-05-09 Thread Roy Fielding
fielding97/05/09 22:06:18 Modified:support suexec.h Log: Clarified comment about USERDIR_SUFFIX. Submitted by: Marc Slemko Reviewed by: Roy Fielding Revision ChangesPath 1.9 +13 -2 apache/support/suexec.h Index: suexec.h

cvs commit: apache/src CHANGES http_core.c http_request.c mod_include.c

1997-05-08 Thread Roy Fielding
eeded requests, but this part is needed for the general solution anyway. A fix for the latter will be in a separate patch. Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Ken Coar, Jim Jagielski Revision ChangesPath 1.270 +7 -1 apache/src/CHANGES Index: CH

cvs commit: apache/src CHANGES http_protocol.c httpd.h mod_actions.c

1997-05-08 Thread Roy Fielding
httpd.h. Changed the value of DEFAULT_TYPE to match the documented default (text/plain). Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Jim Jagielski Revision ChangesPath 1.269 +6 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_status.c

1997-05-08 Thread Roy Fielding
fielding97/05/08 01:23:32 Modified:src CHANGES mod_status.c Log: Escape the HTML-sensitive characters in the Request-URI that is output for each child by mod_status. Submitted by: Dean Gaudet and Ken Coar, PR#501 Reviewed by: Roy Fielding, Jim Jagielski Revision

cvs commit: apache/src CHANGES http_main.c

1997-05-08 Thread Roy Fielding
fielding97/05/08 00:57:46 Modified:src CHANGES http_main.c Log: Properly initialize the flock structures used by the mutex locking around accept() when USE_FCNTL_SERIALIZED_ACCEPT is defined. Submitted by: Marc Slemko Reviewed by: Roy Fielding, Dean Gaudet

cvs commit: apache/src CHANGES util_script.c

1997-05-08 Thread Roy Fielding
. + This solves a problem with existing scripts that use extra path info + in the ScriptAlias directive to pass options to the CGI script. + [Roy Fielding] + *) The _default_ change in 1.2b10 will change the behaviour on configs that use multiple Listen statements for

cvs commit: apache/src CHANGES http_protocol.c

1997-04-30 Thread Roy Fielding
body again. I thought this problem was fixed by removing the Content-Length header field in mod_cgi, but that only fixed it for internal redirects. So, I have restored the previously tested and verified fix which is specific to ErrorDocument. Submitted by: Rob Hartill Reviewed by: Roy

cvs commit: apache/src CHANGES util_script.h util_script.c

1997-04-28 Thread Roy Fielding
ovement by allocating just-enough memory for the argv array instead of the maximum supported by the OS. Submitted by: Dean Gaudet and Roy Fielding Revision ChangesPath 1.261 +3 -3 apache/src/CHANGES Inde

cvs commit: apache/src CHANGES http_config.h

1997-04-27 Thread Roy Fielding
*** *** 1,5 --- 1,8 Changes with Apache 1.2b9 + *) Reset the MODULE_MAGIC_NUMBER to account for the unsigned port + changes and in anticipation of 1.2 final release. [Roy Fielding] + *) Fix problem with scripts not receiving a SIGPIPE when client

cvs commit: apache/src Configuration.tmpl

1997-04-27 Thread Roy Fielding
fielding97/04/27 02:58:33 Modified:src Configuration.tmpl Log: remove redundant and out-of-place comment Revision ChangesPath 1.62 +1 -2 apache/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache/src CHANGES Configuration.tmpl

1997-04-27 Thread Roy Fielding
[Roy Fielding and Nathan Kurz] PR#335 *) Rearrange Configuration.tmpl so that mod_rewrite has higher priority ! than mod_alias, and mod_alias has higher priority than mod_proxy. ! [Sameer Parekh] *) Fix graceful restart. Eliminate many signal-related race

cvs commit: apache/src util_script.c

1997-04-27 Thread Roy Fielding
fielding97/04/27 00:14:02 Modified:src util_script.c Log: Avoid doing a get_module_config if none of the RLIMITs are defined, since we don't need it if we are not going to do a setrlimit. Revision ChangesPath 1.53 +5 -0 apache/src/util_script.c Inde

cvs commit: apache/src CHANGES util_script.h util_script.c

1997-04-26 Thread Roy Fielding
g the /~user and save the username in a separate data + area so that it won't be overwritten by the call to getgrgid(), and + fix some misuse of the pool string allocation functions. Also fixes + a general problem with parsing URL query info into args for CGI scripts. +

cvs commit: apache/src CHANGES http_protocol.c buff.c

1997-04-26 Thread Roy Fielding
. Submitted by: Roy Fielding (with help from Nathan Kurz, PR#335) Reviewed by: Dean Gaudet, Randy Terbush, Chuck Murcko Revision ChangesPath 1.250 +5 -0 apache/src/CHANGES Index: CHANGES === RCS file

cvs commit: apache/src CHANGES buff.c http_main.h http_main.c http_protocol.c mod_cgi.c

1997-04-21 Thread Roy Fielding
** *** 1,5 --- 1,9 Changes with Apache 1.2 + *) If a soft timeout (or lingerout) occurs while trying to flush a + buffer or write inside buff.c or fread'ing from a CGI's output, + then the timeout would be ignored. [Roy Fielding] PR#373 +

cvs commit: apache/src CHANGES http_protocol.c

1997-04-19 Thread Roy Fielding
think a normal image is invalid. We are guessing that this is because their initial read of a new request uses a 256 byte buffer. We check the bytes written so far and, if we are about to tickle the bug, we instead insert a padding header of eminent bogosity. Submitted by: Roy Fieldin

cvs commit: apache/src CHANGES mod_dir.c

1997-04-17 Thread Roy Fielding
being promoted to the main response. Submitted by: Roy Fielding and Paul Sutton Reviewed by: Dean Gaudet, Randy Terbush, Jim Jagielski Revision ChangesPath 1.237 +6 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src/helpers CutRule

1997-04-17 Thread Roy Fielding
fielding97/04/17 19:47:07 Modified:src/helpers CutRule Log: Fixed problem where the egrep would pick up rules that were commented-out. Reviewed by: Dean Gaudet, Randy Terbush, Jim Jagielski Revision ChangesPath 1.3 +2 -1 apache/src/helpers/CutRule

cvs commit: apache/support rotatelogs.c

1997-04-15 Thread Roy Fielding
fielding97/04/15 23:18:26 Modified:support rotatelogs.c Log: Use a zero-padded decimal number for logfile names to improve alphabetic sorts on the directory. Submitted by: Mitchell Blank Jr Reviewed by: Ben Laurie, Jim Jagielski, Roy Fielding Revision Changes

  1   2   3   >