cvs commit: apache-apr/pthreads/src/main http_main.c

1999-04-22 Thread manoj
manoj 99/04/21 21:14:41 Modified:pthreads/src/main http_main.c Log: We were setting max_daemons_limit based on the last fully living children. Instead, we should set it based on the last non-dead child. Revision ChangesPath 1.77 +3 -1

cvs commit: apache-apr/pthreads/src/modules/standard mod_info.c

1999-04-22 Thread manoj
manoj 99/04/21 22:13:42 Modified:pthreads/src/modules/standard mod_info.c Log: Remove ap_excess_requests_per_child reference that broke compilation, for now anyway. Revision ChangesPath 1.6 +0 -3 apache-apr/pthreads/src/modules/standard/mod_info.c

cvs commit: apache-apr/pthreads/src/main http_accept.c

1999-04-22 Thread manoj
manoj 99/04/21 22:46:54 Modified:pthreads/src/main http_accept.c Log: Delete unused variable to eliminate a warning. Revision ChangesPath 1.10 +0 -1 apache-apr/pthreads/src/main/http_accept.c Index: http_accept.c

cvs commit: apache-apr STATUS

1999-04-22 Thread manoj
manoj 99/04/22 00:02:52 Modified:.STATUS Log: saladfork.com is taken. Oh well. Revision ChangesPath 1.21 +14 -2 apache-apr/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3 configure

1999-04-22 Thread rse
rse 99/04/22 02:09:20 Modified:.configure Log: Fix new getuid.sh calls: The path is $aux and a closing ` char is needed. Revision ChangesPath 1.86 +2 -2 apache-1.3/configure Index: configure

cvs commit: apache-1.3 Makefile.tmpl

1999-04-22 Thread rse
rse 99/04/22 02:11:16 Modified:.Makefile.tmpl Log: Ops, one more: $(AUX) instead of hard-coded src/helpers and add closing ` char which is missing. Revision ChangesPath 1.75 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/modules/standard mod_rewrite.h mod_rewrite.c

1999-04-22 Thread rse
rse 99/04/22 02:54:41 Modified:src/modules/standard mod_rewrite.h mod_rewrite.c Log: RewriteLock is a _global_ facility of the rewrite engine, so make sure the directive can only be used in a global context and not within any VirtualHost sections, etc. Revision Changes

cvs commit: apache-1.3/src CHANGES Configure

1999-04-22 Thread rse
rse 99/04/22 03:19:22 Modified:src CHANGES Configure Log: Fix value quoting in src/Configure script for ap_config_auto.h Submitted by: Paul Sutton [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.1324+3 -0

cvs commit: apache-1.3/src/modules/standard mod_rewrite.c

1999-04-22 Thread rse
rse 99/04/22 03:49:00 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Fix special RewriteCond -s pattern matching. Submitted by: Bob Finch [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.1325+3 -0

cvs commit: apache-1.3/src/support ab.c

1999-04-22 Thread rse
rse 99/04/22 04:01:54 Modified:src/support ab.c Log: typo Revision ChangesPath 1.23 +1 -1 apache-1.3/src/support/ab.c Index: ab.c === RCS file: /home/cvs/apache-1.3/src/support/ab.c,v

cvs commit: apache-1.3/src/support ab.c

1999-04-22 Thread rse
rse 99/04/22 04:06:48 Modified:src CHANGES src/support ab.c Log: Fix number of bytes copied by read_connection() in src/support/ab.c Submitted by: Jim Cox [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 4271 Revision ChangesPath

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-22 Thread jim
jim 99/04/22 04:58:57 Modified:src/helpers getuid.sh Log: Some changes as suggested by Ralf. Best to be conservative ;) Revision ChangesPath 1.4 +14 -12apache-1.3/src/helpers/getuid.sh Index: getuid.sh

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

1999-04-22 Thread rse
rse 99/04/22 07:27:52 Modified:src/modules/proxy proxy_cache.c Log: Ouch! With the recent commits to proxy_cache.c horrible bugs were introduced: First the variable filename was a global static variable and at the same time a local variable (``declaration of `filename'

cvs commit: apache-apr/apr/network_io/unix sockets.c

1999-04-22 Thread rbb
rbb 99/04/22 07:54:47 Modified:docs networkio.txt include apr_network_io.h apr/network_io/unix sockets.c Log: Rename an apr enumeration, to be consitant with apr nameing guidelines. Revision ChangesPath 1.13 +1 -1

cvs commit: apache-apr/pthreads/src/main acceptlock.c

1999-04-22 Thread manoj
manoj 99/04/22 12:09:02 Modified:pthreads/src/main acceptlock.c Log: Go back to old behavior of retrying flock and fcntl when EINTR is received. Our worker and acceptor threads don't receive signals anyway, and the old code would make us retry fcntl if we got any error besides

cvs commit: apache-apr/apr/file_io/unix filedup.c

1999-04-22 Thread rbb
rbb 99/04/22 12:20:59 Modified:docs fileio.txt include apr_file_io.h apr/file_io/unix filedup.c Log: A new file function to allow me to specify a file descriptor to be put into an apr_file. I am still trying to figure out if this needs to be

cvs commit: apache-1.3/src/support apxs.8

1999-04-22 Thread martin
martin 99/04/22 14:04:53 Modified:src/support apxs.8 Log: Fix a couple of typos Revision ChangesPath 1.6 +3 -3 apache-1.3/src/support/apxs.8 Index: apxs.8 === RCS file: