dougm 01/11/04 21:19:01
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_callback.c modperl_config.c
modperl_config.h modperl_interp.c modperl_types.h
Log:
add a per-request cleanup function that properly deals with PerlInterpScope
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_
dougm 01/04/19 10:57:17
Modified:src/modules/perl modperl_callback.c modperl_handler.c
modperl_handler.h
Log:
move handler resolver code into modperl_handler_resolve routine
Revision ChangesPath
1.41 +3 -34 modperl-2.0/src/modules/perl/
dougm 01/04/12 18:10:21
Modified:src/modules/perl modperl_callback.c
Log:
log rather than trace failure to resolve handler
Revision ChangesPath
1.40 +3 -2 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
dougm 01/04/11 20:49:42
Modified:src/modules/perl modperl_callback.c
Log:
assume handler return status is OK for non-http status codes and for 200 (HTTP_OK)
Revision ChangesPath
1.39 +4 -0 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_ca
dougm 01/04/02 22:23:47
Modified:src/modules/perl modperl_callback.c
Log:
if handler is resolved at request time and not duped (prefork-mpm case), need to use
s->process->pconf pool
Revision ChangesPath
1.37 +12 -2 modperl-2.0/src/modules/perl/modperl_callbac
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
dougm 01/03/15 22:57:43
Modified:src/modules/perl modperl_callback.c
Log:
thinking
Revision ChangesPath
1.34 +4 -4 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
dougm 01/03/15 22:41:46
Modified:src/modules/perl modperl_callback.c modperl_handler.c
modperl_handler.h
Log:
need to return the address incase caller needs to initialize (e.g. push/set)
Revision ChangesPath
1.33 +4 -4 modperl-2.0/src/
dougm 01/03/15 22:32:15
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_callback.c modperl_handler.c
modperl_handler.h
Log:
move some code into modperl_handler_lookup_handlers() so it can be reused for
{get,set,push}_handlers
Revi
dougm 01/03/14 23:04:41
Modified:src/modules/perl modperl_callback.c modperl_config.c
modperl_config.h modperl_interp.c modperl_types.h
Log:
support "PerlInterpLifetime handler"
Revision ChangesPath
1.29 +3 -5 modperl-2.0/src/modules/p
dougm 01/03/14 21:42:15
Modified:src/modules/perl modperl_callback.c
Log:
no need to dup a non-parsed handler in a non-threaded mpm
Revision ChangesPath
1.28 +8 -5 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
==
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
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
=
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
dougm 01/03/13 16:20:53
Modified:src/modules/perl modperl_callback.c
Log:
add support for IV and PV in modperl_handler_make_args()
Revision ChangesPath
1.23 +16 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
dougm 01/03/13 15:55:21
Modified:src/modules/perl modperl_callback.c modperl_filter.c
modperl_interp.c
Log:
modperl_interp_select() will PERL_SET_CONTEXT for the given thread, so the caller
does not need to
Revision ChangesPath
1.22 +1 -1
dougm 01/03/04 10:41:33
Modified:src/modules/perl modperl_callback.c
Log:
optimization: copy handler->args onto the stack all at once
Revision ChangesPath
1.20 +4 -5 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
dougm 01/03/03 15:11:37
Modified:src/modules/perl modperl_callback.c
Log:
request_rec is now blessed into the Apache::RequestRec class
Revision ChangesPath
1.19 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
dougm 01/02/18 16:10:50
Modified:src/modules/perl modperl_callback.c
Log:
more s/class/package/g
Revision ChangesPath
1.18 +19 -19modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
=
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
==
dougm 01/02/08 11:42:31
Modified:src/modules/perl modperl_callback.c modperl_config.c
modperl_filter.c modperl_gtop.c modperl_interp.c
Log:
adjust to recent apr name changes
Revision ChangesPath
1.16 +2 -2 modperl-2.0/src/modules/perl/
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
dougm 00/05/01 16:57:52
Modified:src/modules/perl modperl_callback.c
Log:
handler caching is broken, fix later
Revision ChangesPath
1.9 +6 -0 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
===
dougm 00/04/28 19:28:36
Modified:.00README_FIRST Makefile.PL
src/modules/perl modperl_callback.c modperl_interp.c
Removed: patches perl_no_get_context.pat
Log:
no patch to 5.6.0 is needed when PERL_SET_CONTEXT is properly used
tell perl_clone() not
dougm 00/04/27 15:18:37
Modified:src/modules/perl modperl_callback.c
Log:
fix for vanilla 5.6.0
Revision ChangesPath
1.7 +1 -1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
==
dougm 00/04/24 20:48:27
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_callback.c
Log:
hookup connection handlers
Revision ChangesPath
1.15 +4 -2 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
=
dougm 00/04/21 00:12:42
Modified:lib/Apache Build.pm
src/modules/perl modperl_callback.c
Log:
hang onto MP_ parameter prefix, easy to dig out later
parse .makepl_args.mod_perl2
Revision ChangesPath
1.8 +49 -10modperl-2.0/lib/Apache/Build.pm
dougm 00/04/18 15:58:10
Added: src/modules/perl modperl_callback.c
Log:
implement handler parsing
get started on basic callbacks
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_callback.c
Index: modperl_callback.c
=
29 matches
Mail list logo