cvs commit: apache-site/contributors index.html

2000-02-23 Thread dgaudet
dgaudet 00/02/23 12:23:16 Modified:contributors index.html Log: remove excess redundancy Revision ChangesPath 1.89 +2 -2 apache-site/contributors/index.html Index: index.html === RCS file

cvs commit: apache-2.0/src modules.c

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:23:22 Removed: src modules.c Log: what?

cvs commit: apache-2.0/src/lib/apr/test .cvsignore

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:19:04 Modified:src/lib/apr/test .cvsignore Log: more stuff to ignore Revision ChangesPath 1.2 +12 -0 apache-2.0/src/lib/apr/test/.cvsignore Index: .cvsignore === RCS

cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cgi.c mod_cgid.c mod_expires.c mod_include.c mod_log_config.c mod_rewrite.c mod_status.c mod_usertrack.c

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:18:34 Modified:src modules.c src/include http_protocol.h http_request.h httpd.h util_date.h src/lib/apr/file_io/unix filestat.c src/lib/apr/include apr_file_io.h apr_time.h src

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

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:35:53 Modified:src CHANGES src/modules/standard mod_autoindex.c mod_include.c Log: > Attached are 2 alternative diffs to finish implementing server-parsed > mod_autoindex Header and Readme files in apache_1.3. A third diff is >

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:09:22 Modified:src/lib/apr/include apr_time.h src/lib/apr/time/unix timestr.c Log: retsize should be ap_size_t, not hardwired to 32 bits Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/include/apr_time.h Index

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

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:05:29 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: merge 1.3 changes to rewrite forward onto 2.0 Submitted by: Paul J. Reder <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +89 -61apache-2.0/src/modules/st

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

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:03:34 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: port mod_rewrite to 2.0 Submitted by: Paul J. Reder <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +2 -0 apache-2.0/src/C

cvs commit: apache-2.0 STATUS

1999-11-30 Thread dgaudet
dgaudet 99/11/29 16:52:32 Modified:.STATUS Log: more accurate reflection of reality Revision ChangesPath 1.20 +4 -2 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache

cvs commit: apache-1.3/cgi-bin printenv

1999-11-24 Thread dgaudet
dgaudet 99/11/24 10:11:00 Modified:cgi-bin printenv Log: no comment on the rest of this... but this is for debugging, and i don't want a debugging tool losing information for me for the sake of "looking good". Revision ChangesPath 1.5 +0 -1

cvs commit: apache-1.3/htdocs index.html.en

1999-11-01 Thread dgaudet
dgaudet 99/11/01 13:48:49 Modified:htdocs index.html.en Log: i asked a friend who does interface design to comment on the "it worked" page. i liked what he had to say. > From: James Home <[EMAIL PROTECTED]> > > reading over the page, it

cvs commit: apache-2.0/src/os/beos beosd.c beosd.h

1999-09-07 Thread dgaudet
dgaudet 99/09/07 15:31:09 Modified:src/os/beos beosd.c beosd.h Log: beos updates from David Reid <[EMAIL PROTECTED]> Submitted by: David Reid <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +30 -23apache-2.0/src/os/beos/beosd.c In

cvs commit: apache-2.0/mpm/src/include buff.h

1999-08-16 Thread dgaudet
dgaudet 99/08/16 16:44:41 Modified:mpm/src/include buff.h Log: doc Revision ChangesPath 1.6 +6 -0 apache-2.0/mpm/src/include/buff.h Index: buff.h === RCS file: /home/cvs/apache-2.0/mpm

cvs commit: apache-1.3/src/test check_chunked

1999-08-13 Thread dgaudet
dgaudet 99/08/12 17:51:35 Modified:src/test check_chunked Log: newer perls complain about \r in hex, whatever Revision ChangesPath 1.3 +2 -2 apache-1.3/src/test/check_chunked Index: check_chunked

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

