cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c

2001-10-06 Thread dougm
dougm 01/10/06 14:05:40 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c Log: pass a request_rec to modperl_callback() for future use Revision ChangesPath 1.45 +2 -2 modperl-2.0/src/modules/perl/modperl_

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_handler.c modperl_handler.h modperl_types.h

2001-03-16 Thread dougm
dougm 01/03/16 09:23:31 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_handler.c modperl_handler.h modperl_types.h Log: prototype the 3 pools in run_handlers() rather that use va_args, so we can have a pool sooner rather than late

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c modperl_mgv.c modperl_mgv.h

2001-03-14 Thread dougm
dougm 01/03/14 21:39:09 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c modperl_mgv.c modperl_mgv.h Log: VirtualHosts configured with 'PerlOptions +Parent' need to have autoloaded modules required into their own namespace

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h

2001-03-14 Thread dougm
dougm 01/03/14 09:28:07 Modified:src/modules/perl modperl_callback.c modperl_callback.h Log: canonicalize MP_HANDLER_TYPE_ names Revision ChangesPath 1.26 +17 -15modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c =

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c

2001-03-13 Thread dougm
dougm 01/03/13 16:37:53 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_filter.c Log: pass an AV** rather than AV* to modperl_handler_make_args(), which will create the newAV() if needed Revision ChangesPath 1.24 +1

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h

2001-02-18 Thread dougm
dougm 01/02/18 13:55:08 Modified:src/modules/perl modperl_callback.c modperl_callback.h Log: avoid c++ keywords (class) Revision ChangesPath 1.17 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c ==

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c modperl_callback.h modperl_interp.c modperl_log.h modperl_tipool.c modperl_tipool.h modperl_types.h

2000-05-26 Thread dougm
dougm 00/05/26 13:34:51 Modified:src/modules/perl modperl_callback.c modperl_callback.h modperl_interp.c modperl_log.h modperl_tipool.c modperl_tipool.h modperl_types.h Log: don't cache get_cv() in the server config structure fixup