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

1998-04-19 Thread dgaudet
dgaudet 98/04/19 12:19:39 Modified:src CHANGES src/ap ap_snprintf.c src/include ap.h src/modules/standard mod_access.c Log: add %pA, %pI, and %pp format codes Reviewed by: Martin Kraemer Revision ChangesPath 1.776

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

1998-04-19 Thread dgaudet
dgaudet 98/04/19 13:10:49 Modified:htdocs/manual invoking.html new_features_1_3.html htdocs/manual/vhosts index.html src CHANGES src/include http_conf_globals.h httpd.h src/main http_core.c http_main.c http_vhost.c

cvs commit: apache-1.3 STATUS

1998-04-21 Thread dgaudet
dgaudet 98/04/21 13:47:14 Modified:.STATUS Log: retract that patch Revision ChangesPath 1.321 +0 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

cvs commit: apache-site/contributors index.html

1998-04-25 Thread dgaudet
dgaudet 98/04/25 01:47:54 Modified:.ABOUT_APACHE.html contributors index.html Log: martin isn't emeritae... he's still quite active! Revision ChangesPath 1.15 +6 -6 apache-site/ABOUT_APACHE.html Index: ABOUT_A

cvs commit: apache-1.3 ABOUT_APACHE

1998-04-25 Thread dgaudet
dgaudet 98/04/25 01:49:41 Modified:.ABOUT_APACHE Log: restore Martin to the current group, Brian must have goofed Revision ChangesPath 1.16 +1 -1 apache-1.3/ABOUT_APACHE Index: ABOUT_APACHE

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

1998-04-29 Thread dgaudet
dgaudet 98/04/29 16:46:03 Modified:src/modules/standard mod_log_config.c Log: don't call strlen twice with the same arg Revision ChangesPath 1.55 +3 -1 apache-1.3/src/modules/standard/mod_log_config.c Index: mod_log_con

cvs commit: apache-1.3 STATUS

1998-05-01 Thread dgaudet
dgaudet 98/05/01 11:42:42 Modified:.STATUS Log: overcast Revision ChangesPath 1.346 +7 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 STATUS

1998-05-03 Thread dgaudet
dgaudet 98/05/02 19:57:46 Modified:.STATUS Log: Revision ChangesPath 1.349 +2 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving

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

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:09:21 Modified:src/main alloc.c Log: psprintf: fix a memory leak -- need to block alarms the whole time the block is being "abused"... easier to do that than it is to massage p->last each time we have to get a new block. fix a bug in p

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

1998-05-06 Thread dgaudet
dgaudet 98/05/05 23:26:18 Modified:src/main alloc.c Log: Add a bit more sanity checking for ALLOC_DEBUG -- test the space past the end of a block to be sure it hasn't been overwritten. Revision ChangesPath 1.90 +13 -4 apache-1.3/src/main/alloc.c

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

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:47:09 Modified:src/main util.c Log: fix a -Wshadow warning fix an off-by-1 error and fix the indentation Revision ChangesPath 1.114 +27 -27apache-1.3/src/main/util.c Index: util.c

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

1998-05-06 Thread dgaudet
dgaudet 98/05/06 12:49:52 Modified:src/ap ap_snprintf.c src/include ap.h src/main alloc.c Log: add various comments based on comments from Martin to me Revision ChangesPath 1.20 +3 -0 apache-1.3/src/ap/ap_snprintf.c Index

cvs commit: apache-1.3 STATUS

1998-05-08 Thread dgaudet
dgaudet 98/05/08 12:06:09 Modified:.STATUS Log: sorry ken, I changed my mind... radically. Revision ChangesPath 1.388 +10 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export

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

1998-05-09 Thread dgaudet
dgaudet 98/05/08 20:25:44 Modified:src CHANGES PORTING src/include conf.h src/main http_main.c Log: The parent does the child signal reporting now. Adds SYS_SIGLIST. Revision ChangesPath 1.837 +5 -0 apache-1.3/src/CHANGES

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

1998-05-10 Thread dgaudet
dgaudet 98/05/09 17:11:14 Modified:htdocs/manual/misc perf-tuning.html Log: update with a few more links Revision ChangesPath 1.10 +35 -4 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

