cvs commit: apache/src CHANGES http_main.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:09:41 Modified:src Tag: APACHE_1_2_X CHANGES http_main.c Log: When an error occurs in fcntl() locking suggest the user look up the docs for LockFile. Revision ChangesPath No revision No revision

cvs commit: apache/src CHANGES mod_digest.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:06:20 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES mod_digest.c Log: "digest" auth token should be tested case-insensitive as well. PR: 1599 Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaude

cvs commit: apache/src CHANGES alloc.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:59:12 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES alloc.c Log: Make table_{set,unset}() deal correctly with multiple occurrences of the same key. PR: 1604 Submitted by: Stephen Scheck <[EMAIL PROTECTED]>, Ben

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:54:42 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: send_fd_length() did not calculate total_bytes_sent properly. PR: 1366 Submitted by: Ben Reser <[EMAIL PROTECTED]> Reviewed b

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:52:17 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: r->connect->user allocated in wrong pool PR: 1500 Revision ChangesPath No revision No

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:35:20 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: Multiple "close" tokens may have been set in the "Connection" header, not an error, but a waste. PR: 1683 Submitted by: [EMAI

cvs commit: apache/src CHANGES http_protocol.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:09:29 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: test "basic" token with strcasecmp Submitted by: [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Martin Kraemer, Ken Coar Revision Cha

cvs commit: apache/src CHANGES http_protocol.c

1998-01-14 Thread dgaudet
dgaudet 98/01/13 16:09:35 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: netscape needs padding on the 255th byte as well as 256 and 257 Reviewed by: Martin Kraemer, Roy Fielding Revision ChangesPath

cvs commit: apache/src CHANGES mod_rewrite.c

1998-01-14 Thread dgaudet
dgaudet 98/01/13 16:05:01 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES mod_rewrite.c Log: fix %3f problem in mod_rewrite Submitted by: Ralf Engelschall Reviewed by: Dean Gaudet, Roy Fielding Revision ChangesPath No

cvs commit: apache/src CHANGES buff.c

1998-01-14 Thread dgaudet
dgaudet 98/01/13 16:02:57 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES buff.c Log: fix chunking and rputc()/bputc() Reviewed by: Martin Kraemer, Roy Fielding Revision ChangesPath No revision N

cvs commit: apache/src CHANGES httpd.h

1998-01-14 Thread dgaudet
dgaudet 98/01/13 16:00:40 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES httpd.h Log: more #define wrappers from FreeBSD port Submitted by: Ralf Engelschall Reviewed by:Ralf Engelschall, Dean Gaudet, Martin Kraemer, Roy Field

cvs commit: apache/src CHANGES mod_usertrack.c

1998-01-10 Thread dgaudet
dgaudet 98/01/09 19:48:50 Modified:.Tag: APACHE_1_2_X STATUS src Tag: APACHE_1_2_X CHANGES mod_usertrack.c Log: Fix MPE porting problem. Submitted by: Mark Bixby Reviewed by: Dean Gaudet, Martin Kraemer Revision ChangesPath No

cvs commit: apache/src CHANGES

1998-01-05 Thread marc
marc98/01/05 13:14:32 Modified:src Tag: APACHE_1_2_X CHANGES Log: Update CHANGES file for the just-committed security fixes. Revision ChangesPath No revision No revision 1.286.2.61 +45 -2 apache/src/CHANGES

cvs commit: apache/src CHANGES util.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 10:59:33 Modified:src Tag: APACHE_1_2_X CHANGES util.c Log: Fix the O(n^2) behaviour of no2slash() Reviewed by: Marc Slemko, Brian Behlendorf Revision ChangesPath No revision No revision 1.286

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:46:23 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: fix bogus uninitialized data for && and || PR: 1139 Submitted by: Brian Slesinsky <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision C

cvs commit: apache/src CHANGES mod_imap.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:43:15 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: mod_imap should DECLINE non-GET methods. Submitted by: Jay Bloodworth <[EMAIL PROTECTED]> Reviewed by: Brian Behlendorf, Dean Gaudet, Ralf Engelschall Revision ChangesPath No

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:40:14 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: mod_include did not properly handle all possible redirects from sub-reqs. Submitted by: Ken Coar Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision ChangesPath

cvs commit: apache/src CHANGES mod_userdir.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:38:53 Modified:src Tag: APACHE_1_2_X CHANGES mod_userdir.c Log: mod_userdir overwrites r->finfo in cases where it does not also update r->filename. These two are meant to be in sync, so this is a bug. Reviewed by: Dean Gaudet, Roy Fielding, Ralf En

cvs commit: apache/src CHANGES

1997-09-25 Thread Dean Gaudet
dgaudet 97/09/25 20:11:25 Modified:support Tag: APACHE_1_2_X suexec.c src Tag: APACHE_1_2_X CHANGES Log: suexec.c wouldn't build without -DLOG_EXEC Submitted by: Jason A. Dour Reviewed by: Dean Gaudet, Roy Fielding Revision ChangesPath No

cvs commit: apache/src CHANGES http_main.c

1997-09-22 Thread Dean Gaudet
dgaudet 97/09/22 14:58:56 Modified:src Tag: APACHE_1_2_X CHANGES http_main.c Log: inetd mode uses timeouts without setting up the jmpbuf PR: 1064 Reviewed by: Marc Slemko, Roy Fielding Revision ChangesPath No revision No

cvs commit: apache/src CHANGES http_main.c

1997-09-22 Thread Dean Gaudet
dgaudet 97/09/22 14:55:30 Modified:src Tag: APACHE_1_2_X CHANGES http_main.c Log: Defend against linux EFAULT infinite loop on select(). PR: 1107 Submitted by: Rick Franchuk <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Marc Slemko, Roy Fielding Revision

cvs commit: apache/src CHANGES Configure

1997-08-21 Thread Marc Slemko
marc97/08/21 15:56:23 Modified:src Tag: APACHE_1_2_X CHANGES Configure Log: Add -lm flag for AIX v>=4.2. Revision ChangesPath No revision No revision 1.286.2.52 +3 -0 apache/src/CHANGES Index: CHANGES

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 CHANGES mod_rewrite.c

1997-08-17 Thread Ralf S. Engelschall
rse 97/08/17 13:35:52 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c Log: Fixed proxy-pass-through feature. Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath No revision No

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

cvs commit: apache/src CHANGES

1997-08-12 Thread Ralf S. Engelschall
rse 97/08/12 04:59:01 Modified:src Tag: APACHE_1_2_X CHANGES Log: Prepare for 1.2.3. Revision ChangesPath No revision No revision 1.286.2.45 +4 -1 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src CHANGES http_request.c

1997-08-11 Thread Ralf S. Engelschall
rse 97/08/11 07:20:08 Modified:src CHANGES http_request.c Log: Last patch for 1.2.2: This is Dean's patch which fixes a long-standing bug in sub_req_lookup_file(). A too optimistic optimization is now avoided. Submitted by: Dean Gaudet Reviewed by: Dean Gaudet, Ral

cvs commit: apache/src CHANGES

1997-08-10 Thread Ralf S. Engelschall
rse 97/08/10 09:36:11 Modified:src CHANGES Log: Adjusted changelog for 1.2.2. Revision ChangesPath 1.286.2.43 +4 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apac

cvs commit: apache/src CHANGES Configure INSTALL PORTING

1997-08-08 Thread Jim Jagielski
jim 97/08/08 17:55:55 Modified:src CHANGES Configure INSTALL PORTING Log: Document the various Configuration-suite changes Revision ChangesPath 1.394 +7 -0 apache/src/CHANGES Index: CHANGES =

cvs commit: apache/src CHANGES

1997-08-08 Thread Brian Behlendorf
brian 97/08/08 03:37:40 Modified:src CHANGES Log: test fixed log_accum.pl Revision ChangesPath 1.393 +0 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/

cvs commit: apache/src CHANGES buff.c

1997-08-07 Thread Ralf S. Engelschall
rse 97/08/07 01:41:48 Modified:src CHANGES buff.c Log: Enhanced the chunking and error handling inside the buffer functions. This also reduces the pause on transfers under certain conditions. Submitted by: Dean Gaudet, Roy Fielding Reviewed by: Dean Gaudet, Roy Fi

cvs commit: apache/src CHANGES http_request.c

1997-08-06 Thread Dean Gaudet
dgaudet 97/08/06 13:32:22 Modified:src CHANGES http_request.c Log: Fix another long-standing bug in sub_req_lookup_file where it would happily skip past access checks on subdirectories looked up with relative paths. (It's used by mod_dir, mod_negotiation, and mod_include

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

1997-08-06 Thread Dean Gaudet
dgaudet 97/08/06 12:53:56 Modified:src CHANGES http_config.c http_config.h http_request.c Log: This probably fixes Brian's CGI problems. But at any rate it's necessary even if it isn't the exact bug that's tickling Brian. My first directory_walk optimization was corruptin

cvs commit: apache/src CHANGES

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:52:20 Modified:src CHANGES Log: Oops forgot to note this is fixed in 1.3a2 as well. Revision ChangesPath 1.384 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:49:34 Modified:src Tag: APACHE_1_2_X CHANGES Log: Correct a few of my changes. Revision ChangesPath No revision No revision 1.286.2.41 +6 -6 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src CHANGES http_core.c

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:45:01 Modified:src CHANGES http_core.c Log: When merging the main server's and sections into a vhost, put the main server's first and the vhost's second. Otherwise the vhost can't override the main server. Reviewed by: Roy Fielding, Ralf S. Enge

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

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:02:47 Modified:htdocs/manual vhosts-in-depth.html src CHANGES http_conf_globals.h http_config.c http_main.c http_protocol.c httpd.h Log: Hashed ip-vhosts, including some semantic changes to vhosts in general which s

cvs commit: apache/src CHANGES http_core.c

1997-08-04 Thread Ralf S. Engelschall
rse 97/08/04 09:05:04 Modified:src Tag: APACHE_1_2_X CHANGES http_core.c Log: Fixed improper vhost merging of and . Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Ralf S. Engelschall, Dean Gaudet Revision ChangesPath No revision

cvs commit: apache/src CHANGES

1997-08-02 Thread Doug MacEachern
dougm 97/08/02 15:43:52 Modified:src CHANGES Log: noted dbmmange overhaul Submitted by: Doug MacEachern Revision ChangesPath 1.381 +16 -0 apache/src/CHANGES Index: CHANGES === RCS f

cvs commit: apache/src CHANGES http_request.c

1997-08-02 Thread Ralf S. Engelschall
rse 97/08/02 08:52:14 Modified:src Tag: APACHE_1_2_X CHANGES http_request.c Log: Bugfix the case where multiple s match and all are applied Submitted by: Dean Gaudet Reviewed by: Dean Gaudet, Ralf S. Engelschall, Randy Terbush Revision ChangesPath No

cvs commit: apache/src CHANGES Configure

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 03:24:44 Modified:src CHANGES Configure Log: AIX >= 4.2 requires -lm due to changes in libc. PR: 667 Submitted by: jason venner <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.378 +3 -0 apache/src/CHA

cvs commit: apache/src CHANGES

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 02:43:51 Modified:src CHANGES Log: Entry for added support of ``=""'' at RewriteCond. Revision ChangesPath 1.377 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 02:13:32 Modified:src CHANGES Log: updated CHANGES for PR#748 Revision ChangesPath 1.376 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/

cvs commit: apache/src CHANGES mod_imap.c

1997-08-01 Thread Ralf S. Engelschall
rse 97/08/01 01:48:19 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: Fixed an infinite loop for references above the server root. PR: 748 Submitted by: Dean Gaudet Reviewed by: Brian Behlendorf Revision ChangesPath No revis

cvs commit: apache/src CHANGES mod_include.c

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:50:05 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: handle_else was being used to handle endif. Submitted by: Howard Fear Reviewed by: Ralf S. Engelschall, Jim Jagielski, Randy Terbush Revision ChangesPath No

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

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:43:20 Modified:src Tag: APACHE_1_2_X CHANGES mod_rewrite.c mod_rewrite.h Log: Final sync of mod_rewrite for Apache 1.2.2: o added diff between mod_rewrite 3.0.6+ and 3.0.9 minus WIN32/NT stuff, but plus copyright removement

cvs commit: apache/src CHANGES mod_auth_anon.c

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:29:45 Modified:src Tag: APACHE_1_2_X CHANGES mod_auth_anon.c Log: mod_auth_anon logs multiple times PR: 421, 868 Submitted by: Dean Gaudet Reviewed by: Ralf S. Engelschall, Dirk v.Gulik, Ken Coar, Jim Jagielski Revision ChangesPath N

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

1997-07-31 Thread Ralf S. Engelschall
rse 97/07/31 01:19:53 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c http_request.c mod_browser.c Log: "force-response-1.0" now only applies to requests which are HTTP/1.0 to begin with. "nokeepalive" now works for HTTP/1.1 clients. Adde

cvs commit: apache/src CHANGES

1997-07-30 Thread Dean Gaudet
dgaudet 97/07/30 11:45:03 Modified:src CHANGES Log: Clear up the CHANGES wording for hostnamelookups double a little bit. Revision ChangesPath 1.373 +4 -2 apache/src/CHANGES Index: CHANGES =

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

1997-07-30 Thread Dean Gaudet
dgaudet 97/07/30 11:41:58 Modified:htdocs/manual/misc compat_notes.html htdocs/manual/mod core.html mod_access.html src CHANGES http_core.c http_core.h http_protocol.c httpd.h mod_access.c Log: mod_access overhaul. Netwo

cvs commit: apache/src CHANGES http_protocol.c

1997-07-30 Thread Ralf S. Engelschall
rse 97/07/30 08:25:32 Modified:src Tag: APACHE_1_2_X CHANGES http_protocol.c Log: get_client_block() returns wrong length if policy is REQUEST_CHUNKED_DECHUNK PR: 815 Submitted by: Kenichi Hori <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Ralf S. Engelschall,

cvs commit: apache/src CHANGES mod_info.c

1997-07-30 Thread Ralf S. Engelschall
rse 97/07/30 08:16:52 Modified:src Tag: APACHE_1_2_X CHANGES mod_info.c Log: Treat container like others in mod_info. PR: 848 Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Ralf S. Engelschall, Ken Coar, Jim Jagielski Revision ChangesPath No

cvs commit: apache/src CHANGES buff.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 23:52:28 Modified:src CHANGES buff.c Log: Combine large bwrite() with partial buffer by using writev() to avoid any mem->mem copies. Fix a bug where if bflush/bwrite had a write failure while chunking they won't properly start the next chunk. Revision

cvs commit: apache/src CHANGES mod_include.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 01:46:45 Modified:src CHANGES mod_include.c Log: fixed unused handle_endif Submitted by: Howard Fear Reviewed by: Dean Gaudet, Marc Slemko Revision ChangesPath 1.369 +4 -0 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES mod_cern_meta.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:38:05 Modified:src CHANGES mod_cern_meta.c Log: fix problem with trying to find meta files for a directory in some cases, but not in others. Revision ChangesPath 1.368 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_mime_magic.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:34:47 Modified:src CHANGES mod_mime_magic.c Log: fix seg fault if there is an error decompressing PR: 904 Submitted by: Martin Kraemer <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.367 +3 -0 apac

cvs commit: apache/src CHANGES mod_autoindex.c

1997-07-25 Thread Rodent of Unusual Size
coar97/07/25 04:04:05 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod mod_autoindex.html src CHANGES mod_autoindex.c Log: Add ability to sort FancyIndexed directories by the different column values, ascending or d

cvs commit: apache/src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:38:17 Modified:src CHANGES alloc.c http_config.c http_core.c mod_alias.c mod_autoindex.c mod_browser.c mod_rewrite.c Log: Various tweaks to eliminate pointer-int casting warnings on 64-bit cpus like the alph

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

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:35:51 Modified:src CHANGES Configure conf.h http_main.c Log: QNX mmap() support. Submitted by: Igor N Kovalenko <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet PR: 683 Revision ChangesPath 1.363 +3 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES http_main.c mod_status.c scoreboard.h

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:32:32 Modified:src CHANGES http_main.c mod_status.c scoreboard.h Log: Exponential spawning, and a child_main optimization for single socket servers. Revision ChangesPath 1.362 +10 -0 apache/src/CHANGES Index: CHANGES

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

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:24:07 Modified:src CHANGES alloc.c buff.c buff.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: cgi unbuffering. Includes various BUFF * routines for script/cgi that suplement th

cvs commit: apache/src CHANGES httpd.h

1997-07-22 Thread Alexei Kosut
akosut 97/07/22 17:06:08 Modified:. README src CHANGES httpd.h Log: Prep for 1.3a1 Revision ChangesPath 1.10 +5 -1 apache/README Index: README === RCS file: /e

cvs commit: apache/src CHANGES

1997-07-21 Thread Jim Jagielski
jim 97/07/21 12:40:16 Modified:src CHANGES Log: Note addition of TestLib in CHANGES. Also note PR# for the IRIX N32 stuff. Revision ChangesPath 1.359 +4 -0 apache/src/CHANGES Index: CHANGES ==

cvs commit: apache/src CHANGES

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 16:45:46 Modified:src CHANGES Log: Note the initgroups change for QNX. Revision ChangesPath 1.356 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cv

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

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:52:44 Modified:src CHANGES http_protocol.c http_request.c mod_browser.c Log: "force-response-1.0" now only applies to requests which are HTTP/1.0 to begin with. "nokeepalive" now works for HTTP/1.1 clients. Added "downgrade-1.0"

cvs commit: apache/src CHANGES

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:39:45 Modified:src Tag: APACHE_1_2_X CHANGES Log: Note the fixes for PR#813, 814. Revision ChangesPath No revision No revision 1.286.2.31 +4 -0 apache/src/CHANGES Index: CHANGES ===

cvs commit: apache/src CHANGES mod_include.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:24:28 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: fixup of mod_include logging Reviewed by: Jim Jagielski, Dean Gaudet Submitted by: Marc Slemko PR: 797 Revision ChangesPath No revision

cvs commit: apache/src CHANGES

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:22:04 Modified:src Tag: APACHE_1_2_X CHANGES Log: Note the fix for the Solaris -HUP problem. Revision ChangesPath No revision No revision 1.286.2.29 +4 -0 apache/src/CHANGES Index: CH

cvs commit: apache/src CHANGES

1997-07-19 Thread Doug MacEachern
dougm 97/07/19 15:26:57 Modified:src CHANGES Log: logged change for t_handle Revision ChangesPath 1.353 +11 -2 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/

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
fielding97/07/19 13:27:56 Modified:src CHANGES http_core.c http_protocol.c http_protocol.h http_request.c http_config.h Log: In HTTP/1.1, whether or not a request message contains a body is independent of the request method and based solely on the pre

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

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

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
fielding97/07/19 12:13:59 Modified:src Tag: APACHE_1_2_X CHANGES httpd.h Log: Replaced APACHE_RELEASE_DATE with APACHE_RELEASE number, since branching a release makes the date meaningless for feature comparisons. The format is jnnffbb(j = major number, nn = mi

cvs commit: apache/src CHANGES http_protocol.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 03:20:52 Modified:src CHANGES http_protocol.c Log: PR#815: get_client_block() returns wrong length if policy is REQUEST_CHUNKED_DECHUNK Submitted by: Kenichi Hori <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.350

cvs commit: apache/src CHANGES mod_imap.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 02:48:06 Modified:src CHANGES mod_imap.c Log: PR#807: Support frontpage image map syntax. Submitted by: "Chris O'Byrne" <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.349 +4 -0 apache/src/CHANGES Index: CHA

cvs commit: apache/src CHANGES Configure

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 02:34:34 Modified:src CHANGES Configure Log: PR#846: swap order of -lsocks and -lresolv for solaris Submitted by: "Darren O'Shaughnessy" <[EMAIL PROTECTED]> Revision ChangesPath 1.348 +3 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_info.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 02:02:49 Modified:src CHANGES mod_info.c Log: AddModuleInfo directive for mod_info which allows you to annotate the output of mod_info Submitted by: "Lou D. Langholtz" <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.347

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

1997-07-18 Thread Ralf S. Engelschall
rse 97/07/18 02:48:09 Modified:src CHANGES mod_rewrite.c mod_rewrite.h Log: mod_rewrite gifting procedure, step 2: - remove the copyright - cleanup: remove the Apache 1.2.1 related #ifdefs - updated the CHANGES file for recent updates Revision ChangesPath

cvs commit: apache/src CHANGES mod_auth_anon.c

1997-07-17 Thread Dean Gaudet
dgaudet 97/07/17 14:38:18 Modified:src CHANGES mod_auth_anon.c Log: PR#421, PR#868: Anonymous_LogEmail was logging on subrequests Revision ChangesPath 1.342 +3 -0 apache/src/CHANGES Index: CHANGES =

cvs commit: apache/src CHANGES

1997-07-16 Thread Dean Gaudet
dgaudet 97/07/16 22:17:10 Modified:src CHANGES Log: s#is_initial_request#is_initial_req# Revision ChangesPath 1.341 +1 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/c

cvs commit: apache/src CHANGES

1997-07-16 Thread Dean Gaudet
dgaudet 97/07/16 22:13:28 Modified:src CHANGES Log: Forgot to note the addition of is_initial_request. Revision ChangesPath 1.340 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src CHANGES

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 16:14:24 Modified:src CHANGES Log: Oops; forgot to update CHANGES for the mod_include XSSI string relop extensions. PR: 41 Submitted by: Bruno Wolff III <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Ken Coar, Paul Sutton, Brian

cvs commit: apache/src CHANGES Configure

1997-07-16 Thread Rodent of Unusual Size
coar97/07/16 05:25:36 Modified:src CHANGES Configure Log: Configure was treating the creation of src/Makefile so specifically that it wasn't propagating options like CC and OPTIM to other Makefiles (such as support/Makefile). Options are now pu

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

1997-07-15 Thread Rodent of Unusual Size
coar97/07/15 08:51:12 Modified:src CHANGES mod_autoindex.c Log: Add IndexOptions SuppressHTMLPreamble, which tells the module *not* to generate the , , and so IFF there's an header file in the directory. Submitted by: <[EMAIL PROTECTED]> (reworkin

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
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 Configure conf.h http_main.c util_date.h

1997-07-10 Thread Jim Jagielski
jim 97/07/10 11:32:52 Modified:src CHANGES Configure conf.h http_main.c util_date.h Log: Add Sequent back in and add SONY NEWS-OS Revision ChangesPath 1.332 +2 -0 apache/src/CHANGES Index: CHANGES =

cvs commit: apache/src CHANGES

1997-07-10 Thread Jim Jagielski
jim 97/07/10 09:17:45 Modified:src CHANGES Log: Forgot one Revision ChangesPath 1.331 +3 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v

cvs commit: apache/src CHANGES

1997-07-09 Thread Dean Gaudet
dgaudet 97/07/09 15:44:44 Modified:src CHANGES Log: Expand note about mod_autoindex. Revision ChangesPath 1.330 +7 -1 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/a

cvs commit: apache/src CHANGES Configuration.tmpl mod_autoindex.c mod_dir.c

1997-07-08 Thread Dean Gaudet
dgaudet 97/07/08 12:50:49 Modified:htdocs/manual/mod directives.html index.html mod_autoindex.html mod_dir.html src CHANGES Configuration.tmpl mod_autoindex.c mod_dir.c Log: Automatic indexes moved from mod_dir int

cvs commit: apache/src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c

1997-07-07 Thread Dean Gaudet
dgaudet 97/07/07 23:32:37 Modified:src CHANGES alloc.c alloc.h mod_dir.c mod_negotiation.c Log: PR#525: there are unprotected opendir/closedir calls in mod_dir.c and mod_negotiation.c. Add popendir/pclosedir to deal with them. Revision Changes

cvs commit: apache/src CHANGES http_core.c mod_alias.c

1997-07-07 Thread Alexei Kosut
akosut 97/07/07 21:45:31 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod core.html directives.html mod_alias.html src CHANGES http_core.c mod_alias.c Log: Enable regex support in mod_alias with AliasMatch, ScriptAliasMatch and R

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

1997-07-07 Thread Dean Gaudet
dgaudet 97/07/07 19:04:48 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod core.html src CHANGES http_config.c http_config.h http_core.c http_request.c Log: The AccessFileName directive can now take more than

cvs commit: apache/src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h

1997-07-07 Thread Jim Jagielski
jim 97/07/07 07:34:34 Modified:src CHANGES PORTING conf.h http_main.c http_main.h http_request.c mod_status.c mod_usertrack.c scoreboard.h Log: Determine and display the time required to process a request for the status mod

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

1997-07-05 Thread Sameer Parekh
sameer 97/07/05 22:37:24 Modified:src CHANGES alloc.c alloc.h http_protocol.c http_protocol.h mod_cgi.c util_script.c util_script.h Log: Make cgi unbuffered so that nph is only a header thing Revision ChangesPath 1.3

cvs commit: apache/src CHANGES Configure http_core.c http_core.h mod_access.c

1997-07-02 Thread Dean Gaudet
dgaudet 97/07/02 22:59:48 Modified:src Tag: APACHE_1_2_X CHANGES Configure http_core.c http_core.h mod_access.c Log: PR#695: fix problem compiling http_bprintf.c with gcc under SCO Submitted by:Marc Slemko Reviewed by: Dean Gaudet, Randy

cvs commit: apache/src CHANGES Configure

1997-07-02 Thread Dean Gaudet
dgaudet 97/07/02 22:57:11 Modified:src CHANGES Configure Log: PR#695: fix problem compiling http_bprintf.c with gcc under SCO Submitted by: Marc Slemko Reviewed by: Dean Gaudet, Randy Terbush Revision ChangesPath 1.320 +3 -0 apache/src/CHANGES

cvs commit: apache/src CHANGES

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 23:32:51 Modified:src CHANGES Log: The "HostnameLookups off" change is only in 1.3. Revision ChangesPath 1.319 +4 -4 apache/src/CHANGES Index: CHANGES === RCS file: /e

cvs commit: apache/src CHANGES

1997-06-30 Thread Dean Gaudet
dgaudet 97/06/30 23:31:02 Modified:conf Tag: APACHE_1_2_X httpd.conf-dist src Tag: APACHE_1_2_X CHANGES Log: Back out the "HostnameLookups off" change. Revision ChangesPath No revision No revision

  1   2   3   4   5   >