cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:26:27 Modified:htdocs/manual new_features_1_3.html Log: tweak tweak Revision ChangesPath 1.19 +2 -2 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html ==

cvs commit: apachen/src/core conf.h http_core.c http_protocol.c http_protocol.h

1997-08-18 Thread Dean Gaudet
static files. There are two + compile-time tunables MMAP_THRESHOLD (minimum number of bytes + required to use mmap(), default is 0), and MMAP_SEGMENT_SIZE (maximum + number of bytes written in one cycle from a single mmap()d object, + default 32768). [Dean Gaudet

cvs commit: apachen/src/modules/standard mod_unique_id.c mod_setenvif.c

1997-08-18 Thread Dean Gaudet
t, or right after an internal redirect. It is + useful for modules setting environment variables that depend only on + the headers/contents of the request. It does not run during subrequests + because subrequests inherit pretty much everything from the main + request. [Dean Gaude

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

1997-08-18 Thread Dean Gaudet
Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath 1.402 +3 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v retrieving revision 1.401

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

1997-08-17 Thread Dean Gaudet
used. PR#260, PR#656, PR#699, PR#713, PR#812 [Lars Eilebrecht] PR: 260, 656, 699, 713, 812 Submitted by: Lars Eilebrecht Reviewed by: Dean Gaudet, Ralf S. Engelschall Revision ChangesPath 1.401 +5 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/modules/standard mod_auth_db.module mod_auth_dbm.c

1997-08-17 Thread Dean Gaudet
dgaudet 97/08/17 23:05:37 Modified:src Configure src/modules/standard mod_auth_db.module mod_auth_dbm.c Log: Moved dbm/db specific code from Configure into the appropriate module definition section. Revision ChangesPath 1.136 +0 -12 apachen/s

cvs commit: apachen/src/core http_core.c http_request.c

1997-08-17 Thread Dean Gaudet
dgaudet 97/08/17 13:21:38 Modified:src/core http_core.c http_request.c Log: Fix a bug introduced during the directory_walk() optimizations most recently checked in. Includes a rewrite of core_reorder_directories, and removes some cruft code from {directory,file,locaiton}_walk.

cvs commit: apachen/src/core buff.c http_main.c httpd.h scoreboard.h

1997-08-17 Thread Dean Gaudet
dgaudet 97/08/17 04:40:17 Modified:htdocs/manual new_features_1_3.html src/core buff.c http_main.c httpd.h scoreboard.h Log: Implement a new timer scheme which eliminates the need to call alarm() all the time. Instead a counter in the scoreboard for each child is us

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

1997-08-17 Thread Dean Gaudet
. Submitted by: Dean Gaudet, Submitted by: Pierre-Yves Kerembellec <[EMAIL PROTECTED]>, Submitted by: Martijn Koster <[EMAIL PROTECTED]> Reviewed by: Paul Sutton Revision ChangesPath 1.15 +2 -2 apachen/htdocs/manual/new_features_1_3.html Index: new_featu

cvs commit: apachen/src CHANGES

1997-08-16 Thread Dean Gaudet
dgaudet 97/08/16 19:31:49 Modified:src CHANGES Log: Jim never takes credit for his work. Force him! Revision ChangesPath 1.398 +5 -5 apachen/src/CHANGES Index: CHANGES === RCS file: /e

cvs commit: apache/htdocs/manual new_features_1_3.html

1997-08-08 Thread Dean Gaudet
dgaudet 97/08/08 04:28:33 Modified:htdocs/manual new_features_1_3.html Log: Add a few of the things I worked on. Revision ChangesPath 1.13 +51 -1 apache/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html ==

broken commit logging

1997-08-08 Thread Dean Gaudet
commit logging is broken. So I'm posting this by hand. I just committed this patch, which is essentially the patch which I posted a few days ago for buff.c. I went line by line comparing it with the 1.2 buff.c and I think we've got all the 1.2 fixes in here now, plus the newer 1.3 stuff. Dean

cvs commit: apache/src conf.h

1997-08-07 Thread Dean Gaudet
dgaudet 97/08/07 02:39:51 Modified:src conf.h Log: Experimental timings on Linux 2.0.30 suggest that flock() is faster than fcntl(). This can be reversed if the beta shows problems with it. Revision ChangesPath 1.122 +4 -1 apache/src/conf.h Index:

cvs commit: apache/src http_request.c

1997-08-07 Thread Dean Gaudet
dgaudet 97/08/07 01:15:31 Modified:src http_request.c Log: local shadowing another local ... caused by my recent commit Revision ChangesPath 1.72 +0 -1 apache/src/http_request.c Index: http_request.c =

cvs commit: apache/src CHANGES http_request.c

1997-08-06 Thread Dean Gaudet
with + relative paths. (It's used by mod_dir, mod_negotiation, + and mod_include.) [Dean Gaudet] + *) directory_walk optimization to reduce an O(N*M) loop to O(N+M) where N is the number of sections, and M is the number of components in the filename of

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

1997-08-06 Thread Dean Gaudet
ew/public_html", now it only matches things + like "/home/bob/public_html". This mimics /bin/sh behaviour. + - It's possible now to use [] wildcarding in , + or . + - Regex s are applied after all non-regex s. + +[Dean Gaudet] *) Fix a bu

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

1997-08-06 Thread Dean Gaudet
garding .htaccess files + and corrupted paths. [Dean Gaudet] *) Enhanced and cleaned up the URL rewriting engine of mod_rewrite: First the grouped parts of RewriteRule pattern matches (parenthesis!) can 1.71 +7 -12 apache/src/http_config.c

cvs commit: apache/src http_protocol.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:24:34 Modified:src http_protocol.c Log: I'm on a roll tonight. Fix a bug with HTTP/1.1 and the recent hashed ip-vhosts commit. Revision ChangesPath 1.151 +3 -0 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:20:55 Modified:src Tag: APACHE_1_2_X http_core.c Log: Yep I managed to post it screwed up ... and probably because I wrote so much with the patch to PR#717 everyone agreed with the concept without reviewing the code! Revision ChangesPath No

cvs commit: apache/src http_core.c

1997-08-05 Thread Dean Gaudet
dgaudet 97/08/05 01:19:47 Modified:src http_core.c Log: Ugh, I suck. I made this mistake once, you'd think I wouldn't make it again. The append_arrays commit was messed up. Revision ChangesPath 1.108 +1 -1 apache/src/http_core.c Index: http_core.c

cvs commit: apache/src CHANGES

1997-08-04 Thread Dean Gaudet
7;s second. Otherwise the vhost can't override the main server. [Dean Gaudet] PR#717 + *) The code would merge and re-merge the same section after + a match was found, possibly causing problems with some modules. + [Dean Gaudet] + *) ip-based vhosts are sto

cvs commit: apache/src CHANGES

1997-08-04 Thread Dean Gaudet
:32 1.286.2.41 @@ -1,14 +1,14 @@ Changes with Apache 1.2.2 - *) Fixed improper vhost merging of and : changed the - ordering of the arguments to append_arrays for the main server's before - the vhost's. - [Dean Gaudet] + *) When merging the main ser