cvs commit: apache-1.3/src/ap ap_snprintf.c

1998-05-11 Thread dgaudet
dgaudet 98/05/11 10:49:21 Modified:src/ap ap_snprintf.c Log: Martin found the core dumping bug... it was my fault. psprintf() could possibly set curpos == endpos + 1... and the old test for sp == bep would never find this case. As a result it would waltz past the end of a

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

1998-05-11 Thread dgaudet
dgaudet 98/05/11 10:50:09 Modified:src/include ap.h Log: fix comment about curpos == endpos Revision ChangesPath 1.15 +1 -1 apache-1.3/src/include/ap.h Index: ap.h === RCS file: /export

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

1998-05-25 Thread dgaudet
dgaudet 98/05/24 21:21:56 Modified:htdocs/manual/misc known_client_problems.html Log: add a note about the content-type reload bug, and a few copy-edit tweaks Revision ChangesPath 1.13 +27 -11apache-1.3/htdocs/manual/misc/known_client_problems.html Index

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-05-25 Thread dgaudet
dgaudet 98/05/25 00:16:13 Modified:src CHANGES http_protocol.c Log: > I have two web servers running on my machine > (aleatory.research.bell-labs.com). Aleatory has two aliases, > lpwa.tempo.bell-labs.com and www-zoo.research.bell-labs.com. One > serv

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

1998-05-25 Thread dgaudet
dgaudet 98/05/25 10:35:29 Modified:htdocs/manual/misc FAQ.html Log: document the all too common gcc version mismatch Revision ChangesPath 1.117 +21 -1 apache-1.3/htdocs/manual/misc/FAQ.html Index: FAQ.html

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

1998-05-25 Thread dgaudet
dgaudet 98/05/25 10:58:18 Modified:src CHANGES src/main util_script.c Log: *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some memory. PR: 2252 Submitted by: Rob Saccoccio <[EMAIL PROTECTED]> Revision Changes

cvs commit: apache-1.2/src CHANGES util_script.c

1998-05-25 Thread dgaudet
dgaudet 98/05/25 11:07:32 Modified:src CHANGES util_script.c Log: *) Call ap_destroy_sub_req() in ap_add_cgi_vars() to reclaim some memory. PR: 2252 Submitted by: Rob Saccoccio <[EMAIL PROTECTED]> Revision ChangesPath 1.311

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

1998-05-25 Thread dgaudet
dgaudet 98/05/25 15:55:40 Modified:src/main http_protocol.c Log: - style correction - eliminate an unneeded extra MAX_STRING_LEN buffer - add some XXX comments Revision ChangesPath 1.215 +25 -19apache-1.3/src/main/http_protocol.c Index: http_protocol.c

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

1998-05-25 Thread dgaudet
dgaudet 98/05/25 16:37:46 Modified:src/main http_core.c Log: another style tweak Revision ChangesPath 1.201 +1 -1 apache-1.3/src/main/http_core.c Index: http_core.c === RCS file: /export

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

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:54:08 Modified:src CHANGES src/modules/standard mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.862 +4 -0 apache

cvs commit: apache-1.2/src CHANGES mod_include.c

1998-05-26 Thread dgaudet
dgaudet 98/05/25 17:55:30 Modified:src CHANGES mod_include.c Log: $ followed by non alnum should expand to $... I broke this in 1.2.5 security stuff. PR: 1921, 2249 Revision ChangesPath 1.312 +4 -0 apache-1.2/src/CHANGES Index

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

1998-05-28 Thread dgaudet
dgaudet 98/05/28 12:57:12 Modified:src/include httpd.h src/main util.c Log: poolfile_t is a private implementation detail, don't put it in a public structure. Revision ChangesPath 1.217 +0 -6 apache-1.3/src/include/httpd.h Index: ht

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

1998-05-28 Thread dgaudet
dgaudet 98/05/28 16:59:40 Modified:src CHANGES src/main http_main.c src/include conf.h Log: PORT: QNX needed a #include ; and now it uses flock serialized accept to handle multiple sockets. PR: 2295, 2296 Submitted by: Rob

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