1999-08-06 Thread dgaudet
dgaudet 99/08/06 09:21:34 Modified:src CHANGES src/main http_config.c Log: Fix a memory leak where the module counts were getting messed up across restarts. Submitted by: David Harris <[EMAIL PROTECTED]> Revision ChangesPath 1.1411

cvs commit: apache-2.0/mpm/src/main alloc.c

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:56:25 Modified:mpm/src/main alloc.c Log: Remove a difference with 1.3's alloc.c ... the root_pool stuff was an experiment I tried with apache-nspr, and it really didn't win much. The idea was to have a free list per thread. But in practice that&#x

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

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:37:59 Modified:src CHANGES src/modules/standard mod_access.c Log: CIDR addresses such as a.b.c.d/24 where d != 0 weren't handled properly... mask off the "host" bits of the address. PR: 4770 Submitted by:

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

1999-08-06 Thread dgaudet
dgaudet 99/08/05 18:09:39 Modified:mpm/src/modules/standard mod_include.c Log: doc TODO Revision ChangesPath 1.5 +3 -16 apache-2.0/mpm/src/modules/standard/mod_include.c Index: mod_include.c

cvs commit: apache-2.0/mpm/src/support/SHA1 README.sha1 convert-sha1.pl htpasswd-sha1.pl ldif-sha1.example

1999-08-06 Thread dgaudet
dgaudet 99/08/05 17:56:10 Modified:mpm INSTALL Makefile.tmpl config.layout configure mpm/src .gdbinit ApacheCore.dsp ApacheCore.mak Configuration.tmpl Configure mpm/src/ap Makefile.tmpl ap_md5c.c mpm/src/helpers

cvs commit: apache-2.0/mpm/src/support/SHA1 - New directory

1999-08-06 Thread dgaudet
dgaudet 99/08/05 17:50:56 apache-2.0/mpm/src/support/SHA1 - New directory

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

1999-08-03 Thread dgaudet
dgaudet 99/08/03 02:27:42 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: > This patch includes fix for rewritelock in vhost problem and makes program > map writes atomic if writev is available. > > -

cvs commit: apache-1.3 STATUS

1999-07-29 Thread dgaudet
dgaudet 99/07/29 10:55:57 Modified:.STATUS Log: I don't see how this is a show stopper, sorry. This is a client bug, and we already have "force-no-vary" as a method to work around those clients. Revision ChangesPath 1.729 +4 -4 ap

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

1999-07-29 Thread dgaudet
dgaudet 99/07/29 10:54:16 Modified:.STATUS src ApacheCore.def CHANGES src/include alloc.h ap_mmn.h src/main alloc.c src/modules/standard mod_headers.c mod_negotiation.c mod_rewrite.c

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_cgi.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_include.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-27 Thread dgaudet
dgaudet 99/07/27 05:05:15 Modified:mpm/src/include http_config.h mpm/src/main http_config.c http_core.c http_main.c http_vhost.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c

cvs commit: apache-2.0/mpm/src/os/beos beosd.c

1999-07-26 Thread dgaudet
dgaudet 99/07/26 00:03:10 Modified:mpm/src/main listen.c mpm/src/os/beos beosd.c Log: some bug fixes from David Submitted by: David Reid <[EMAIL PROTECTED]> Revision ChangesPath 1.4 +1 -1 apache-2.0/mpm/src/main/listen.c

cvs commit: apache-2.0/mpm/src/os/beos Makefile.tmpl beosd.c beosd.h iol_socket.c iol_socket.h os-inline.c os.c os.h

1999-07-12 Thread dgaudet
dgaudet 99/07/12 15:51:17 Modified:mpm/src CHANGES Configure mpm/src/include ap_config.h httpd.h mpm/src/main util.c Added: mpm/src/os/beos Makefile.tmpl beosd.c beosd.h iol_socket.c iol_socket.h os-inline.c os.c os.h Log

cvs commit: apache-2.0/mpm/src/os/beos - New directory