cvs commit: apache/src CHANGES http_core.c

1997-08-04 Thread Dean Gaudet
Roy Fielding, Ralf S. Engelschall, Dean Gaudet PR: 717 Revision ChangesPath 1.383 +4 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revisio

cvs commit: apache/src util_script.c

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 23:33:27 Modified:src util_script.c Log: eliminate unused variable warning Revision ChangesPath 1.69 +2 -0 apache/src/util_script.c Index: util_script.c === RCS file:

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
) + *only on name-based vhosts* + - if they fail, look for _default_ vhosts + [Dean Gaudet, Dave Hankins <[EMAIL PROTECTED]>] + *) dbmmanage overhaul: - merge dbmmanage and dbmmanage.new functionality, remove dbmmanage.new - tie() to AnyDBM_File

cvs commit: apache/src http_main.c

1997-08-04 Thread Dean Gaudet
dgaudet 97/08/04 02:21:17 Modified:src http_main.c Log: The 1.3 version of the solaris hup patch that was just committed to 1.2.x. Now that we can test specific revs of solaris, don't do the workaround for >= 2.6. Revision ChangesPath 1.196 +42 -30apache

cvs commit: apache/src http_request.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 22:14:26 Modified:src http_request.c Log: make it a little more obvious that this_conf is only used inside the inner loop. Revision ChangesPath 1.68 +2 -1 apache/src/http_request.c Index: http_request.c ===

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 19:55:12 Modified:src http_protocol.c Log: Change set_last_modified to something that Roy and I are both happy with. Reviewed by: Roy Fielding Revision ChangesPath 1.149 +9 -3 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src http_protocol.c

