cvs commit: modperl-2.0 Changes

2003-02-19 Thread stas
stas2003/02/19 17:28:25 Modified:t/response/TestAPI uri.pm xs/APR/URI APR__URI.h .Changes Log: fix a bug for apr < 0.9.3, where it segfaults in apr_uri_unparse, if hostname is set, but not the scheme. Revision ChangesPath 1.9

cvs commit: modperl-2.0 Changes

2003-02-18 Thread stas
stas2003/02/18 16:32:45 Modified:.Changes Added: lib/Bundle Apache2.pm Log: add Apache::Bundle2 Revision ChangesPath 1.1 modperl-2.0/lib/Bundle/Apache2.pm Index: Apache2.pm ===

cvs commit: modperl-2.0 Changes

2003-02-17 Thread stas
stas2003/02/17 01:39:54 Modified:lib/Apache Reload.pm .Changes Log: Apache::Reload now supports the PerlPreConnectionHandler invocation mode, so connection filter and protocol modules can be automatically reloaded on change. Revision ChangesPa

Re: cvs commit: modperl-2.0 Changes

2003-02-13 Thread Geoffrey Young
+package Apache::Connection; + +# auth_type and user records don't exist in 2.0 conn_rec struct +# 'PerlOptions +GlobalRequest' is required +sub auth_type { Apache->request->auth_type } +sub user { Apache->request->user } + 1; __END__ I think this may need a bit

cvs commit: modperl-2.0 Changes