1999-07-12 Thread dgaudet
dgaudet 99/07/12 15:48:54 apache-2.0/mpm/src/os/beos - New directory

cvs commit: apache-2.0/mpm/src/main buff.c

1999-07-01 Thread dgaudet
dgaudet 99/06/30 21:07:22 Modified:mpm/src/main buff.c Log: uh that was an easy one to fix... I should know better than to post saying "I'll look at it later" ;) Revision ChangesPath 1.7 +1 -1 apache-2.0/mpm/src/main/buff.c

cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c

1999-06-28 Thread dgaudet
dgaudet 99/06/28 12:00:50 Modified:mpm/src/include ap_iol.h mpm/src/main iol_file.c mpm/src/os/unix iol_socket.c Log: - eliminate readv -- it's mostly useful with a full zero-copy setup - document the simple writev possible when system has no w

cvs commit: apache-2.0/mpm/src/modules/mpm/prefork Makefile.tmpl prefork.c

1999-06-25 Thread dgaudet
dgaudet 99/06/24 18:25:12 Modified:mpm/src/include httpd.h mpm/src/main Makefile.tmpl http_config.c http_core.c mpm/src/modules/mpm/prefork Makefile.tmpl prefork.c Added: mpm/src/include ap_listen.h mpm/src/main listen.c Log

cvs commit: apache-2.0/mpm/src/main http_protocol.c

1999-06-25 Thread dgaudet
dgaudet 99/06/24 18:17:01 Modified:mpm/src/main http_protocol.c Log: random futzing around Revision ChangesPath 1.7 +9 -9 apache-2.0/mpm/src/main/http_protocol.c Index: http_protocol.c

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

1999-06-24 Thread dgaudet
dgaudet 99/06/24 01:59:00 Modified:mpm/src/main Makefile.tmpl mpm/src/modules/mpm/prefork Makefile.tmpl mpm/src/os/unix Makefile.tmpl Log: depends Revision ChangesPath 1.7 +1 -1 apache-2.0/mpm/src/main/Makefile.tmpl Index

cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c iol_socket.h Makefile.tmpl

1999-06-24 Thread dgaudet
dgaudet 99/06/24 01:58:06 Modified:mpm/src/include ap_iol.h buff.h mpm/src/main Makefile.tmpl alloc.c buff.c mpm/src/modules/mpm/prefork prefork.c mpm/src/os/unix Makefile.tmpl Added: mpm/src/main iol_file.c mpm/src/os

cvs commit: apache-2.0/mpm/src/modules/mpm/prefork .cvsignore

1999-06-24 Thread dgaudet
dgaudet 99/06/24 00:29:59 Added: mpm/src/modules/mpm/prefork .cvsignore Log: ignore Makefile Revision ChangesPath 1.1 apache-2.0/mpm/src/modules/mpm/prefork/.cvsignore Index: .cvsignore

cvs commit: apache-2.0/mpm/src/modules/mpm/prefork prefork.c

1999-06-24 Thread dgaudet
dgaudet 99/06/24 00:29:33 Modified:mpm/src/include buff.h mpm/src/main buff.c http_protocol.c iol_unix.c mpm/src/modules/mpm/prefork prefork.c Log: new-fangled BUFF... this could easily be broken, but hey, the one that was in here before was broken in

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

1999-06-20 Thread dgaudet
dgaudet 99/06/20 16:14:36 Modified:mpm/src Makefile.tmpl mpm/src/ap Makefile.tmpl mpm/src/main Makefile.tmpl mpm/src/modules/standard Makefile.tmpl mpm/src/os/unix Makefile.tmpl Log: depends Revision ChangesPath

cvs commit: apache-2.0/mpm/src Configure

1999-06-20 Thread dgaudet
dgaudet 99/06/20 16:14:18 Modified:mpm/src Configure Log: disable this while jim is working... no mpm/Makefile.tmpl yet Revision ChangesPath 1.5 +2 -1 apache-2.0/mpm/src/Configure Index: Configure

