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

2003-03-02 Thread gozer
gozer 2003/03/02 21:16:07 Modified:src/modules/perl modperl_cmd.c Log: Small indentation fixup Revision ChangesPath 1.39 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index: modperl_cmd.c ==

cvs commit: modperl-2.0 STATUS

2003-03-02 Thread stas
stas2003/03/02 19:50:55 Modified:.STATUS Log: log the issue with ${^TAINT} returning -1 with blead-perl-ithreads Revision ChangesPath 1.37 +15 -1 modperl-2.0/STATUS Index: STATUS =

cvs commit: modperl-2.0/t/filter/TestFilter out_str_declined.pm

2003-03-02 Thread stas
stas2003/03/02 19:42:06 Added: t/filter out_str_declined.t t/filter/TestFilter out_str_declined.pm Log: add a test testing how the declined is handled in the output filters, plus it also verifies that rflush and unbuffered print are handled correctly (by coun

cvs commit: modperl-2.0 Changes

2003-03-02 Thread stas
stas2003/03/02 19:39:07 Modified:xs/Apache/RequestIO Apache__RequestIO.h xs/Apache/SubRequest Apache__SubRequest.h src/modules/perl mod_perl.c modperl_filter.c modperl_filter.h xs/tables/current/ModPerl FunctionTabl

cvs commit: modperl-2.0 STATUS

2003-03-02 Thread stas
stas2003/03/02 19:36:17 Modified:.STATUS Log: log the issue with 'SetHandler modperl' not resetting $| => performance hit Revision ChangesPath 1.36 +12 -1 modperl-2.0/STATUS Index: STATUS ==

cvs commit: modperl-2.0/t/response/TestAPI rutil.pm

2003-03-02 Thread stas
stas2003/03/02 18:41:15 Modified:t/response/TestAPI rutil.pm Log: backoff the last change, after reverting the 'modperl' handler's behavior Revision ChangesPath 1.6 +0 -2 modperl-2.0/t/response/TestAPI/rutil.pm Index: rutil.pm ===

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2003-03-02 Thread stas
stas2003/03/02 15:23:57 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: good bye tabs Revision ChangesPath 1.33 +18 -18modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-docs/src/help isps.html

2003-03-02 Thread stas
stas2003/03/02 15:01:09 Modified:src/help isps.html Log: add more isps supporting mod_perl Submitted by: Oleg Shaikhatarov <[EMAIL PROTECTED]>, Charlie Garrison <[EMAIL PROTECTED]>, Jonathan M. Hollin <[EMAIL PROTECTED]> Revision ChangesPath 1.11 +35 -1 m

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm

2003-03-02 Thread stas
stas2003/03/02 14:47:20 Modified:.Changes ModPerl-Registry/lib/ModPerl RegistryCooker.pm RegistryLoader.pm Log: move ModPerl::RegistryCooker to use a hash as object (similar to mp1), to make it easier to subclass. Submitted by: N

cvs commit: modperl-docs/src/docs/2.0/user/handlers general.pod

2003-03-02 Thread stas
stas2003/03/02 14:42:45 Modified:src/docs/2.0/user/handlers general.pod Log: s/$f->connection/$f->c/ Submitted by: Matt J. Avitable <[EMAIL PROTECTED]> Reviewed by: stas Revision ChangesPath 1.2 +1 -1 modperl-docs/src/docs/2.0/user/handlers/general.pod

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2003-03-02 Thread stas
stas2003/03/02 05:32:26 Modified:xs/Apache/RequestIO Apache__RequestIO.h Log: copy-n-paste fix Revision ChangesPath 1.35 +1 -1 modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h Index: Apache__RequestIO.h =

cvs commit: modperl-docs/src/docs/2.0/user/handlers filters.pod

2003-03-02 Thread stas
stas2003/03/02 05:29:40 Modified:src/docs/2.0/user/handlers filters.pod Log: can't call seen_eos, if the data wasn't read in the filter Revision ChangesPath 1.13 +1 -3 modperl-docs/src/docs/2.0/user/handlers/filters.pod Index: filters.pod

cvs commit: modperl-2.0 Changes

2003-03-02 Thread stas
stas2003/03/02 05:28:14 Modified:xs/tables/current/ModPerl FunctionTable.pm xs/maps modperl_functions.map apache_functions.map xs/Apache/RequestIO Apache__RequestIO.h .Changes Log: $r->rflush has to flush internal modperl buff

cvs commit: modperl-2.0 Changes

2003-03-02 Thread stas
stas2003/03/02 05:26:25 Modified:src/modules/perl mod_perl.c .Changes Log: back out the last change to unbuffer STDOUT, exposing perl context has opened a big pandora box. will look at it later. Revision ChangesPath 1.153 +3 -10 modper

cvs commit: modperl-docs/src/docs/2.0/user/handlers filters.pod

2003-03-02 Thread stas
stas2003/03/02 05:24:44 Modified:src/docs/2.0/user/handlers filters.pod Log: new filters material covering recent changes and revelations: work in progress Revision ChangesPath 1.12 +184 -6modperl-docs/src/docs/2.0/user/handlers/filters.pod Index: filt

cvs commit: modperl-2.0/t/response/TestAPI rutil.pm

2003-03-02 Thread stas
stas2003/03/02 04:23:01 Modified:t/response/TestAPI rutil.pm Log: this test needs unbuffered stdout to work Revision ChangesPath 1.5 +2 -0 modperl-2.0/t/response/TestAPI/rutil.pm Index: rutil.pm ===

cvs commit: modperl-2.0 Changes

2003-03-02 Thread stas
stas2003/03/02 04:16:10 Modified:src/modules/perl mod_perl.c .Changes Log: make sure that the non-tied STDOUT is buffered before calling the perl response handler. Revision ChangesPath 1.152 +10 -3 modperl-2.0/src/modules/perl/mod_perl

cvs commit: modperl-2.0/t/filter/TestFilter in_str_declined.pm out_bbs_ctx.pm

2003-03-02 Thread stas
stas2003/03/02 03:36:16 Modified:t/filter/TestFilter in_str_declined.pm out_bbs_ctx.pm Log: minor tweaks Revision ChangesPath 1.3 +3 -0 modperl-2.0/t/filter/TestFilter/in_str_declined.pm Index: in_str_declined.pm =

cvs commit: modperl-2.0/t/filter/TestFilter in_str_declined.pm

2003-03-02 Thread stas
stas2003/03/02 02:35:39 Modified:t/filter/TestFilter in_str_declined.pm Log: comment fix Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/filter/TestFilter/in_str_declined.pm Index: in_str_declined.pm =

cvs commit: modperl-2.0 Changes

2003-03-02 Thread stas
stas2003/03/02 02:30:56 Modified:src/modules/perl modperl_filter.c .Changes Added: t/filter in_str_declined.t t/filter/TestFilter in_str_declined.pm Log: fix the input filters handling of DECLINED handlers (consume the data, on beha