1997-08-03 Thread Dean Gaudet
dgaudet 97/08/03 14:35:59 Modified:src http_protocol.c Log: Reverse this change for now, waiting for Roy's comments on another alternative. Revision ChangesPath 1.148 +3 -2 apache/src/http_protocol.c Index: http_protocol.c =

cvs commit: apache/src mod_setenvif.c

1997-08-02 Thread Dean Gaudet
dgaudet 97/08/02 01:10:28 Modified:src mod_setenvif.c Log: clean up a 64-bit warning Revision ChangesPath 1.4 +1 -1 apache/src/mod_setenvif.c Index: mod_setenvif.c === RCS file: /exp

cvs commit: apache/src mod_setenvif.c

1997-08-02 Thread Dean Gaudet
dgaudet 97/08/02 00:12:50 Modified:src mod_setenvif.c Log: These error messages look like debugging stuff to me... and they're spamming my logs. Revision ChangesPath 1.3 +4 -0 apache/src/mod_setenvif.c Index: mod_setenvif.c ==

cvs commit: apache/src http_main.c CHANGES

1997-08-01 Thread Dean Gaudet
was a bug where the client socket was being close()d twice due a still registered cleanup. [Dean Gaudet] - *) A few cleanups were made to reduce unneeded time() and getpid() - calls. [Dean Gaudet] + *) A few cleanups were made to reduce time(), getpid(), and signal() calls.

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

1997-08-01 Thread Dean Gaudet
ithin + the proxy weren't properly blocking alarms while registering the cleanup + for its sockets. bclose() now uses pclose() and pclosesocket(). There + was a bug where the client socket was being close()d twice due a still + registered cleanup. [Dean Gaudet] +

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 a

cvs commit: apache/src CHANGES

1997-08-01 Thread Dean Gaudet
above the server root + [Dean Gaudet] PR#748 + *) mod_proxy now has a ReceiveBufferSize directive, similar to SendBufferSize, so that the TCP window can be set appropriately for LFNs. [Phillip A. Prindeville]

cvs commit: apache/src http_request.c

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 01:01:22 Modified:src http_request.c Log: Fix a bug introduced by a bug fix during the 1.2 betas: if there are multiple s that match, all are applied... that's the bug that was fixed during 1.2bX. But it didn't reset this_conf to NULL, so as soon as one

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

1997-08-01 Thread Dean Gaudet
dgaudet 97/08/01 00:57:48 Modified:src/modules/proxy proxy_ftp.c Log: fix a bug in the sockopt stuff just committed Revision ChangesPath 1.29 +1 -1 apache/src/modules/proxy/proxy_ftp.c Index: proxy_ftp.c ==

cvs commit: apache/src buff.c

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 21:07:58 Modified:src buff.c Log: Fix compiler warning on OSF/1. Revision ChangesPath 1.41 +1 -1 apache/src/buff.c Index: buff.c === RCS file: /export/home/cvs/apache

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

1997-07-31 Thread Dean Gaudet
dgaudet 97/07/31 00:51:36 Modified:src http_core.c Log: Fix a null deref, and improper status update in the double reverse code. Revision ChangesPath 1.103 +30 -16apache/src/http_core.c Index: http_core.c ==