cvs commit: apache-2.0/mpm/src/main http_connection.c mpm_prefork.c

1999-06-20 Thread dgaudet
dgaudet 99/06/20 16:09:54 Modified:mpm/src/include ap_mpm.h mpm/src/main http_connection.c mpm_prefork.c Log: ap_mpm_graceful_stop -> ap_graceful_stop_signalled Revision ChangesPath 1.4 +1 -1 apache-2.0/mpm/src/include/ap_mpm.h In

cvs commit: apache-2.0/mpm/src/os/unix unixd.c unixd.h Makefile.tmpl

1999-06-20 Thread dgaudet
dgaudet 99/06/20 15:59:53 Modified:mpm/src CHANGES mpm/src/include http_config.h mpm/src/main mpm_prefork.c mpm/src/os/unix Makefile.tmpl Added: mpm/src/os/unix unixd.c unixd.h Log: detach, set_group_privs, and such... these will

cvs commit: apache-2.0/mpm/src/include ap_mpm.h

1999-06-20 Thread dgaudet
dgaudet 99/06/20 15:05:14 Modified:mpm/src/include ap_mpm.h Log: documentation Revision ChangesPath 1.3 +48 -0 apache-2.0/mpm/src/include/ap_mpm.h Index: ap_mpm.h === RCS file: /home/cvs

cvs commit: apache-2.0/mpm/src/main alloc.c mpm_prefork.c

1999-06-20 Thread dgaudet
dgaudet 99/06/20 14:46:14 Modified:mpm/src CHANGES mpm/src/include alloc.h mpm/src/main alloc.c mpm_prefork.c Log: remove 1.3 timeout code; SIGUSR1/SIGHUP/SIGTERM working again Revision ChangesPath 1.7 +3 -0 apache-2.0/mpm/src

cvs commit: apache-2.0/mpm/src/main alloc.c http_config.c mpm_prefork.c

1999-06-20 Thread dgaudet
dgaudet 99/06/20 14:12:51 Modified:mpm/src CHANGES Configuration.mpm Configure mpm/src/include ap_mpm.h mpm/src/main alloc.c http_config.c mpm_prefork.c Log: crude ap_thread_mutex abstraction Revision ChangesPath 1.6 +3 -0 apache

cvs commit: apache-2.0/mpm/src/ap ap_buf.c

1999-06-20 Thread dgaudet
dgaudet 99/06/20 12:34:29 Modified:mpm/src/include ap_buf.h mpm/src/ap ap_buf.c Log: some other stuff left over from hacking zero-copy Revision ChangesPath 1.2 +4 -0 apache-2.0/mpm/src/include/ap_buf.h Index: ap_buf.h

cvs commit: apache-2.0/mpm/src/main mpm_prefork.c

1999-06-19 Thread dgaudet
dgaudet 99/06/19 14:56:28 Modified:mpm/src/main mpm_prefork.c Log: Ben L. was complaining that he wanted -X ... try "-D ONE_PROCESS" now instead. The general problem is that mpms need arbitrary extensions to the command line options... -D seems somewhat reasonable.

cvs commit: apache-2.0/mpm/src/include ap_buf.h

1999-06-19 Thread dgaudet
dgaudet 99/06/19 13:42:01 Modified:mpm/src/ap Makefile.tmpl Added: mpm/src/ap ap_buf.c mpm/src/include ap_buf.h Log: this is where I'm going with the zero-copy stuff Revision ChangesPath 1.3 +1 -1 apache-2.0/mpm/src/ap/Makefile

cvs commit: apache-2.0/mpm/src/main iol_unix.c

1999-06-19 Thread dgaudet
dgaudet 99/06/19 13:40:18 Modified:mpm/src/include ap_iol.h mpm/src/main iol_unix.c Log: use ETIMEDOUT instead of ETIME Revision ChangesPath 1.2 +1 -1 apache-2.0/mpm/src/include/ap_iol.h Index: ap_iol.h

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_cgi.c mod_imap.c mod_include.c mod_log_config.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-06-19 Thread dgaudet
dgaudet 99/06/19 11:10:12 Modified:mpm/src CHANGES Configuration.mpm mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_cgi.c mod_imap.c mod_include.c mod_log_config.c

