stas2004/09/29 20:39:25
Modified:.Changes
src/modules/perl mod_perl.c modperl_filter.c
Log:
tag the custom pools created by mod_perl for easier pools debug
Revision ChangesPath
1.505 +3 -0 modperl-2.0/Changes
Index: Changes
=
gozer 2004/09/17 21:33:34
Modified:src/modules/perl mod_perl.c mod_perl.h modperl_config.c
modperl_interp.c modperl_types.h
Log:
Get rid of the threaded_mpm member from modperl_config_srv_t. Use a
global instead.
Revision ChangesPath
1.221
stas2004/07/14 12:20:04
Modified:src/modules/perl mod_perl.c
Log:
remove the bogus code
Revision ChangesPath
1.219 +0 -6 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS
stas2004/07/09 17:36:19
Modified:lib/ModPerl MapUtil.pm StructureMap.pm TypeMap.pm WrapXS.pm
src/modules/perl mod_perl.c mod_perl.h
Log:
supports a new type of struct accessor, which is just like read/write
one, but doesn't allow write access starting at the Chil
stas2004/07/07 12:04:52
Modified:src/modules/perl mod_perl.c
Log:
comment typo
Revision ChangesPath
1.217 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file: /h
stas2004/07/07 12:01:05
Modified:.Changes
src/modules/perl mod_perl.c
Log:
Make it possible to disable mod_perl for the base server, but enable
it for the virtual hosts
Revision ChangesPath
1.404 +3 -0 modperl-2.0/Changes
Index:
stas2004/05/09 15:43:57
Modified:src/modules/perl mod_perl.c
Log:
we need to dup the filehandle so that when the server shuts down, we will
be able to log traces to error_log after Apache has closed it (which
happens too early for our likening).
Revision ChangesPath
geoff 2004/02/29 20:24:00
Modified:src/modules/perl mod_perl.c
Log:
add comments
Revision ChangesPath
1.210 +4 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file: /h
geoff 2004/02/29 19:57:34
Modified:src/modules/perl mod_perl.c mod_perl.h
Log:
now that Perl*Handlers run APR_HOOK_REALLY_FIRST by default,
make sure that +GlobalRequest logic comes really really first
Revision ChangesPath
1.209 +2 -2 modperl-2.0/src/modules/
geoff 2004/02/13 06:58:05
Modified:src/modules/perl mod_perl.c
Log:
be rid of warnings spotted by newer compilers
Revision ChangesPath
1.208 +8 -10 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
stas2003/11/03 15:31:19
Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h
Log:
move the ever-growing hash-seed-manipulation ifdef clutter to
modperl_perl.c, bringing mod_perl.c back to a readable form.
Revision ChangesPath
1.203 +0 -70 modpe
stas2003/10/22 22:57:46
Modified:src/modules/perl mod_perl.c
Log:
refactoring: fold the two places where MpInterpBASE_On was called into one where
perl is created
Revision ChangesPath
1.201 +7 -14 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.
stas2003/10/22 18:14:22
Modified:src/modules/perl mod_perl.c
Log:
if a server has no mod_perl config data, skip it as soon as possible
Revision ChangesPath
1.200 +5 -5 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
==
stas2003/10/22 18:13:30
Modified:src/modules/perl mod_perl.c
Log:
more tracing
Revision ChangesPath
1.199 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file: /h
stas2003/10/22 18:11:35
Modified:src/modules/perl mod_perl.c
Log:
after other parent perls were started in vhosts, make sure that
the context is set to the base_perl
Revision ChangesPath
1.198 +7 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_pe
stas2003/10/22 18:10:55
Modified:src/modules/perl mod_perl.c
Log:
don't try to set base perl flag on a non-existing mip
Revision ChangesPath
1.197 +6 -5 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
stas2003/10/22 18:09:21
Modified:src/modules/perl mod_perl.c
Log:
better tracing
Revision ChangesPath
1.196 +4 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file:
stas2003/10/22 18:07:58
Modified:src/modules/perl mod_perl.c
Log:
add trace for which perl starts
Revision ChangesPath
1.195 +15 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
stas2003/10/22 18:05:49
Modified:src/modules/perl mod_perl.c
Log:
move the init of the base perl into modperl_startup
Revision ChangesPath
1.194 +19 -7 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
stas2003/10/19 13:28:37
Modified:src/modules/perl mod_perl.c
Log:
cleanup
Revision ChangesPath
1.193 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file: /home/c
stas2003/10/17 10:17:06
Modified:src/modules/perl mod_perl.c
Log:
C++ comments are no-no
Submitted by: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Revision ChangesPath
1.191 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
geoff 2003/10/13 19:33:08
Modified:src/modules/perl mod_perl.c
Log:
fix spacing
Revision ChangesPath
1.189 +10 -11modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
RCS file: /ho
geoff 2003/10/13 11:05:52
Modified:src/modules/perl mod_perl.c
Log:
avoid multiple declare and other possible compile errors - whoops.
Reviewed by: stas
Revision ChangesPath
1.188 +4 -0 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
geoff 2003/10/13 09:08:56
Modified:src/modules/perl mod_perl.c
Log:
fixed "unused variable `gv'" warning exposed when MP_COMPAT_1X=0
Revision ChangesPath
1.187 +2 -3 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
==
stas2003/09/16 11:47:53
Modified:src/modules/perl mod_perl.c
Log:
win32 doesn't like printf before perl is started, use ap_log_error instead
and move the info/debug mod_perl hash seed notice to a latter stage
(post_config) so it gets logged to error_log if LogLevel >= Info.
stas2003/09/15 22:01:38
Modified:src/modules/perl mod_perl.c
Log:
can't use perl's safemalloc before perl is started, using apr_palloc
instead
Revision ChangesPath
1.184 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
stas2003/09/11 11:10:39
Modified:src/modules/perl mod_perl.c
Log:
add a proper debug tracing for what hash seed is picked by mod_perl
Revision ChangesPath
1.183 +11 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
stas2003/09/11 11:09:48
Modified:src/modules/perl mod_perl.c
Log:
complete the removal of the unsupported APR_VERSION_0_9_3 ifdefs
Revision ChangesPath
1.182 +0 -5 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
==
stas2003/08/25 00:31:46
Modified:src/modules/perl mod_perl.c
Log:
convert XXX into a comment, stating the fuct
Revision ChangesPath
1.181 +3 -3 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
==
geoff 2003/08/22 12:15:09
Modified:t/apr-ext perlio.t
t/filter both_str_req_mix.t in_bbs_consume.t
t/filter/TestFilter in_str_consume.pm
t/response/TestAPI rutil.pm
t/response/TestAPR perlio.pm socket.pm table.pm
randyk 2003/08/18 22:01:23
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c modperl_callback.c
modperl_config.c modperl_types.h modperl_util.h
Log:
Reviewed by: geoff, stas
s/(RUN_ALL|RUN_FIRST|VOID)/MP_HOOK_$1/, as case-insensitive
geoff 2003/08/11 11:02:43
Modified:src/modules/perl mod_perl.c
Log:
fix for PERL_HASH_SEED oddity
Submitted by: geoff
Reviewed by: stas
Revision ChangesPath
1.176 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
==
stas2003/04/06 18:39:51
Modified:src/modules/perl mod_perl.c
Log:
move the setting of MpInterpBASE_On after perl modules are loaded as it
was in first place.
Revision ChangesPath
1.167 +10 -3 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
=
stas2003/03/24 23:51:08
Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_interp.c
Log:
move the modperl_interp_init() trace inside the function itself
Revision ChangesPath
1.161 +0 -2 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
stas2003/03/24 23:45:23
Modified:src/modules/perl mod_perl.c
Log:
add macros to change the base server startup phases
Revision ChangesPath
1.159 +15 -6 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
===
35 matches
Mail list logo