1998-05-30 Thread dgaudet
dgaudet 98/05/30 12:15:39 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Using a type map file as a custom error document was not possible. PR: 1031 Submitted by: Lars Eilebrecht Revision ChangesPath 1.879 +3 -0

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

1998-06-03 Thread dgaudet
dgaudet 98/06/03 10:54:46 Modified:src PORTING src/include conf.h Log: explain NET_SIZE_T and why it is a mess Revision ChangesPath 1.29 +2 -1 apache-1.3/src/PORTING Index: PORTING

cvs commit: apache-1.3/src/helpers GuessOS

1998-06-04 Thread dgaudet
dgaudet 98/06/04 12:49:28 Modified:src CHANGES src/helpers GuessOS Log: SVR4 v3.0.1 running on ncr S10 (3404) host. PR: 2310 Submitted by: juerg schreiner <[EMAIL PROTECTED]> Revision ChangesPath 1.883 +3 -0 apache-1

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

1998-06-04 Thread dgaudet
dgaudet 98/06/04 12:58:58 Modified:src CHANGES src/main buff.c Log: PORT: F_NDELAY is a typo, should have been FNDELAY. There's also O_NDELAY on various systems. PR: 2313 Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Revisi

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

1998-06-04 Thread dgaudet
dgaudet 98/06/04 13:13:22 Modified:src CHANGES Configure src/ap ap_snprintf.c src/helpers GuessOS src/include conf.h http_main.h src/main http_log.c http_main.c src/modules/standard mod_status.c Log

cvs commit: apache-1.3/src PORTING

1998-06-04 Thread dgaudet
dgaudet 98/06/04 13:18:28 Modified:src PORTING Log: document ap_wait_t Revision ChangesPath 1.30 +4 -0 apache-1.3/src/PORTING Index: PORTING === RCS file: /export/home/cvs/apache-1.3

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

1998-06-04 Thread dgaudet
dgaudet 98/06/04 13:28:31 Modified:src CHANGES src/support htpasswd.c Log: remove the system() call... PR: 2332 Submitted by: "M.D.Parker" <[EMAIL PROTECTED]> Revision ChangesPath 1.886 +3 -0 apache-1.3/src/CH

cvs commit: apache-1.3/src/helpers GuessOS

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:21:22 Modified:src CHANGES src/helpers GuessOS Log: brian lost another NCR patch I applied a few days ago Revision ChangesPath 1.889 +3 -2 apache-1.3/src/CHANGES Index: CHANGES

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

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:30:53 Modified:src CHANGES Configure src/include conf.h src/main http_main.c http_protocol.c util.c Log: Updated support for UTS 2.1.2. PR: 2320 Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Re

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

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:47:00 Modified:src CHANGES conf access.conf-dist Log: Change "Options None" to "Options FollowSymLinks" in the default section... given that we already default to symlinks elsewhere it doesn't make sense to

cvs commit: apache-1.3/conf access.conf-dist-win

1998-06-06 Thread dgaudet
dgaudet 98/06/06 12:47:13 Modified:conf access.conf-dist-win Log: forgot this Revision ChangesPath 1.7 +1 -1 apache-1.3/conf/access.conf-dist-win Index: access.conf-dist-win === RCS

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

1998-06-06 Thread dgaudet
dgaudet 98/06/06 13:48:55 Modified:src CHANGES Configure src/main http_main.c Log: define WORKAROUND_SOLARIS_BUG for NCR systems as well. PR: 1973 Submitted by: Klaus Weber <[EMAIL PROTECTED]> Revision ChangesPath 1.892

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 22:32:24 Modified:src CHANGES src/modules/standard mod_unique_id.c Log: fix mod_unique_id to work with 64-bit time_t Submitted by: Alvaro Martinez Echevarria <[EMAIL PROTECTED]> Revision ChangesPath 1.894 +4 -0

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 22:39:56 Modified:src CHANGES src/main alloc.c Log: fix typo Submitted by: Alvaro Martinez Echevarria Revision ChangesPath 1.895 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-06-08 Thread dgaudet
dgaudet 98/06/07 23:09:53 Modified:src CHANGES src/modules/standard mod_usertrack.c Log: don't hammer the hostname... it's a constant string... note I changed the cookie format to include the FQDN, I don't see why it doesn't include

cvs commit: apache-1.3/src CHANGES