cvs commit: apache-2.0/mpm/src/main iol_unix.c

1999-06-19 Thread dgaudet
dgaudet 99/06/19 10:59:58 Modified:mpm/src/main iol_unix.c Log: cleanup Revision ChangesPath 1.2 +0 -2 apache-2.0/mpm/src/main/iol_unix.c Index: iol_unix.c === RCS file: /home/cvs/apache

cvs commit: apache-2.0/mpm/src/docs buff.txt

1999-06-19 Thread dgaudet
dgaudet 99/06/18 17:17:51 Modified:mpm/src/docs buff.txt Log: rambling on Revision ChangesPath 1.2 +77 -0 apache-2.0/mpm/src/docs/buff.txt Index: buff.txt === RCS file: /home/cvs/apache

cvs commit: apache-2.0/mpm/src/main iol_unix.c Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c

1999-06-18 Thread dgaudet
dgaudet 99/06/18 16:35:01 Modified:mpm/src CHANGES mpm/src/include buff.h mpm/src/main Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c Added: mpm/src/docs buff.txt mpm/src/include

cvs commit: apache-2.0/mpm/src/main buff.c http_protocol.c

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:20:50 Modified:mpm/src/include buff.h mpm/src/main buff.c http_protocol.c Log: break chunked encoding, ebcdic, ... layering goes here Revision ChangesPath 1.2 +4 -48 apache-2.0/mpm/src/include/buff.h Index: buff.h

cvs commit: apache-2.0/mpm/src Configuration.mpm Configure

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:20:19 Modified:mpm/src Configuration.mpm Configure Log: lots todo Revision ChangesPath 1.2 +1 -1 apache-2.0/mpm/src/Configuration.mpm Index: Configuration.mpm === RCS

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

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:08:08 Modified:mpm/src/ap Makefile.tmpl mpm/src Makefile.tmpl mpm/src/main Makefile.tmpl mpm/src/modules/standard Makefile.tmpl mpm/src/os/unix Makefile.tmpl Log: update dependencies Revision

cvs commit: apache-2.0/mpm/src/lib/expat-lite Makefile.tmpl

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:04:23 Modified:mpm/src/lib/expat-lite Makefile.tmpl Log: someone needs to put a depend rule into here Revision ChangesPath 1.2 +2 -0 apache-2.0/mpm/src/lib/expat-lite/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-2.0/mpm 00README_FIRST_REALLY

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:00:18 Added: mpm 00README_FIRST_REALLY Log: ignore the man behind the curtain Revision ChangesPath 1.1 apache-2.0/mpm/00README_FIRST_REALLY Index: 00README_FIRST_REALLY

cvs commit: apache-2.0/mpm/src CHANGES BUILD.NOTES INDENT INSTALL PORTING README README.EBCDIC

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:58:49 Modified:mpm/src CHANGES Removed: mpm/src BUILD.NOTES INDENT INSTALL PORTING README README.EBCDIC Log: cleanup... rewrite the help later... clean state for changes for now Revision ChangesPath 1.2 +0 -6687

cvs commit: apache-2.0/mpm/src/main acceptlock.c fdqueue.c http_accept.c scoreboard.c

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:55:09 Modified:mpm/src/include hsregex.h Removed: mpm/src/include acceptlock.h fdqueue.h mpm/src/main acceptlock.c fdqueue.c http_accept.c scoreboard.c Log: clean these out for now, manoj/whoever can put them back if

cvs commit: apache-2.0/mpm/src Configuration.mpm README.MPM 2.0_ARCH

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:49:45 Added: mpm/src Configuration.mpm README.MPM Removed: mpm/src 2.0_ARCH Log: cleanup, build instructions Revision ChangesPath 1.1 apache-2.0/mpm/src/Configuration.mpm Index: Configuration.mpm

