cvs commit: modperl-2.0/xs/ModPerl/Util ModPerl__Util.h

2004-03-03 Thread gozer
gozer 2004/03/03 22:01:14 Modified:.Changes LICENSE ModPerl-Registry/lib/ModPerl PerlRun.pm Registry.pm RegistryBB.pm RegistryCooker.pm RegistryLoader.pm bin mp2bug mp2doc lib mod_perl.pm

cvs commit: modperl-2.0 Makefile.PL

2004-03-03 Thread stas
stas2004/03/03 19:36:18 Modified:.Makefile.PL Log: this is a workaround so that ModPerl::MM will move MY::constants away, and Apache-Test/Makefile.PL which has its own MY::constants won't get complaints on MY::constants redefined Revision ChangesPath 1.137

cvs commit: modperl-2.0/todo release

2004-03-03 Thread stas
stas2004/03/03 17:09:50 Modified:todo release Log: as discussed: $Apache::Server::StrictPerlSections should be 1 by default Revision ChangesPath 1.19 +4 -0 modperl-2.0/todo/release Index: release ===

cvs commit: modperl-2.0/todo features_optimization

2004-03-03 Thread stas
stas2004/03/03 17:04:28 Modified:todo features_optimization Log: can optimize modperl_callback_current_callback_(set|get) Revision ChangesPath 1.3 +5 -0 modperl-2.0/todo/features_optimization Index: features_optimization =

cvs commit: modperl-2.0/todo features_new

2004-03-03 Thread stas
stas2004/03/03 16:26:13 Modified:todo features_new Log: extend add_config to support add_config($multi_line_config). If the passed argument is not a ref to an array, but a scalar should use CR?LF to do the line split Revision ChangesPath 1.4 +4 -0 m

cvs commit: modperl-2.0 Changes

2004-03-03 Thread stas
stas2004/03/03 15:28:03 Modified:src/modules/perl modperl_env.c t/response/TestModules cgi.pm .Changes Log: Drop the support for making GATEWAY_INTERFACE special. It's not needed as $ENV{MOD_PERL}, available in both mod_perl generations, sh

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

2004-03-03 Thread stas
stas2004/03/03 15:08:49 Modified:src/modules/perl modperl_handler.c Log: verify that GV is valid to avoid segfaults Revision ChangesPath 1.25 +3 -1 modperl-2.0/src/modules/perl/modperl_handler.c Index: modperl_handler.c ===

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

2004-03-03 Thread stas
stas2004/03/03 15:07:29 Modified:src/modules/perl modperl_io_apache.c Log: we can't do sv_setpv(get_sv("!", TRUE), ...) as it breaks the magic for $! and the error message will persist for the rest of the interpreter life. Revision ChangesPath 1.16 +1 -1 m

cvs commit: modperl-2.0/todo features_registry

2004-03-03 Thread stas
stas2004/03/03 15:03:10 Modified:todo features_registry Log: summarize the acl support thread Revision ChangesPath 1.2 +9 -0 modperl-2.0/todo/features_registry Index: features_registry =

cvs commit: modperl-2.0/todo bugs_registry

2004-03-03 Thread stas
stas2004/03/03 14:46:06 Modified:todo bugs_registry Log: sync Revision ChangesPath 1.6 +0 -7 modperl-2.0/todo/bugs_registry Index: bugs_registry === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0/todo features_registry bugs_registry

2004-03-03 Thread stas
stas2004/03/03 14:45:40 Modified:todo bugs_registry Added: todo features_registry Log: separate features from bugs Revision ChangesPath 1.5 +0 -77 modperl-2.0/todo/bugs_registry Index: bugs_registry

cvs commit: modperl-2.0/todo features_optimization

2004-03-03 Thread stas
stas2004/03/03 13:03:33 Modified:todo features_optimization Log: * consider using the temp pool for things that are needed only during the configuration and can be dropped before the actual serving is started. that pool gets destroyed right after the post-config phase

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

2004-03-03 Thread stas
stas2004/03/03 01:08:19 Modified:src/modules/perl modperl_filter.c Log: the new modperl_cgi_header_parse version now takes care of using only the 'len' bytes of the passed buffer, so we no longer need to copy those bytes into a new buffer. Revision ChangesPath 1.8