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

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

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. Although I

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

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

1999-06-21 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 Index

cvs commit: apache-2.0/mpm/src Configure

1999-06-21 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/os/unix Makefile.tmpl

1999-06-21 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/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

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

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 Index: buff.c

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/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 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 Index: listen.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-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 apache-1.3/STATUS

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. -Dima PR

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-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/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-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: Paul J. Reder [EMAIL

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's too many

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+3 -0

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/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 appears that the primary audience

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 apache-1.3/cgi

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

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_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-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.c

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

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

<    2   3   4   5   6   7