cvs commit: apache-2.0/mpm/src/docs goals.txt initial_blurb.txt tls.txt

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:46:55 Added: mpm/src/docs goals.txt initial_blurb.txt tls.txt Log: add in some of the discussion Revision ChangesPath 1.1 apache-2.0/mpm/src/docs/goals.txt Index: goals.txt

cvs commit: apache-2.0/mpm/src/docs - New directory

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:43:13 apache-2.0/mpm/src/docs - New directory

cvs commit: apache-2.0/mpm - Imported sources

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:40:00 Log: import mpm-3 into the apache-2.0 repository Status: Vendor Tag: dgaudet Release Tags: mpm-3 N apache-2.0/mpm/ABOUT_APACHE N apache-2.0/mpm/Announcement N apache-2.0/mpm/INSTALL N apache-2.0/mpm/KEYS N apache-2.0/mpm/LICENSE N

cvs commit: apache-apr/pthreads/src/include buff.h httpd.h

1999-06-09 Thread dgaudet
dgaudet 99/06/09 15:06:30 Modified:pthreads/src/include buff.h httpd.h Log: BO_TIMEOUT belongs in buff.h Revision ChangesPath 1.7 +1 -0 apache-apr/pthreads/src/include/buff.h Index: buff.h

cvs commit: apache-apr/pthreads/src/test/rename apapi.h