1998-06-08 Thread dgaudet
dgaudet 98/06/07 23:26:15 Modified:src CHANGES Log: PR#2229 same problem as 2366 Revision ChangesPath 1.897 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs

cvs commit: apache-1.3/src Configure

1998-06-08 Thread dgaudet
dgaudet 98/06/08 11:06:47 Modified:src Configure Log: tsk tsk brian. update to take into account brian's latest change to ncr. Revision ChangesPath 1.265 +1 -1 apache-1.3/src/Configure Index: Conf

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

1998-06-08 Thread dgaudet
dgaudet 98/06/08 13:32:18 Modified:src/main http_main.c Log: another tiny bit of fallout from the int -> ap_wait_t change. Submitted by: Dave Dykstra <[EMAIL PROTECTED]> Revision ChangesPath 1.362 +1 -1 apache-1.3/src/main/http_main.c

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

1998-06-08 Thread dgaudet
dgaudet 98/06/08 13:36:17 Modified:src/helpers findprg.sh Log: tweak to ralf's recent change which looks for gawk/nawk... it did things in the wrong order -- so it would still use awk if it was in an earlier path rather than preferring gawk/nawk. PR:

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

1998-06-09 Thread dgaudet
dgaudet 98/06/08 21:36:47 Modified:src CHANGES src/modules/standard mod_log_config.c Log: fix the inheritance of log formats from main server to vhosts Submitted by: Christof Damian <[EMAIL PROTECTED]> Revision ChangesPath 1.898

cvs commit: apache-1.3/src CHANGES

1998-06-09 Thread dgaudet
dgaudet 98/06/08 21:41:28 Modified:src CHANGES Log: forgot PR# Revision ChangesPath 1.899 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache-1.3/src

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

1998-06-09 Thread dgaudet
dgaudet 98/06/08 22:22:12 Modified:src CHANGES src/modules/standard mod_cern_meta.c Log: Missing usage for MetaFiles directive. PR: 2384 Submitted by: David MacKenzie <[EMAIL PROTECTED]> Revision ChangesPath 1.900

cvs commit: apache-1.3/src/helpers GuessOS

1998-06-10 Thread dgaudet
dgaudet 98/06/10 01:15:11 Modified:src CHANGES src/helpers GuessOS Log: update to properly support 32-bit qnx PR: 2390 Submitted by: Sean Boudreau <[EMAIL PROTECTED]> Revision ChangesPath 1.905 +6 -2 apache-1.3/src/C

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

1998-06-10 Thread dgaudet
dgaudet 98/06/10 02:02:15 Modified:src CHANGES src/include httpd.h src/main util.c util_script.c src/modules/standard mod_cern_meta.c mod_mime_magic.c Log: My "all content-types must be lowercase" change neglected param=val

cvs commit: apache-1.3/src CHANGES

1998-06-10 Thread dgaudet
dgaudet 98/06/10 14:13:27 Modified:src CHANGES Log: wrong email addr for alvaro... but he already has his addr listed earlier so just remove it Revision ChangesPath 1.910 +1 -1 apache-1.3/src/CHANGES Index: CHANGES

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

1998-06-12 Thread dgaudet
dgaudet 98/06/12 10:42:43 Modified:src/modules/standard mod_autoindex.c Log: - It's not possible for name to be NULL. - It's not necessary to test name[0] == 0 because the next if will fail in that event anyhow. Ditto for name[1] == 0. Revision ChangesP

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

1998-06-15 Thread dgaudet
dgaudet 98/06/15 09:46:14 Modified:src CHANGES src/modules/standard mod_status.c Log: clean up a warning in mod_status for OS/2 Submitted by: Brian Havard Revision ChangesPath 1.916 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src CHANGES

1998-06-15 Thread dgaudet
dgaudet 98/06/15 09:49:14 Modified:src CHANGES Log: I believe that PR#2367 is the same as PR#2412 Revision ChangesPath 1.917 +1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file

cvs commit: apache-site related_projects.html

1998-06-17 Thread dgaudet
dgaudet 98/06/16 20:44:25 Modified:.related_projects.html Log: add link to redhat Revision ChangesPath 1.27 +1 -0 apache-site/related_projects.html Index: related_projects.html

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

