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

1999-06-20 Thread ben
ben 99/06/20 04:19:48 Modified:mpm/src/include httpd.h mpm/src/main http_protocol.c http_vhost.c mpm_prefork.c Log: Server is not a per-connection thing. This also makes virtual hosts work better. Revision ChangesPath 1.2 +0 -1

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

1999-06-20 Thread ben
ben 99/06/20 05:25:55 Modified:mpm/src/main buff.c http_request.c Log: Handle partial large writes. Revision ChangesPath 1.4 +5 -1 apache-2.0/mpm/src/main/buff.c Index: buff.c === RCS

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

1999-06-20 Thread ben
ben 99/06/20 05:27:10 Modified:mpm/src/main http_request.c Log: Whoops. Undo unintentional change. Revision ChangesPath 1.4 +1 -7 apache-2.0/mpm/src/main/http_request.c Index: http_request.c

cvs commit: apache-2.0/mpm/src CHANGES

1999-06-20 Thread ben
ben 99/06/20 05:29:19 Modified:mpm/src CHANGES Log: Document changes. Revision ChangesPath 1.5 +7 -0 apache-2.0/mpm/src/CHANGES Index: CHANGES === RCS file:

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

1999-06-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: jim 99/06/19 15:16:04 Modified:mpm/src Configuration.mpm Log: FreeBSD requires this to grab the thread lib for pthreads. Uncomment when trying on that I used -lc_r - is there a difference? Cheers, Ben. -- http://www.apache-ssl.org/ben.html

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

1999-06-20 Thread jim
jim 99/06/20 08:59:57 Modified:mpm/src Configuration.mpm Log: Thanks to Dmitry Khrustalev Revision ChangesPath 1.6 +2 -2 apache-2.0/mpm/src/Configuration.mpm Index: Configuration.mpm

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

cvs commit: apache-site/contributors index.html

1999-06-20 Thread pcs
pcs 99/06/20 14:42:16 Modified:contributors index.html Log: Update occupation Revision ChangesPath 1.73 +4 -4 apache-site/contributors/index.html Index: index.html === RCS file:

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

cvs commit: apache-2.0/mpm/src Configure

1999-06-20 Thread jim
jim 99/06/20 15:25:25 Modified:mpm/src Configure Log: Stub of the mpm/ directory of methods Revision ChangesPath 1.4 +18 -0 apache-2.0/mpm/src/Configure Index: Configure === RCS file:

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