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 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 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/modules/proxy proxy_util.c

1997-05-29 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 CHANGES

1997-05-29 Thread Roy Fielding
fielding97/05/28 23:46:55 Modified:src CHANGES Log: doc change for proxy timeout handling. Revision ChangesPath 1.284 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export

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-06-05 Thread Roy Fielding
fielding97/06/05 02:32:47 Modified:src CHANGES Log: Filling gaps is a pain in the ass when the mailing list hits 1000/month. Revision ChangesPath 1.286 +19 -1 apache/src/CHANGES Index: CHANGES

cvs commit: apache ABOUT_APACHE README

1997-06-16 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: 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: 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

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 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

cvs commit: CVSROOT commit_prep.pl log_accum.pl rcstemplate

1997-06-26 Thread Roy Fielding
fielding97/06/26 09:32:20 Modified:. commit_prep.pl log_accum.pl rcstemplate Log: Implemented logging/mail of new (Added) files with revision 1.1. Removed the commit preparation and logging code having to do with checking Id lines, since we can't use it (and its a bad

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

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: apache/src CHANGES http_protocol.c

1997-07-14 Thread Roy Fielding
fielding97/07/14 01:50:28 Modified:src CHANGES http_protocol.c Log: A very large one-line change. If finalize_request_protocol were to be mistakenly called twice, it would send two chunked terminators. To prevent that, we just needed to clear r-chunked at the same time

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 .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 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

cvs commit: apache/src CHANGES

1997-07-15 Thread Roy Fielding
fielding97/07/15 09:08:33 Modified:src CHANGES Log: Fix attribution (it was Andrey's idea, but the code was mine) Revision ChangesPath 1.337 +1 -1 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
fielding97/07/19 12:42:19 Modified:src CHANGES httpd.h Log: Introduced APACHE_RELEASE numeric symbol, since branching a release makes a date meaningless for feature comparisons. The format is jnnffbb(j = major number, nn = minor, ff = bugfix, bb = beta

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

1997-07-19 Thread Roy Fielding
fielding97/07/19 13:17:45 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c http_protocol.c http_protocol.h http_request.c Log: In HTTP/1.1, whether or not a request message contains a body is independent of the request method and based solely

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 http_main.c

1997-08-03 Thread Roy Fielding
fielding97/08/03 22:42:47 Modified:src Tag: APACHE_1_2_X http_main.c Log: Really fix solaris -HUP problem with slack dup of sockets. Undo prior change and move ap_slack after all of the rest of the socket initialization, which apparently is needed for SO_REUSEADDR

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

1997-08-15 Thread Roy Fielding
fielding97/08/15 10:59:55 Modified:src CHANGES src/core http_protocol.c src/modules/proxy mod_proxy.h proxy_cache.c proxy_ftp.c proxy_http.c Log: Force proxy to always respond as HTTP/1.0, which it was failing to do

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/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: 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-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

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

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

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/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:44:31 Modified:src Tag: APACHE_1_2_X CHANGES src/modules/proxy Tag: APACHE_1_2_X proxy_http.c Log: Modify last fix so that it uses the full-URI for ProxyRemote requests and the URI path for normal requests. 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

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/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 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

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/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

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_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 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/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

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

1997-09-30 Thread Roy Fielding
fielding97/09/30 14:02:16 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: mod_proxy was sending HTTP/1.1 responses to ftp requests by mistake. Also removed the auto-generated link to www.apache.org that was the source of so many misdirected bug

cvs commit: apachen/src CHANGES

1997-09-30 Thread Roy Fielding
fielding97/09/30 14:48:40 Modified:src CHANGES Log: Improve the note about new unbuffered CGI Revision ChangesPath 1.453 +16 -12apachen/src/CHANGES Index: CHANGES === RCS file: /export

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

1997-10-05 Thread Roy Fielding
fielding97/10/05 00:47:48 Modified:src CHANGES src/main http_log.c http_log.h http_main.c Log: Reduce what is written by aplog_error() by excluding filename if it is NULL, line number if it is -, and errno if the new APLOG_NOERRNO bit is set in level

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

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

Re: cvs commit: apache/src Configure

1996-11-19 Thread Roy T. Fielding
Ack, my mistake - I meant to add the Submitted and Reviewed lines and the log as appropriate but that didn't happen. Can this be added after the fact? Not without making a mess -- don't worry about it. .Roy

adding dgaudet to cvs avail

1997-03-07 Thread Roy T. Fielding
I think Dean should be on the commit list (avail) for Apache cvs, unless he doesn't want to be. .Roy +1

Re: core directory

1997-08-22 Thread Roy T. Fielding
All done. I tried several ways to get the directory to remove itself, but none of them worked. Similar to what Dean said, the best way to fix a checked-out copy is cd apachen/src rm -r nt mv core main perl -pi -e 's#core$#main$#;' main/CVS/Repository and edit CVS/Entries to

<    1   2   3   4