1998-06-17 Thread dgaudet
dgaudet 98/06/16 23:39:36 Modified:src/modules/standard mod_log_config.c Log: fix problem with previous fix to the log format stuff... it didn't work right in the main server. PR: 2090 Submitted by: Christof Damian <[EMAIL PROTECTED]> Revisi

cvs commit: apache-1.3/src/ap ap_slack.c

1998-06-17 Thread dgaudet
dgaudet 98/06/16 23:57:06 Modified:src/ap ap_slack.c Log: this is a warning not an error Revision ChangesPath 1.6 +1 -1 apache-1.3/src/ap/ap_slack.c Index: ap_slack.c === RCS file

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

1998-06-17 Thread dgaudet
dgaudet 98/06/17 00:10:45 Modified:src CHANGES src/include conf.h Log: fix compilation on linux arm PR: 2443 Submitted by: Sam Kington <[EMAIL PROTECTED]> Revision ChangesPath 1.923 +3 -0 apache-1.3/src/CHANGES

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

1998-06-23 Thread dgaudet
dgaudet 98/06/23 00:25:32 Modified:src/modules/standard mod_log_config.c Log: fix a multithreaded bug that I'm sure Ben didn't intend to introduce between rev 1.61 and 1.62 ;) Revision ChangesPath 1.64 +2 -2 apache-1.3/src/modules/standard/mod_lo

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

1998-06-23 Thread dgaudet
dgaudet 98/06/23 00:31:10 Modified:src/modules/proxy proxy_http.c Log: Fix another bug that Ben's const char * changes identified... this fix is untested though. It's not correct to modify the return from ap_table_get under any circumstance, even if you are about to

cvs commit: apache-2.0/docs page_io

1998-06-25 Thread dgaudet
dgaudet 98/06/24 20:52:12 Modified:docs page_io Log: add splice document Revision ChangesPath 1.9 +5 -0 apache-2.0/docs/page_io Index: page_io === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/support apachectl

1998-06-25 Thread dgaudet
dgaudet 98/06/25 12:14:47 Modified:src CHANGES src/support apachectl Log: use kill -0 $PID Revision ChangesPath 1.931 +5 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS

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

1998-06-25 Thread dgaudet
dgaudet 98/06/25 12:51:56 Modified:src CHANGES src/main http_main.c Log: remove broken MAP_FILE test Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]> Revision ChangesPath 1.932 +3 -0 apache-1.3/src/CHANGES Index: C

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 10:25:56 Modified:htdocs/manual/misc perf-tuning.html Log: lmbench moved Revision ChangesPath 1.12 +1 -1 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 11:18:27 Modified:src CHANGES src/main buff.c Log: It's definately wrong to start ap_bprintf() on a connection that's got an error, or one which is not buffered. It's wrong for ap_bflush() to return 0 when B_EOUT is set --

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

1998-07-01 Thread dgaudet
dgaudet 98/07/01 11:22:34 Modified:src/main buff.c Log: more efficient comparisons Revision ChangesPath 1.79 +2 -5 apache-1.3/src/main/buff.c Index: buff.c === RCS file: /export/home/cvs

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

1998-07-04 Thread dgaudet
dgaudet 98/07/04 11:22:12 Modified:src/main buff.c Log: fix comment pointed out by ben l. Revision ChangesPath 1.81 +2 -1 apache-1.3/src/main/buff.c Index: buff.c === RCS file: /export

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

1998-07-07 Thread dgaudet
dgaudet 98/07/06 21:06:24 Modified:src CHANGES src/main http_config.c http_core.c Log: better solution for reporting handler not found errors PR: 2529 Submitted by: John Van Essen <[EMAIL PROTECTED]> Revision ChangesPath 1.948

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

1998-07-07 Thread dgaudet
dgaudet 98/07/06 21:54:05 Modified:src/modules/standard mod_autoindex.c Log: - fix a gcc -Wall warning in dsortf() (Ken you should be using -Wall) - remove unnecessary complexity and verbiage (backport dsortf from apache-nspr) Revision ChangesPath 1.85 +21 -74

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