cvs commit: apache/htdocs/manual/mod directives.html mod_info.html

1997-07-30 Thread Dean Gaudet
dgaudet 97/07/30 13:08:20 Modified:htdocs/manual new_features_1_3.html htdocs/manual/mod directives.html mod_info.html Log: Document the AddModuleInfo patch. Submitted by: "Lou D. Langholtz" <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +3 -0

cvs commit: apache/src CHANGES

1997-07-30 Thread Dean Gaudet
- *) "HostnameLookups double" forces double-reverse DNS to succeed. - The old define MAXIMUM_DNS has been deprecated. [Dean Gaudet] + *) "HostnameLookups double" forces double-reverse DNS to succeed in + order for remote_host to be set (for logging, or for the env var +

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
06:52:25 1.371 +++ CHANGES 1997/07/30 18:41:50 1.372 @@ -1,5 +1,22 @@ Changes with Apache 1.3a2 + *) "HostnameLookups double" forces double-reverse DNS to succeed. + The old define MAXIMUM_DNS has been deprecated. [Dean Gaudet] + + *) mod_access ov

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 23:57:21 Modified:src http_main.c Log: Defensive coding -- protect against a possible future where while just_die() is in effect something might be muddling in alloc.c's internal structure, and one of the child_exit handlers may want to muddle there too.

cvs commit: apache/src CHANGES buff.c

1997-07-28 Thread Dean Gaudet
he large write and the buffer into a single writev(). (This is + in anticipation of using mmap() for reading files.) + [Dean Gaudet] + + *) In obscure cases where a partial socket write occured while chunking, + Apache would omit the chunk header/footer on the next block. +

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 04:02:32 Modified:src http_main.c Log: Log a failed listen... perhaps it will help with diagnosing the bizarre accept() error loops. Revision ChangesPath 1.189 +10 -3 apache/src/http_main.c Index: http_main.c ===

cvs commit: apache/src http_main.c

1997-07-28 Thread Dean Gaudet
dgaudet 97/07/28 02:59:23 Modified:src http_main.c Log: Solaris whines about the const struct sockaddr_in. Silly solaris. Revision ChangesPath 1.188 +1 -1 apache/src/http_main.c Index: http_main.c

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/htdocs/manual/misc FAQ.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:19:03 Modified:htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html Log: merge up to 1.3 base Revision ChangesPath No revision No revision 1.63.2.12 +243 -3apache/htdocs/manual/misc/FAQ.html Index

cvs commit: apache/htdocs/manual/misc descriptors.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:17:43 Modified:htdocs/manual/misc Tag: APACHE_1_2_X descriptors.html Log: merge up to 1.3 docs Revision ChangesPath No revision No revision 1.1.2.4 +1 -1 apache/htdocs/manual/misc/descriptors

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-07-27 Thread Dean Gaudet
dgaudet 97/07/27 10:16:19 Modified:htdocs/manual/mod Tag: APACHE_1_2_X mod_proxy.html Log: merge up to 1.3 docs Revision ChangesPath No revision No revision 1.22.2.2 +15 -15apache/htdocs/manual/mod/mod_proxy.html

cvs commit: apache/src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 20:13:35 Modified:src conf.h http_config.c util.c src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: Add ap_inet_addr. DGUX doesn't have inet_addr, and we use inet_network instead. This just

cvs commit: apache/src CHANGES mod_cern_meta.c

