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-1.3 STATUS

1999-08-03 Thread coar
coar99/08/03 10:53:19 Modified:.STATUS Log: Add a note about the proposed 1.3.8 schedule, and some votes. Revision ChangesPath 1.732 +7 -6 apache-1.3/STATUS Index: STATUS

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

1999-08-03 Thread manoj
manoj 99/08/03 11:17:54 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Update with new hooks. Revision ChangesPath 1.12 +0 -2 apache-2.0/mpm/src/modules/mpm/dexter/dexter.c Index: dexter.c

cvs commit: apache-1.3 STATUS

1999-08-03 Thread coar
coar99/08/03 12:26:56 Modified:.STATUS Log: Add Sequent update patch. Revision ChangesPath 1.733 +5 -1 apache-1.3/STATUS Index: STATUS === RCS file:

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

1999-08-03 Thread manoj
manoj 99/08/03 13:03:10 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: get rid of the vestigial ap_open_logs call (and the ap_clear_pool that went along with it), to fix logging problems. Sometimes the bug would

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

1999-08-03 Thread manoj
manoj 99/08/03 13:41:38 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: No reason to have a loop writing one byte at a time to the pipe of death when the write call will do it for us. Also fix the comments a bit.