stas2004/09/09 08:08:04
Modified:.Changes
src/modules/perl modperl_error.c modperl_error.h
modperl_filter.c
Log:
introduce a custom modperl error message for failing filter handlers
(previously 'unknown error' coming from rc=500 wa
stas2004/09/09 08:08:38
Modified:src/modules/perl modperl_util.c
Log:
class name correction in the comment
Revision ChangesPath
1.79 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c
Index: modperl_util.c
==
stas2004/09/09 08:17:21
Modified:src/modules/perl modperl_filter.c
Log:
log the filter failure error message only once
Revision ChangesPath
1.98 +5 -12 modperl-2.0/src/modules/perl/modperl_filter.c
Index: modperl_filter.c
==
stas2004/09/09 09:56:32
modperl-2.0/xs/Apache/ServerRec - New directory
stas2004/09/09 09:58:08
Modified:.Changes
xs/Apache/Log Apache__Log.h
Added: t/response/TestVhost log.pm
t/vhost log.t
t/htdocs/vhost .cvsignore
xs/Apache/ServerRec ServerRec_pm
Log:
- fix Apache::Server
gozer 2004/09/09 11:29:09
Modified:.Changes
lib/Apache Reload.pm
t/modules reload.t
t/response/TestModules reload.pm
Log:
Add Apache::Reload->unregister_module() to explicitely remove a
module from Apache::Reload's monitoring l
stas2004/09/09 11:48:03
Modified:.Changes
src/modules/perl modperl_global.c
t/response/TestAPI request_subclass.pm
t/response/TestError api.pm
Log:
fix Apache->request($r) to be set-able even w/: PerlOptions
-GlobalRequest
stas2004/09/09 11:48:49
Modified:t/response/TestVhost log.pm
Log:
no need for PerlOptions +GlobalRequest, as we set Apache->request($r)
explicitly
Revision ChangesPath
1.2 +0 -2 modperl-2.0/t/response/TestVhost/log.pm
Index: log.pm
gozer 2004/09/09 15:16:38
Modified:.Changes
ModPerl-Registry/lib/ModPerl RegistryCooker.pm
lib/Apache Reload.pm
src/modules/perl modperl_cmd.c modperl_util.c modperl_util.h
t/response/TestModules reload.pm
stas2004/09/09 15:25:18
Modified:xs/ModPerl/Util ModPerl__Util.h
Log:
indent
Revision ChangesPath
1.8 +2 -2 modperl-2.0/xs/ModPerl/Util/ModPerl__Util.h
Index: ModPerl__Util.h
===
RCS f
gozer 2004/09/09 15:39:11
Modified:.Changes
lib/Apache PerlSections.pm
src/modules/perl modperl_config.c modperl_config.h
xs/Apache/CmdParms Apache__CmdParms.h
xs/maps modperl_functions.map
xs/tables/cu
gozer 2004/09/09 16:00:19
Modified:src/modules/perl modperl_util.c
Log:
using SvREFCNT_dec() on a temporary SV * is overkill, sv_free() is a
better choice.
Revision ChangesPath
1.81 +1 -1 modperl-2.0/src/modules/perl/modperl_util.c
Index: modperl_util.c
stas2004/09/09 17:25:42
Modified:src/modules/perl modperl_global.h
Log:
note that modperl_global_get_pconf and modperl_global_get_server_rec
return thread unsafe objects and therefore should be used with care
Revision ChangesPath
1.7 +4 -0 modperl-2.0/src
stas2004/09/09 17:47:06
Modified:src/modules/perl modperl_global.h
Log:
tidy up
Revision ChangesPath
1.8 +6 -6 modperl-2.0/src/modules/perl/modperl_global.h
Index: modperl_global.h
===
stas2004/09/09 17:49:25
Modified:t/response/TestVhost log.pm
Log:
missing use Apache::Log
Revision ChangesPath
1.3 +4 -4 modperl-2.0/t/response/TestVhost/log.pm
Index: log.pm
===
RCS f
stas2004/09/09 17:54:55
Modified:src/modules/perl modperl_util.c
xs/Apache/Log Apache__Log.h
Log:
modperl_global_get_server_rec is not thread safe (there is only one global
server and locking is needed to use it concurrently). at the moment make
sure that threa
16 matches
Mail list logo