1997-07-26 Thread Dean Gaudet
@@ Changes with Apache 1.3a2 + *) mod_cern_meta would attempt to find meta files for the directory itself + in some cases, but not in others. It now avoids it in all cases. + [Dean Gaudet] + *) mod_mime_magic would core dump if there was a decompression error. [Martin

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

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

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:21:17 Modified:src/modules/proxy proxy_util.c Log: yet another static Revision ChangesPath 1.21 +1 -1 apache/src/modules/proxy/proxy_util.c Index: proxy_util.c === RCS

cvs commit: apache/src http_conf_globals.h httpd.h

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:15:47 Modified:src http_conf_globals.h httpd.h Log: Need extern before MODULE_VAR_EXPORT in order to avoid declaring object in every file. Some compiler/linkers won't treat these as "common" style declarations and will complain about multiple-defns.

cvs commit: apache/src mod_rewrite.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:10:41 Modified:src mod_rewrite.c Log: add static to cachep. (Ralf if it's exported for a reason I can't see then maybe change it to rewrite_cachep) Revision ChangesPath 1.41 +1 -1 apache/src/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache/src mod_asis.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:08:59 Modified:src mod_asis.c Log: Oops missed statics on this one. Revision ChangesPath 1.16 +2 -2 apache/src/mod_asis.c Index: mod_asis.c === RCS file: /export/h

cvs commit: apache/src util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:07:21 Modified:src util.c Log: chdir_file takes a const char *. It shouldn't modify its argument. Revision ChangesPath 1.66 +14 -7 apache/src/util.c Index: util.c ==

cvs commit: apache/src http_config.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:56:04 Modified:src http_config.c Log: Properly cast the ->func parm of command_rec before calling it. This is to improve portability. Revision ChangesPath 1.66 +30 -12apache/src/http_config.c Index: http_config.c ==

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

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:43:39 Modified:src mod_access.c mod_actions.c mod_alias.c mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cgi.c mod_dld.c mod_env.c mod_expires.c mod_headers.c m

cvs commit: apache/src mod_status.c util.c conf.h

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:21:43 Modified:src mod_status.c util.c conf.h Log: Move difftime() defn from mod_status.c to util.c, and test NEED_DIFFTIME. Only SUNOS4 uses NEED_DIFFTIME. Revision ChangesPath 1.55 +0 -9 apache/src/mod_status.c Index: mod_statu

cvs commit: apache/src Configure CHANGES

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 13:16:26 Modified:src Configure CHANGES Log: Some versions of DGUX require -lsocket -lnsl. Submitted by: Alexander L Jones <[EMAIL PROTECTED]> PR: 732 Revision ChangesPath 1.123 +11 -0 apache/src/Configure Index: Config

cvs commit: apache/src alloc.c

1997-07-25 Thread Dean Gaudet
dgaudet 97/07/25 02:41:30 Modified:src alloc.c Log: Fix a file descriptor leak introduced by my cgi unbuffering patch. Revision ChangesPath 1.45 +3 -0 apache/src/alloc.c Index: alloc.c

cvs commit: apache-site index.html

1997-07-24 Thread Dean Gaudet
dgaudet 97/07/24 20:36:07 Modified:. index.html Log: I dunno, maybe this will avoid lame reports. Probably not ... but I like beating my head against the wall anyhow. Revision ChangesPath 1.30 +9 -7 apache-site/index.html Index: index.html

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
1.3a2 + + *) PORT: Various tweaks to eliminate pointer-int casting warnings on 64-bit + cpus like the alpha. Apache still stores ints in pointers, but that's + the relatively safe direction. [Dean Gaudet] PR#344 *) PORT: QNX mmap() support for faster/more reliable scoreboar

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

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

1997-07-23 Thread Dean Gaudet
@@ Changes with Apache 1.3a2 + *) child_main avoids an uneeded call to select() when there is only one + listening socket. [Dean Gaudet] + + *) In the event that the server is starved for idle servers it will + spawn 1, then 2, then 4, ..., then 32 servers each second

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
the FILE * routines. BUFF's now nicely handle switching from buffered reading to unbuffered reading. Submitted by: Dean Gaudet, Sameer Parekh, Roy Fielding Reviewed by: Brian Behlendorf Revision ChangesPath 1.361 +20 -0 apache/src/CHANGES Index: CH

cvs commit: apache/src alloc.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:14:25 Modified:src alloc.c Log: pstrcat would return bogus results if it had no arguments. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.42 +3 -0 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src mod_include.c

1997-07-23 Thread Dean Gaudet
dgaudet 97/07/23 21:13:13 Modified:src mod_include.c Log: Replace struct pool with just pool. Submitted by: Stanley Gambarin <[EMAIL PROTECTED]> Revision ChangesPath 1.43 +2 -2 apache/src/mod_include.c Index: mod_include.c =

