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

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 10:36:30 Modified:src/include alloc.h src/main http_protocol.c util_script.c src/modules/proxy proxy_http.c proxy_util.c src/modules/standard mod_cern_meta.c mod_include.c Log: Just some comments. Including a proposed

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 10:39:36 Modified:src/modules/proxy proxy_http.c proxy_util.c Log: more comments Revision ChangesPath 1.56 +2 -0 apache-1.3/src/modules/proxy/proxy_http.c Index: proxy_http.c

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

1998-08-10 Thread dgaudet
dgaudet 98/08/10 09:17:55 Modified:src/main http_log.c Log: be a little more uniform, use [client %s] similar to other log fields Revision ChangesPath 1.64 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c

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

1998-08-10 Thread dgaudet
dgaudet 98/08/10 09:26:33 Modified:src/os/win32 mod_isapi.c Log: another O(n^2) attack Revision ChangesPath 1.15 +1 -0 apache-1.3/src/os/win32/mod_isapi.c Index: mod_isapi.c === RCS file

cvs commit: apache-site security_reports.html

1998-08-10 Thread dgaudet
dgaudet 98/08/10 10:22:29 Added: .security_reports.html Log: a start. I think this should be linked from the front page Revision ChangesPath 1.1 apache-site/security_reports.html Index: security_reports.html

cvs commit: apache-site security_report.html bug_report.html index.html security_reports.html

1998-08-11 Thread dgaudet
dgaudet 98/08/10 20:19:17 Modified:.bug_report.html index.html Added: .security_report.html Removed: .security_reports.html Log: advertise [EMAIL PROTECTED] Revision ChangesPath 1.18 +4 -0 apache-site/bug_report.html

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

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:49:10 Modified:src/include ap_mmn.h Log: ap_log_rerror() certainly wasn't a minor change, it happened before that concept existed. Put its correct entry into the list. Make the minor module number useable... provide a macro that tests the version

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

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:49:57 Modified:src CHANGES src/include alloc.h src/main alloc.c http_protocol.c util_script.c src/modules/standard mod_cern_meta.c Log: Add ap_overlap_tables. Fix various O(n^2) attacks using it. Revision

cvs commit: apache-1.3 STATUS

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:54:21 Modified:.STATUS Log: note about O(n^2) on win32 Revision ChangesPath 1.456 +4 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src CHANGES

1998-08-14 Thread dgaudet
dgaudet 98/08/13 20:00:17 Modified:src CHANGES Log: another helpful pointer Revision ChangesPath 1.1025+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache

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

1998-08-20 Thread dgaudet
dgaudet 98/08/19 21:07:45 Modified:src CHANGES src/support ab.c Log: Add the ability to benchmark POST requests. Note I tweaked Kurt's submission to fit our style guide... and I corrected a few comments and crud that have been in ab.c since the zb.c

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

1998-08-20 Thread dgaudet
dgaudet 98/08/19 21:11:34 Modified:src/support ab.c Log: note a few bugs Revision ChangesPath 1.13 +13 -1 apache-1.3/src/support/ab.c Index: ab.c === RCS file: /export/home/cvs/apache-1.3

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

1998-08-22 Thread dgaudet
dgaudet 98/08/21 23:57:17 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: dynamincally size the filename column Reviewed by: Martin Kraemer Revision ChangesPath 1.1031+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-09-17 Thread dgaudet
dgaudet 98/09/17 08:56:09 Modified:src/include httpd.h src/main util.c Log: don't lie about the constness of hostname Revision ChangesPath 1.240 +1 -1 apache-1.3/src/include/httpd.h Index: ht

cvs commit: apache-2.0/apache-nspr/include alloc.h

1998-09-17 Thread dgaudet
dgaudet 98/09/17 09:12:33 Modified:apache-nspr/include alloc.h Log: add note for something we need to fix Revision ChangesPath 1.4 +1 -0 apache-2.0/apache-nspr/include/alloc.h Index: alloc.h

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

1998-09-22 Thread dgaudet
dgaudet 98/09/22 08:43:43 Modified:src/main http_log.c Log: ap_table_set() causes an ap_pstrdup() of both arguments, one of the arguments is a constant and it's a waste to pstrdup it. Furthermore using a static local buffer means there is a static limit to the message l

cvs commit: apache-2.0/apache-nspr/modules/standard mod_status.c

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:12:07 Modified:apache-nspr Configuration apache-nspr/include scoreboard.h apache-nspr/main http_main.c apache-nspr/modules/standard mod_status.c Log: get rid of some NSPR defines... this code can only be built for NSPR