2003-02-12 Thread stas
stas2003/02/12 15:42:23 Modified:lib/Apache compat.pm .Changes Added: t/compat conn_authen.t t/response/TestCompat conn_authen.pm Log: Add Apache::compat methods: $r->connection->auth_type and $r->connection->user (requires 'PerlOpt

cvs commit: modperl-2.0 Changes

2003-02-06 Thread stas
stas2003/02/06 18:58:30 Modified:.Changes Log: log the recent changes Revision ChangesPath 1.123 +5 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

cvs commit: modperl-2.0 Changes

2003-01-30 Thread stas
stas2003/01/30 19:15:24 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h .Changes Added: t/response/TestError api.pm Log: die when Apache->request returns nothing ('PerlOptions -GlobalRequest' or 'SetHandler modperl' Revision Changes

cvs commit: modperl-2.0 Changes

2003-01-23 Thread stas
stas2003/01/23 21:09:40 Modified:src/modules/perl modperl_mgv.c .Changes Log: Skip the handler package::func resolving error, only when the error message matches "Can't locate .*? in @INC", rather than just "Can't locate", since there are many other err

cvs commit: modperl-2.0 Changes

2003-01-21 Thread stas
stas2003/01/21 23:02:14 Modified:.Changes Log: log the recent changes Revision ChangesPath 1.109 +5 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

cvs commit: modperl-2.0 Changes

2003-01-19 Thread stas
stas2003/01/19 23:54:52 Modified:.Changes Log: log the recent change Revision ChangesPath 1.106 +5 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chang

cvs commit: modperl-2.0 Changes

2003-01-17 Thread stas
stas2003/01/17 17:59:22 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm .Changes Log: Another fix for the handling of the return status in ModPerl::RegistryCooker: reset the status to the original one only if it was changed by the script, otherw

cvs commit: modperl-2.0 Changes

2003-01-16 Thread stas
stas2003/01/16 19:23:24 Modified:.Changes Log: a minor clarification Revision ChangesPath 1.104 +3 -2 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chang

cvs commit: modperl-2.0 Changes

2003-01-15 Thread stas
stas2003/01/15 18:38:09 Modified:.Changes Log: log the recent changes Revision ChangesPath 1.101 +14 -2 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

cvs commit: modperl-2.0 Changes

2003-01-11 Thread stas
stas2003/01/11 18:21:37 Modified:src/modules/perl modperl_filter.c .Changes Log: Request input and output filters are now getting the EOS bucket, which wasn't passed through before. Now the context can be flushed on EOS. Revision ChangesPath

cvs commit: modperl-2.0 Changes STATUS

2003-01-10 Thread dougm
dougm 2003/01/10 20:14:55 Modified:.Changes STATUS Log: 1.99_08 Revision ChangesPath 1.96 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2003-01-10 Thread dougm
dougm 2003/01/10 18:10:18 Modified:.Changes Log: tmp disable of -lapr linking is not part of the release Revision ChangesPath 1.95 +0 -2 modperl-2.0/Changes Index: Changes === RCS

cvs commit: modperl-2.0 Changes

2003-01-05 Thread stas
stas2003/01/05 21:12:38 Modified:src/modules/perl modperl_mgv.c .Changes Log: Log the real error message when Foo::Bar::sub_name fails to resolve, because of a problem in Foo::Bar, when Foo::Bar *was* found This should finally show the real problems

cvs commit: modperl-2.0 Changes

2002-12-31 Thread stas
stas2002/12/31 19:48:20 Modified:.Changes Log: log the recent change Revision ChangesPath 1.92 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chang

cvs commit: modperl-2.0 Changes STATUS

2002-12-31 Thread stas
stas2002/12/31 19:45:55 Modified:src/modules/perl modperl_callback.c modperl_config.c modperl_handler.c .Changes STATUS Log: Enable PerlPreConnectionHandler Revision ChangesPath 1.51 +4 -1 modperl-2.0/src/module

cvs commit: modperl-2.0 Changes

2002-12-29 Thread stas
stas2002/12/29 02:11:49 Modified:ModPerl-Registry TODO .Changes Log: document recent changes Revision ChangesPath 1.11 +0 -2 modperl-2.0/ModPerl-Registry/TODO Index: TODO =

cvs commit: modperl-2.0 Changes

2002-12-20 Thread stas
stas2002/12/20 19:46:07 Modified:src/modules/perl modperl_cmd.c .Changes Log: under non-threaded perl need to check whether mod_perl is running, when modperl_vhost_is_running check is done. Revision ChangesPath 1.37 +1 -1 modperl-2.0

cvs commit: modperl-2.0 Changes

2002-12-20 Thread stas
stas2002/12/20 18:26:02 Modified:src/modules/perl modperl_cmd.c .Changes Log: revert the last change, the file/linenumber of the error are already reported by httpd Revision ChangesPath 1.36 +2 -5 modperl-2.0/src/modules/perl/modperl

cvs commit: modperl-2.0 Changes

2002-12-19 Thread stas
stas2002/12/19 23:23:00 Modified:src/modules/perl modperl_cmd.c .Changes Log: when reporting "too late for something", print the config file and the line number Revision ChangesPath 1.35 +5 -2 modperl-2.0/src/modules/perl/modperl_cmd

cvs commit: modperl-2.0 Changes

2002-12-14 Thread stas
stas2002/12/14 23:43:40 Modified:t/filter reverse.t .Changes Log: Adjust the reverse filter test to work on win32 (remove trailing \r) Submitted by: Randy Kobes <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.4 +1 -0

cvs commit: modperl-2.0 Changes

2002-12-14 Thread stas
stas2002/12/14 09:29:34 Modified:lib/Apache Build.pm .Changes Log: When installing the mod_perl shared object, first need to check whether the directory 'modules' already exists, and create it if not. Submitted by: Randy Kobes <[EMAIL PROTECTED]> Revi

cvs commit: modperl-2.0 Changes

2002-12-13 Thread stas
stas2002/12/13 03:12:36 Modified:.Changes Log: document the recent changes Revision ChangesPath 1.80 +29 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0

cvs commit: modperl-2.0 Changes

2002-12-06 Thread geoff
geoff 2002/12/06 08:21:10 Modified:.Changes Log: added $r->as_string Submitted by: geoff Reviewed by: stas Revision ChangesPath 1.79 +2 -0 modperl-2.0/Changes Index: Changes ==

cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 05:09:15 Modified:todo deprecated_features.txt lib/Apache compat.pm .Changes Log: add backcompat var $Apache::Server::AddPerlVersion Revision ChangesPath 1.7 +0 -2 modperl-2.0/todo/deprecated_features

cvs commit: modperl-2.0 Changes

2002-12-06 Thread stas
stas2002/12/06 04:40:06 Modified:lib/Apache compat.pm .Changes Log: add backcompat value of $Apache::Server::CWD Revision ChangesPath 1.73 +4 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm =

cvs commit: modperl-2.0 Changes

2002-12-05 Thread stas
stas2002/12/05 20:22:30 Modified:src/modules/perl modperl_config.c .Changes Log: until now env var MOD_PERL_TRACE has never had a chance to set the tracing level. now it gets this chance at the earliest entry point of mod_perl config, when the server co

cvs commit: modperl-2.0 Changes

2002-12-04 Thread stas
stas2002/12/04 20:56:15 Modified:t/response/TestDirective perlloadmodule2.pm .Changes Log: explain why the deep copy is a must when objects include references Revision ChangesPath 1.2 +7 -9 modperl-2.0/t/response/TestDirective/perlloa

cvs commit: modperl-2.0 Changes

2002-12-03 Thread stas
stas2002/12/03 18:27:54 Modified:lib/Apache compat.pm .Changes Log: add an Apache::SIG backcompat stub to Apache::compat Revision ChangesPath 1.72 +9 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm =

cvs commit: modperl-2.0 Changes

2002-12-02 Thread stas
stas2002/12/02 08:22:09 Modified:lib/ModPerl TestRun.pm .Changes Added: t/conf extra.last.conf.in Log: Move the custom mod_perl 2.0 configuration bits out of the ModPerl::TestRun, where they don't belong, into a special config file which is in

cvs commit: modperl-2.0 Changes

2002-12-02 Thread stas
stas2002/12/02 06:20:23 Modified:xs/Apache/Module Apache__Module.h .Changes Log: Resolve a segfault in Apache::Module::get_config() for the edge case when the package name is bogus. XSub can't return Svnull, should be &PL_sv_undef Revision Changes

cvs commit: modperl-2.0 Changes

2002-11-28 Thread stas
stas2002/11/28 21:36:56 Modified:lib/Apache Reload.pm .Changes Log: Apache::Reload: add support for watching and reloading modules only in specified sub-dirs Submitted by: Harry Danilevsky <[EMAIL PROTECTED]> Reviewed by:stas Revision Chan

cvs commit: modperl-2.0 Changes

2002-11-28 Thread stas
stas2002/11/28 00:43:33 Modified:xs/APR/APR Makefile.PL .Changes Log: enable APR.pm's linking for apr 0.9.2 and higher, which uses a new lib naming scheme, such as libapr-0.so.0.9.2, only if apr-config and apu-config scripts exist. Revision Change

cvs commit: modperl-2.0 Changes

2002-11-25 Thread stas
stas2002/11/25 19:48:42 Modified:xs/APR/PerlIO apr_perlio.h .Changes Log: define IoTYPE_RDONLY/IoTYPE_WRONLY for perl-5.6.0 so the project compiles again under 5.6.0 Revision ChangesPath 1.4 +8 -0 modperl-2.0/xs/APR/PerlIO/apr_perli

cvs commit: modperl-2.0 Changes

2002-11-25 Thread stas
stas2002/11/25 14:46:29 Modified:t/filter .cvsignore src/modules/perl modperl_filter.c modperl_types.h t/filter/TestFilter reverse.pm .Changes Added: t/htdocs/filter reverse.txt t/filter reverse.t Log: Al

cvs commit: modperl-2.0 Changes

2002-09-27 Thread dougm
dougm 2002/09/27 08:11:21 Modified:.Changes Log: 1.99_06 release Revision ChangesPath 1.46 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes STATUS

2002-09-04 Thread dougm
dougm 2002/09/04 18:50:45 Modified:.Changes STATUS Log: update Revision ChangesPath 1.43 +4 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-08-27 Thread dougm
dougm 2002/08/27 20:17:31 Modified:.Changes Log: not directive handler support Revision ChangesPath 1.41 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-

cvs commit: modperl-2.0 Changes

2002-08-21 Thread stas
stas2002/08/21 10:33:57 Modified:.Changes Log: document recent changes Revision ChangesPath 1.39 +14 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Ch

cvs commit: modperl-2.0 Changes STATUS

2002-08-20 Thread dougm
dougm 2002/08/20 09:45:00 Modified:.Changes STATUS Log: 1.99_05 Revision ChangesPath 1.36 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-08-19 Thread dougm
dougm 2002/08/19 13:02:24 Modified:.Changes Log: updates from post-_04 changes Revision ChangesPath 1.34 +7 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-

cvs commit: modperl-2.0 Changes

2002-08-16 Thread stas
stas2002/08/16 03:22:39 Modified:.Changes Log: log recent changes Revision ChangesPath 1.33 +11 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 08:25:04 Modified:.Changes Log: document recent changes Revision ChangesPath 1.32 +7 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Ch

cvs commit: modperl-2.0 Changes

2002-08-15 Thread stas
stas2002/08/15 02:48:53 Modified:.Changes Log: document recent changes Revision ChangesPath 1.31 +14 -2 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Ch

cvs commit: modperl-2.0 Changes

2002-07-31 Thread stas
stas2002/07/31 09:32:40 Modified:t/response/TestApache compat2.pm lib/Apache compat.pm .Changes Log: added $r->get_remote_host to compat.pm + test Revision ChangesPath 1.20 +4 -1 modperl-2.0/t/response/TestApache/compat

cvs commit: modperl-2.0 Changes STATUS

2002-06-21 Thread dougm
dougm 2002/06/21 15:25:48 Modified:.Changes STATUS Log: releasing _04 Revision ChangesPath 1.28 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chang

cvs commit: modperl-2.0 Changes

2002-06-21 Thread dougm
dougm 2002/06/21 09:39:44 Modified:.Changes Log: update Changes Revision ChangesPath 1.27 +10 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-06-15 Thread dougm
dougm 2002/06/15 16:56:20 Modified:.Changes Log: _03 release Revision ChangesPath 1.24 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v re

cvs commit: modperl-2.0 Changes

2002-06-14 Thread dougm
dougm 2002/06/14 19:09:26 Modified:.Changes Log: update Changes Revision ChangesPath 1.23 +3 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-06-12 Thread dougm
dougm 2002/06/12 16:37:55 Modified:.Changes Log: update Changes Revision ChangesPath 1.21 +6 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-06-04 Thread ask
ask 2002/06/04 05:43:41 Modified:.Changes Log: slightly more useful documentation changes. I should subscribe to the docs-cvs list so I will see commits there, huh? :-) Revision ChangesPath 1.19 +5 -0 modperl-2.0/Changes Index: Changes

cvs commit: modperl-2.0 Changes

2002-06-04 Thread stas
stas2002/06/04 05:40:53 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm .Changes Log: added compat for Apache::log_error() Revision ChangesPath 1.61 +4 -0 modperl-2.0/lib/Apache/compat.pm Index: comp

cvs commit: modperl-2.0 Changes

2002-06-01 Thread dougm
dougm 2002/06/01 20:21:43 Modified:.Changes Log: releasing 1.99_02 Revision ChangesPath 1.16 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,

cvs commit: modperl-2.0 Changes

2002-06-01 Thread dougm
dougm 2002/06/01 20:20:35 Modified:.Changes Log: update Changes Revision ChangesPath 1.15 +12 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2002-05-23 Thread dougm
dougm 02/05/23 19:47:01 Modified:.Changes Log: update Changes Revision ChangesPath 1.12 +32 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v r

cvs commit: modperl-2.0 Changes

2002-05-13 Thread dougm
dougm 02/05/13 17:18:43 Modified:.Changes Log: update Changes Revision ChangesPath 1.8 +51 -3 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v r

cvs commit: modperl-2.0 Changes

2002-04-08 Thread dougm
dougm 02/04/08 19:59:19 Modified:src/modules/perl modperl_util.c .Changes Log: fix ModPerl::Util::exit to clear $@ before calling Perl_croak Revision ChangesPath 1.38 +1 -0 modperl-2.0/src/modules/perl/modperl_util.c Index: modperl

cvs commit: modperl-2.0 Changes

2002-04-07 Thread dougm
dougm 02/04/07 14:35:02 Modified:.Changes Log: a few fixes for Apache::compat Revision ChangesPath 1.4 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2

cvs commit: modperl-2.0 Changes

2002-04-06 Thread dougm
dougm 02/04/06 20:39:10 Modified:.Changes Log: here goes nuthin Revision ChangesPath 1.2 +3 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v