1998-07-07 Thread dgaudet
dgaudet 98/07/07 10:04:20 Modified:src/support suexec.c Log: How can suexec have too few arguments? Apache invokes it. If that error ever occurs then it's a bug in Apache, and we can put debugging code in then. I can't see how Apache would ever make this

cvs commit: apache-1.3/src CHANGES Configure

1998-07-07 Thread dgaudet
dgaudet 98/07/07 10:23:22 Modified:src CHANGES Configure Log: Enable -funsigned-char for linux 2.x. Put a brief comment about work in progress into CHANGES. PR: 800, 2252, 2553 Revision ChangesPath 1.949 +8 -1 apache-1.3/src/CHANGES

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

1998-07-08 Thread dgaudet
dgaudet 98/07/08 09:54:37 Modified:src CHANGES src/main http_main.c rfc1413.c Log: yet more signal race conditions Revision ChangesPath 1.953 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/regex debug.c engine.c regcomp.c regex2.h

1998-07-08 Thread dgaudet
dgaudet 98/07/08 10:47:30 Modified:src CHANGES Configure src/ap ap_snprintf.c src/include conf.h hsregex.h src/main fnmatch.c gen_test_char.c http_protocol.c util.c util_date.c util_script.c src

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

1998-07-08 Thread dgaudet
dgaudet 98/07/08 16:59:22 Modified:src/include hsregex.h Log: go with brian's change Revision ChangesPath 1.9 +0 -6 apache-1.3/src/include/hsregex.h Index: hsregex.h === RCS file: /e

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

1998-07-09 Thread dgaudet
dgaudet 98/07/08 17:04:57 Modified:src/regex mkh regex2.h src/include hsregex.h Log: at least I'm not the only one that was confused by this Revision ChangesPath 1.3 +2 -0 apache-1.3/src/regex/mkh Index

cvs commit: apache-1.3/src/os/unix Makefile.tmpl

1998-07-09 Thread dgaudet
dgaudet 98/07/08 17:08:48 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/main Makefile.tmpl src/modules/proxy Makefile.tmpl src/modules/standard Makefile.tmpl src/modules/test Makefile.tmpl

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

1998-07-09 Thread dgaudet
dgaudet 98/07/08 17:09:22 Modified:src/include http_config.h Log: bump for ap_isfoo changes Revision ChangesPath 1.89 +1 -1 apache-1.3/src/include/http_config.h Index: http_config.h

cvs commit: apache-devsite mmn.txt

1998-07-09 Thread dgaudet
dgaudet 98/07/08 17:11:14 Modified:.mmn.txt Log: ap_isfoo stuff Revision ChangesPath 1.26 +2 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs/apache-devsite

cvs commit: apache-site/info how-to-mirror.html

1998-07-09 Thread dgaudet
dgaudet 98/07/09 16:36:10 Modified:info how-to-mirror.html Log: typos Revision ChangesPath 1.11 +2 -2 apache-site/info/how-to-mirror.html Index: how-to-mirror.html === RCS file

cvs commit: apache-site/info how-to-mirror.html

1998-07-10 Thread dgaudet
dgaudet 98/07/09 17:11:32 Modified:info how-to-mirror.html Log: -a is unsafe, use -rt... and include the path Revision ChangesPath 1.12 +2 -2 apache-site/info/how-to-mirror.html Index: how-to-mirror.html

cvs commit: apache-1.3/src Configuration.tmpl

1998-07-11 Thread dgaudet
dgaudet 98/07/11 09:44:34 Modified:src Configuration.tmpl Log: mod_mmap_static is not supposed to be high priority, it is supposed to be the lowest priority Revision ChangesPath 1.106 +7 -7 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apache-site/info apache_books.html

1998-07-12 Thread dgaudet
dgaudet 98/07/12 12:11:18 Modified:info apache_books.html Log: update from lars Submitted by: Lars Eilebrecht <[EMAIL PROTECTED]> Revision ChangesPath 1.6 +19 -4 apache-site/info/apache_books.html Index: apache_book

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

1998-07-14 Thread dgaudet
dgaudet 98/07/14 01:20:32 Modified:htdocs/manual/misc perf.html Log: eliminate incorrectness regarding linux... there is far more I could say if I had the energy Revision ChangesPath 1.23 +4 -5 apache-1.3/htdocs/manual/misc/perf.html Index: perf.html