cvs commit: apache/htdocs/manual/misc known_client_problems.html

1997-07-22 Thread Dean Gaudet
dgaudet 97/07/22 01:51:02 Modified:htdocs/manual/misc known_client_problems.html Log: RealPlayer update. Revision ChangesPath 1.3 +4 -1 apache/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html ==

cvs commit: apache/htdocs/manual/misc known_client_problems.html

1997-07-21 Thread Dean Gaudet
dgaudet 97/07/21 21:57:19 Modified:htdocs/manual/misc known_client_problems.html Log: Add note about Set-Cookies. Revision ChangesPath 1.2 +9 -0 apache/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html =

cvs commit: apache-site ABOUT_APACHE.html

1997-07-21 Thread Dean Gaudet
file: /export/home/cvs/apache-site/ABOUT_APACHE.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ABOUT_APACHE.html 1997/07/21 23:28:19 1.3 +++ ABOUT_APACHE.html 1997/07/21 23:34:12 1.4 @@ -168,7 +168,7 @@ Dean G

cvs commit: apache/src/helpers TestLib dummy.c testlib.c

1997-07-21 Thread Dean Gaudet
dgaudet 97/07/21 13:19:00 Modified:src/helpers TestLib dummy.c Removed: src/helpers testlib.c Log: I really botched this up. Jim had it right all along and I was misreading things. Revision ChangesPath 1.8 +7 -7 apache/src/helpers/TestLib Index:

cvs commit: apache/src/helpers testlib.c TestLib

1997-07-21 Thread Dean Gaudet
dgaudet 97/07/21 12:52:15 Modified:src/helpers TestLib Added: src/helpers testlib.c Log: Use a file other than dummy.c, which belongs to the nt port. testlib.c is a "complete" C program. Revision ChangesPath 1.7 +7 -7 apache/src/helpers/TestLib

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

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 22:54:05 Modified:src alloc.c alloc.h http_bprintf.c http_config.c http_config.h http_core.c http_log.c http_log.h http_main.c http_main.h httpd.h md5c.c mod_access.c mod_auth_db.c mod_autoin

cvs commit: apache/src Configure

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 20:42:12 Modified:src Configure Log: Don't print "+ using for mod_auth_db" when DB_LIB="", similarly for DBM_LIB. Fix BSD44 archs which don't require -ldb for db functions. Revision ChangesPath 1.115 +10 -2 apache/src/Configure Index

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

1997-07-20 Thread Dean Gaudet
+ functions such as accept(), and getsockname(). The definition + NET_SIZE_T is used to control this. [Dean Gaudet] + + *) PORT: Linux: Attempt to detect glibc based systems and include crypt.h + and -lcrypt. Test for various db libraries (dbm, ndbm, db) when + mod_auth_dbm or

cvs commit: apache/src mod_browser.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 17:34:05 Modified:src mod_browser.c Log: I messed up applying the 1.2.x version of the MSIE patch to the 1.3 tree. Revision ChangesPath 1.13 +1 -1 apache/src/mod_browser.c Index: mod_browser.c ===

cvs commit: apache/src/helpers TestLib

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 17:16:20 Modified:src/helpers TestLib Log: I get nervous about 'rm -r' where it's not strictly needed. Revision ChangesPath 1.5 +2 -2 apache/src/helpers/TestLib Index: TestLib

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/support Makefile.tmpl suexec.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 16:44:50 Modified:support Makefile.tmpl suexec.c Log: htdigest needs $(LIBS). QNX doesn't support initgroups. Submitted by: Igor N Kovalenko <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet Revision ChangesPath 1.4 +1 -1 apa

cvs commit: apache/htdocs/manual/mod mod_proxy.html

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 15:19:34 Modified:htdocs/manual/mod mod_proxy.html Log: A doc update from Martin Kraemer. Revision ChangesPath 1.27 +9 -9 apache/htdocs/manual/mod/mod_proxy.html Index: mod_proxy.html =