1999-06-09 Thread dgaudet
dgaudet 99/06/09 15:03:44 Modified:pthreads/src/include buff.h pthreads/src/main alloc.c buff.c http_main.c pthreads/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c pthreads/src/test/rename apapi.h Log

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

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:15:53 Modified:htdocs/manual content-negotiation.html src CHANGES src/modules/standard mod_negotiation.c Log: This patch removes the processing of `mxb' parameters in Accept headers in mod_negotiation. A second patch up

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:00:27 Modified:.STATUS Log: still sunny Revision ChangesPath 1.699 +6 -2 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 09:49:14 Modified:.STATUS Log: a sunny day here Revision ChangesPath 1.698 +5 -15 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

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

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:26:18 Modified:src/main http_main.c src/include ap_config.h Log: we really only need CHECK_FD_SETSIZE, not CHECK_CSD_SETSIZE Revision ChangesPath 1.442 +2 -2 apache-1.3/src/main/http_main.c Index: http_main.c

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

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:20:40 Modified:src/main http_main.c Log: oops I committed that SIGUSR2 change by mistake ages ago... rev 1.433 Revision ChangesPath 1.441 +1 -2 apache-1.3/src/main/http_main.c Index: http_main.c

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

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:10:11 Modified:src/modules/proxy proxy_cache.c Log: missing ap_unblock_alarms Revision ChangesPath 1.60 +0 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

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

1999-06-02 Thread dgaudet
dgaudet 99/06/01 23:30:07 Modified:src CHANGES src/main http_main.c Log: Piped error logs could cause a segfault if an error occured during configuration after a restart. PR: 4456 Submitted by: Aidan Cully <[EMAIL PROTECTED]> Re

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

1999-05-16 Thread dgaudet
dgaudet 99/05/16 16:39:45 Modified:htdocs/manual/mod mod_log_config.html src CHANGES src/modules/standard mod_log_config.c Log: Always log months in english format for %t in mod_log_config. PR: 4366, 679 Submitted by: Petr Lampa

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

1999-05-13 Thread dgaudet
dgaudet 99/05/13 12:44:15 Modified:src/include alloc.h Log: add a bunch more info to the pool/ancestor documentation... Raymond's comments made it clear to me that what I'd written wasn't so clear ;) Revision ChangesPath 1.68 +36 -2 apache-

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

1999-05-13 Thread dgaudet
dgaudet 99/05/13 12:00:48 Modified:src/modules/standard mod_include.c mod_autoindex.c Log: Back out the "evil hack" portion of Raymond's patch. In addition to being an evil hack, it causes memory corruption. You cannot destroy a #included subrequest of mod_incl

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

1999-05-12 Thread dgaudet
dgaudet 99/05/12 09:50:43 Modified:src CHANGES src/main http_request.c Log: don't assume the struct stat passed to stat() is left alone when the stat fails Submitted by: Ed Korthof <[EMAIL PROTECTED]> Revision ChangesPath 1.13

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

1999-05-07 Thread dgaudet
dgaudet 99/05/06 17:38:13 Modified:src CHANGES src/main http_main.c Log: loop around on EINTR from semop() Revision ChangesPath 1.1352+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-05-05 Thread dgaudet
dgaudet 99/05/05 10:46:08 Modified:src CHANGES src/modules/standard mod_include.c Log: mod_include's fsize/flastmod should allow only relative paths, just like "include file". This bug was introduced during the 1.98 -> 1.99

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

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:13:05 Modified:src/modules/standard mod_autoindex.c Log: fix a slight problem with my recent fix to mod_autoindex Submitted by: Raymond S Brand <[EMAIL PROTECTED]> Revision ChangesPath 1.104 +2 -2 apache-1.3/src/modules/st

cvs commit: apache-1.3/src CHANGES

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:03:50 Modified:src CHANGES Log: PR#3178 submitter also diagnosed the fix Revision ChangesPath 1.1338+2 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home

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

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:02:30 Modified:src CHANGES src/main http_main.c src/modules/proxy proxy_ftp.c proxy_http.c proxy_util.c Log: *) Fix intermittent SEGV in ap_proxy_cache_error() in src/modules/proxy_util.c where a NULL filepointer and temporary

cvs commit: apache-1.3 configure

1999-04-21 Thread dgaudet
dgaudet 99/04/21 00:21:04 Modified:.configure Log: fix typo PR: 4282 Submitted by: Philippe M.Chiasson <[EMAIL PROTECTED]> Revision ChangesPath 1.83 +1 -1 apache-1.3/configure Index: con

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 22:01:25 Modified:htdocs/manual/misc howto.html Log: missing / in example PR: 3631 Submitted by: Sebastian Andersson <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +1 -1 apache-1.3/htdocs/manual/misc/howto.html

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:50:41 Modified:src CHANGES Log: another PR# Revision ChangesPath 1.1320+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES,v

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:42:35 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: uncompress and gzip don't like getting only 4k of the file... pass them the entire file (but we still only read 4k, so they don't get to run for long

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 19:00:57 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: we don't need padding when we're not doing fancyindexing PR: 3770 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.131

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 18:29:21 Modified:src CHANGES Log: a few more PRs Revision ChangesPath 1.1317+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 16:38:45 Modified:src CHANGES src/main http_request.c Log: copy expecting_100 when doing an internal redirect PR: 3910 Submitted by: Jose KAHAN <[EMAIL PROTECTED]> Revision ChangesPath 1.1316+3 -0 apac

cvs commit: apache-1.3/conf mime.types

1999-04-20 Thread dgaudet
dgaudet 99/04/20 16:19:36 Modified:conf mime.types Log: add .xls (flame away) PR: 3935 Revision ChangesPath 1.24 +1 -1 apache-1.3/conf/mime.types Index: mime.types

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 14:53:27 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: the width stuff wasn't taking into account &escapes; PR: 4075 Revision ChangesPath 1.1315+4 -0 apache-1.3/src/CHANGES Index

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-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:

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

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

cvs commit: apache-1.3 configure

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:19:16 Modified:.configure Log: since the help is automatically generated, and it takes quite some time to generate it, warn folks. It confused me at first too. PR: 4200 Revision ChangesPath 1.82 +3 -1 apache-1.3

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: httpd.conf

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

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/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: al

  1   2   3   4   5   6   7   8   9   >