cvs commit: apache-site related_projects.html

1998-07-14 Thread dgaudet
dgaudet 98/07/14 01:26:21 Modified:.related_projects.html Log: add blurb from Melissa London <[EMAIL PROTECTED]> Revision ChangesPath 1.29 +10 -1 apache-site/related_projects.html Index: related_project

cvs commit: apache-site related_projects.html

1998-07-14 Thread dgaudet
dgaudet 98/07/14 01:27:43 Modified:.related_projects.html Log: fix missing tag Revision ChangesPath 1.30 +1 -1 apache-site/related_projects.html Index: related_projects.html

cvs commit: apache-1.3/src/modules/test Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:20:24 Modified:src/modules/test Makefile.tmpl Log: dependency update, this won't compile in 1.3.1 Revision ChangesPath 1.11 +10 -10apache-1.3/src/modules/test/Makefile.tmpl Index: Makefile

cvs commit: apache-1.3/src Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:27:59 Modified:src Makefile.tmpl Log: fix parallel make, must recurse first Revision ChangesPath 1.102 +1 -1 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl

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

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:33:58 Modified:src CHANGES src/modules/standard mod_include.c Log: use sub_req_lookup_file for fsize and flastmod. PR: 2355 Submitted by: Manoj Kasichainula <[EMAIL PROTECTED]> Reviewed by: Brian, Dean Re

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

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:37:15 Modified:src CHANGES src/include ap_config.h src/main http_main.c Log: serialized accepts for OS/2 Submitted by: Brian Havard Revision ChangesPath 1.972 +2 -0 apache-1.3/src/CHANGES Index

cvs commit: apache-1.3/src/os/emx util_os2.c Makefile.tmpl os.h

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:40:41 Modified:src CHANGES src/os/emx Makefile.tmpl os.h Added: src/os/emx util_os2.c Log: plug "..." and other canonicalization holes under OS/2. Submitted by: Brian Havard Revision ChangesPath 1.973

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

1998-07-21 Thread dgaudet
dgaudet 98/07/21 08:03:08 Modified:src/include ap_config.h Log: OS/2 should only need serialization when multiple listens Revision ChangesPath 1.229 +1 -0 apache-1.3/src/include/ap_config.h Index: ap_config.h

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

1998-07-28 Thread dgaudet
dgaudet 98/07/28 09:59:11 Modified:src CHANGES src/modules/proxy proxy_cache.c Log: fix a segfault in the proxy on OS/2 Submitted by: Brian Havard Revision ChangesPath 1.990 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-07-28 Thread dgaudet
dgaudet 98/07/28 10:07:16 Modified:src CHANGES src/helpers GuessOS src/main util.c Log: NEC EWS4800 port Submitted by: "MATSUURA Takanori / [iso-2022-jp] ^[$B>>1:9'HO^[(B" <[EMAIL PROTECTED]> Revision Change

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-08-06 Thread dgaudet
dgaudet 98/08/06 10:31:34 Modified:src CHANGES src/include http_config.h http_core.h http_log.h src/main http_config.c http_core.c http_log.c http_main.c http_protocol.c http_request.c util_script.c src/modules

cvs commit: apache-devsite mmn.txt

1998-08-06 Thread dgaudet
dgaudet 98/08/06 10:32:37 Modified:.mmn.txt Log: update for ap_log_rerror Revision ChangesPath 1.28 +1 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS file: /export/home/cvs

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

1998-08-07 Thread dgaudet
dgaudet 98/08/07 08:35:54 Modified:src CHANGES src/main http_main.c Log: fix os/2 mutex problem Submitted by: Brian Havard Revision ChangesPath 1.1010+2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:52:32 Modified:src CHANGES src/main http_protocol.c Log: - fix ben's fix to roy's patch (sizeof(l) and sizeof(field) are meaningless) - put my qsort fix to get_mime_headers into the repository so I don't have to worry abo

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:57:29 Modified:src/include httpd.h src/main http_protocol.c Log: Include everything in the limits, rather than having to remember to add 2 to some of them... which leads to off-by-1 errors like one I just committed. (I don't understand

<    2   3   4   5   6   7   8   9   >