cvs commit: apache-2.0/nsprpub - Imported sources

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:24:12 Log: import current mozilla/nsprpub sources as of 19980922 Status: Vendor Tag: MOZILLA Release Tags: cvs19980922 U apache-2.0/nsprpub/Makefile N apache-2.0/nsprpub/Makefile.in U apache-2.0/nsprpub/makefile.win U apache-2.0/nsprpub/config

cvs commit: apache-2.0/nsprpub/pr/include prthread.h

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:27:38 Modified:nsprpub/pr/include prthread.h Log: merge up to MOZILLA cvs19980922 tag Revision ChangesPath 1.3 +5 -5 apache-2.0/nsprpub/pr/include/prthread.h Index: prthread.h

cvs commit: apache-2.0/apache-nspr HOWTOBUILD

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:38:42 Modified:apache-nspr HOWTOBUILD Log: we can build with the included nspr again Revision ChangesPath 1.3 +2 -11 apache-2.0/apache-nspr/HOWTOBUILD Index: HOWTOBUILD

cvs commit: apache-2.0/apache-nspr - Imported sources

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:47:32 Log: import apache-1.3.3-dev sources as of 19980922 Status: Vendor Tag: APACHE Release Tags: APACHE_1_3_19980922 U apache-2.0/apache-nspr/.cvsignore U apache-2.0/apache-nspr/.gdbinit U apache-2.0/apache-nspr/Apache.dsp U apache-2.0/apache

cvs commit: apache-2.0/apache-nspr/os/win32 modules.c util_win32.c

1998-09-22 Thread dgaudet
dgaudet 98/09/22 11:05:55 Modified:apache-nspr Configuration.tmpl Makefile.tmpl apache-nspr/ap Makefile.tmpl ap.dsp ap_snprintf.c apache-nspr/include alloc.h ap.h ap_config.h buff.h hsregex.h http_conf_globals.h http_log.h

cvs commit: apache-2.0/apache-nspr/modules/standard mod_cern_meta.c mod_include.c

1998-09-22 Thread dgaudet
dgaudet 98/09/22 11:33:53 Modified:apache-nspr/include ap_config.h apache-nspr/main http_core.c http_main.c http_protocol.c apache-nspr/modules/standard mod_cern_meta.c mod_include.c Log: it compiles now... but I haven't tried to run it Rev

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

1998-09-24 Thread dgaudet
dgaudet 98/09/24 10:25:55 Modified:src CHANGES src/include ap_config.h Log: As the new header test gets it right, remove the override for sys/select.h in OS/2 section of ap_config.h This removes warnings about the redefinition of HAVE_SYS_SELECT_H

cvs commit: apache-1.3 STATUS

1998-10-06 Thread dgaudet
dgaudet 98/10/06 14:55:18 Modified:.STATUS Log: it's october in sanfrancisco, summer is finally here Revision ChangesPath 1.505 +6 -0 apache-1.3/STATUS Index: STATUS === RCS

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

1998-10-12 Thread dgaudet
dgaudet 98/10/12 06:48:27 Modified:src/main util_script.c Log: fix something that is obviously wrong by inspection Revision ChangesPath 1.134 +1 -1 apache-1.3/src/main/util_script.c Index: util_script.c

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

1998-10-12 Thread dgaudet
dgaudet 98/10/12 10:15:26 Modified:src/main http_main.c Log: correct inconsistency in error message format Revision ChangesPath 1.400 +2 -2 apache-1.3/src/main/http_main.c Index: http_main.c

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

1998-12-04 Thread dgaudet
dgaudet 98/12/04 11:12:18 Modified:src/include ap_mmn.h scoreboard.h src/main http_main.c src/modules/standard mod_status.c Log: - Jim's fix to the vhostrec problem wasn't sufficient for all cases... implement the full generation-based

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

1998-12-13 Thread dgaudet
dgaudet 98/12/13 12:42:17 Modified:htdocs/manual/misc perf-tuning.html Log: update the draft-ietf-http-connection-00 link... this new link works... but I'm still not sure if this draft has issued as an RFC or if it's just fallen dead Revision ChangesPath 1.

cvs commit: apache-site/contributors index.html

1998-12-18 Thread dgaudet
dgaudet 98/12/18 10:05:24 Modified:contributors index.html Log: I've changed jobs Revision ChangesPath 1.55 +3 -6 apache-site/contributors/index.html Index: index.html === RCS file:

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

1998-12-18 Thread dgaudet
dgaudet 98/12/18 14:29:57 Modified:htdocs/manual/misc perf-tuning.html Log: file moved Revision ChangesPath 1.16 +1 -1 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

<    1   2   3   4   5   6   7   8   9   >