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

1999-04-20 Thread manoj
manoj 99/04/19 18:31:04 Modified:pthreads/src/main http_main.c Log: Bug fix for scoreboard handling. Before, if only a single child thread was dead, we assumed that the whole child was dead and reused its slot, even if there are other threads still running in that process

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

1999-04-20 Thread manoj
manoj 99/04/19 18:43:05 Modified:pthreads/src/main http_main.c Log: Fix comment wrapping. Revision ChangesPath 1.76 +5 -5 apache-apr/pthreads/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-apr/pthreads/src Configure

1999-04-20 Thread fielding
fielding99/04/19 22:29:42 Modified:pthreads/src Configure Log: CFLAGS and library needed to compile pthreads on Solaris. Revision ChangesPath 1.9 +2 -2 apache-apr/pthreads/src/Configure Index: Configure

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

1999-04-20 Thread dirkx
dirkx 99/04/20 05:03:29 Modified:src/support ab.c Log: Following the change in 1.159 +4 -0 apache-1.3/src/main/util.c UUencode in ab has also been updated. Though I seriously doubt if ab has ever been tested in an EBCDIC environment :-) Does it actually

cvs commit: apache-apr/docs time.txt

1999-04-20 Thread rbb
rbb 99/04/20 08:08:49 Added: docs time.txt Log: First pass at time api's for apr. Revision ChangesPath 1.1 apache-apr/docs/time.txt Index: time.txt === h2Time/h2

cvs commit: apache-apr/docs threadproc.txt

1999-04-20 Thread rbb
rbb 99/04/20 08:12:27 Added: docs threadproc.txt Log: First pass at thread/process API's for apr. Revision ChangesPath 1.1 apache-apr/docs/threadproc.txt Index: threadproc.txt

cvs commit: apache-1.3/src CHANGES

1999-04-20 Thread jim
jim 99/04/20 08:44:10 Modified:.configure src CHANGES Log: Some APACI/configure tweaks to accomodate old shells. Also, we had been clobbering IFS, which looks like it had been harmless, but it's still not good practise :) Revision Changes

cvs commit: apache-1.3 Makefile.tmpl

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:19:59 Modified:.Makefile.tmpl Log: I want to be able to run make install as a non-root user. Revision ChangesPath 1.71 +2 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src/main alloc.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:28:47 Modified:src/main alloc.c Log: ALLOC_STATS support... I don't think this hurts anything... but feel free to remove it if someone objects. Revision ChangesPath 1.108 +51 -0 apache-1.3/src/main/alloc.c Index: alloc.c

cvs commit: apache-1.3/src/main http_core.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:03:28 Modified:src CHANGES src/main http_core.c Log: fix memory leak exacerbated by certain configurations PR: 4225 Revision ChangesPath 1.1309+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:27:51 Modified:src CHANGES src/modules/standard mod_mime.c Log: islower() returns true for stuff outside a-z when locale isn't C PR: 3427 Revision ChangesPath 1.1310+3 -0 apache-1.3/src/CHANGES Index:

cvs commit: apache-1.3/src/main http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:51:40 Modified:src CHANGES src/include ap_mmn.h http_protocol.h src/main http_protocol.c Log: Add ap_vrprintf() function PR: 4246 Submitted by: John Tobey [EMAIL PROTECTED] Revision ChangesPath

cvs commit: apache-1.3/conf httpd.conf-dist

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:59:38 Modified:conf httpd.conf-dist Log: * matches a single component, this example makes more sense PR: 4221 Revision ChangesPath 1.39 +1 -1 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist

cvs commit: apache-1.3/conf httpd.conf-dist

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:03:12 Modified:conf httpd.conf-dist Log: protect .ht* files ... rather than just .htaccess (it costs pretty much the same) PR: 4215 Revision ChangesPath 1.40 +4 -1 apache-1.3/conf/httpd.conf-dist Index:

cvs commit: apache-1.3/src/main http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:36:10 Modified:src CHANGES src/main http_protocol.c Log: deal with UTS compiler error PR: 4189 Submitted by: Dave Dykstra [EMAIL PROTECTED] Revision ChangesPath 1.1312+3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/src/main http_main.c http_protocol.c

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:15:46 Modified:src CHANGES src/main http_main.c http_protocol.c Log: r-request_time wasn't being set in certain error cases PR: 4156 Revision ChangesPath 1.1313+3 -0 apache-1.3/src/CHANGES Index:

cvs commit: apache-1.3/htdocs/manual windows.html

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:18:42 Modified:htdocs/manual windows.html Log: note about 127.0.0.1 PR: 4155 Revision ChangesPath 1.29 +6 -0 apache-1.3/htdocs/manual/windows.html Index: windows.html

cvs commit: apache-1.3/src/include ap_config.h

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:43:00 Modified:src CHANGES src/include ap_config.h Log: what the heck? We don't use n_long anywhere, why define it? And even more perplexing -- why were the rlim_t and n_long conditionalized on S_IWOTH ?? PR: 4130

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 13:00:40 Modified:htdocs/manual/misc known_client_problems.html Log: ie40 screws up vary PR: 4118 Revision ChangesPath 1.16 +7 -0 apache-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html

cvs commit: apache-apr/docs fileio.txt threadproc.txt

1999-04-20 Thread rbb
rbb 99/04/20 13:46:43 Modified:apr/file_io/unix Makefile include apr_file_io.h docs fileio.txt threadproc.txt Added: apr/file_io/unix pipe.c Log: added create_pipe and create_namedpipe calls to apr. These are untested, because I will

cvs commit: apache-apr/docs fileio.txt

1999-04-20 Thread rbb
rbb 99/04/20 13:52:54 Modified:docs fileio.txt Log: Forgot one return code in the docs, so here it is Revision ChangesPath 1.15 +2 -1 apache-apr/docs/fileio.txt Index: fileio.txt ===

cvs commit: apache-1.3/conf highperformance.conf-dist httpd.conf-dist

1999-04-20 Thread jim
jim 99/04/20 14:40:59 Modified:conf highperformance.conf-dist httpd.conf-dist Log: Change of the conf-dist default setting for MaxRequestsPerChild, as well as some notes about it Revision ChangesPath 1.3 +2 -1

cvs commit: apache-1.3/htdocs/manual/mod core.html

1999-04-20 Thread jim
jim 99/04/20 15:19:17 Modified:htdocs/manual/misc perf-tuning.html htdocs/manual/mod core.html Log: Document the MaxRequestsPerChild values wrt KeepAlives and how to tune it Revision ChangesPath 1.17 +6 -6