cvs commit: apache/htdocs/manual env.html

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 14:27:05 Modified:htdocs/manual env.html Log: Blurb about downgrade-1.0. Revision ChangesPath 1.6 +6 -1 apache/htdocs/manual/env.html Index: env.html === RCS file: /expor

cvs commit: apache/htdocs/manual/misc known_client_problems.html

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 14:26:48 Added: htdocs/manual/misc known_client_problems.html Log: First draft of all the problems we know about and have worked around... Revision ChangesPath 1.1 apache/htdocs/manual/misc/known_client_problems.html Index: known_

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

1997-07-20 Thread Dean Gaudet
"downgrade-1.0" which causes Apache to pretend it received a 1.0. + [Dean Gaudet] related PR#875 + *) API: Correct child_init() slot declaration from int to void, to match the init() declaration. Update mod_example to use the new hook. [Ken Coar]

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

1997-07-20 Thread Dean Gaudet
capitalization. Second problem: if the proxy connects to a HTTP/0.9 server, the first line returned will be corrupt because len was tampered with. Reviewed by: Marc Slemko, Dean Gaudet, Randy Terbush Submitted by: Kenichi Hori <[EMAIL PROTECTED]> PR: 813, 814 Revision

cvs commit: apache/htdocs/manual/misc known_bugs.html descriptors.html

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:30:23 Modified:htdocs/manual/misc Tag: APACHE_1_2_X known_bugs.html descriptors.html Log: More updates from 1.3 docs. Revision ChangesPath No revision No revision 1.14.2.6 +

cvs commit: apache/htdocs/manual/misc compat_notes.html

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:28:08 Modified:htdocs/manual/misc Tag: APACHE_1_2_X compat_notes.html Log: Bring in doc changes from 1.3. Revision ChangesPath No revision No revision 1.7.2.3 +34 -11apache/htdocs/manual/misc/

cvs commit: apache/src http_core.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:26:17 Modified:src Tag: APACHE_1_2_X http_core.c Log: Give more accurate instructions on how to increase HARD_SERVER_LIMIT for the case where MaxClients > HARD_SERVER_LIMIT. Reviewed by: Dean Gaudet (hey it's a doc change!) Submitted

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
1997/07/20 18:22:02 1.286.2.29 *** *** 1,5 --- 1,9 Changes with Apache 1.2.2 + *) PORT: The slack fd changes in 1.2.1 introduced a problem with SIGHUP + under Solaris 2.x (up through 2.5.1). It has been fixed. + [Dean Gaudet] PR#832

cvs commit: apache/src http_main.c

1997-07-20 Thread Dean Gaudet
dgaudet 97/07/20 11:18:59 Modified:src Tag: APACHE_1_2_X http_main.c Log: PR#832: Fix Solaris -HUP problem introduced in 1.2.1. Reviewed by: Roy Fielding, (and it's been in 1.3 for a few weeks) Revision ChangesPath No revision No

cvs commit: apache/src http_main.c

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 21:05:58 Modified:src http_main.c Log: Dean whistles innocently as he fixes the ordering of the arguments to kill(). Revision ChangesPath 1.182 +1 -1 apache/src/http_main.c Index: http_main.c =

cvs commit: apache-site/contributors index.html

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 18:20:12 Modified:contributors index.html Log: Time to update my entry. Revision ChangesPath 1.13 +5 -4 apache-site/contributors/index.html Index: index.html === RCS file:

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

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 15:16:46 Modified:src/modules/proxy proxy_cache.c Log: Make proxy compile on unix hosts again -- there was a double include of conf.h. Revision ChangesPath 1.20 +1 -3 apache/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache/htdocs/manual/misc known_bugs.html

1997-07-19 Thread Dean Gaudet
dgaudet 97/07/19 11:32:25 Modified:htdocs/manual/misc known_bugs.html Log: Add Roy's blurb about sunos4. Revision ChangesPath 1.25 +7 -2 apache/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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   2   3   4   5   >