cvs commit: modperl-2.0/util methodlookup_check.pl

2003-08-14 Thread stas
stas2003/08/06 20:20:02 Added: util methodlookup_check.pl Log: a new maintenance script to verify that all XS methods are known by ModPerl::MethodLookup Revision ChangesPath 1.1 modperl-2.0/util/methodlookup_check.pl Index:

cvs commit: modperl-2.0 Makefile.PL Changes

2003-08-14 Thread stas
stas2003/08/07 09:29:19 Modified:lib/Apache Build.pm .Makefile.PL Changes Log: new Apache::Build methods: mpm_name(), mpm_is_threaded(). use them in the top-level Makefile.PL to require 5.8.0/ithreads if mpm requires threads. Revision Changes

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:38:05 Modified:lib/Apache Build.pm Log: look in the source tree for mpm_name if MP_AP_PREFIX is passed Revision ChangesPath 1.138 +3 -3 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 16:13:11 Modified:lib/Apache Build.pm Log: refactor $self-{MP_AP_PREFIX} || $self-{dir} into $self-dir, which already does that Revision ChangesPath 1.141 +5 -9 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:54:10 Modified:lib/ModPerl BuildOptions.pm lib/Apache Build.pm Log: must expand httpd source dir into a full path Revision ChangesPath 1.21 +8 -4 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/13 15:47:50 Modified:lib/Apache Build.pm Log: i like pizza, but i don't like spagetti logic Revision ChangesPath 1.139 +2 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin 304.pl

2003-08-14 Thread stas
stas2003/08/06 00:30:31 Added: ModPerl-Registry/t 304.t ModPerl-Registry/t/cgi-bin 304.pl Log: 304 registry tests Revision ChangesPath 1.1 modperl-2.0/ModPerl-Registry/t/304.t Index: 304.t

cvs commit: modperl-2.0 STATUS

2003-08-14 Thread stas
stas2003/08/07 17:00:02 Modified:.STATUS Log: - need to sync with apr_ and ap_ API - need to write manpages Revision ChangesPath 1.56 +5 -1 modperl-2.0/STATUS Index: STATUS

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 10:47:52 Modified:lib/Apache Build.pm Log: find apr-config when the source tree is configured interactively Revision ChangesPath 1.132 +5 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/xs/APR/APR Makefile.PL

2003-08-14 Thread stas
stas2003/08/05 23:42:20 Modified:xs/APR/APR Makefile.PL Log: fix for broken older apu-config script 0.9.2 (httpd 2.0.43), which was missing -0 in -libaprutil-0 Revision ChangesPath 1.11 +5 -1 modperl-2.0/xs/APR/APR/Makefile.PL Index: Makefile.PL

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

2003-08-14 Thread stas
stas2003/08/07 12:12:29 Modified:t/filter/TestFilter in_str_consume.pm Log: more comments Revision ChangesPath 1.6 +4 -0 modperl-2.0/t/filter/TestFilter/in_str_consume.pm Index: in_str_consume.pm

cvs commit: modperl-2.0 Changes

2003-08-14 Thread geoff
geoff 2003/08/11 13:34:56 Modified:.Changes Log: alter stacked handler interface so that mod_perl follows Apache as closely as possible with respect to VOID/RUN_FIRST/RUN_ALL handler types. now, for phases where OK ends the Apache call list (RUN_FIRST handlers, such

cvs commit: modperl-2.0/t/preconnection/TestPreConnection note.pm

2003-08-14 Thread stas
stas2003/08/07 12:01:35 Modified:t/preconnection/TestPreConnection note.pm Log: add debug tracing Revision ChangesPath 1.5 +4 -0 modperl-2.0/t/preconnection/TestPreConnection/note.pm Index: note.pm

cvs commit: modperl-2.0/xs/APR/APR Makefile.PL

2003-08-14 Thread stas
stas2003/08/06 00:27:03 Modified:xs/APR/APR Makefile.PL Log: should append -0 to -laprutil only if we have -lapr-0 Revision ChangesPath 1.12 +1 -1 modperl-2.0/xs/APR/APR/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:06:18 Modified:.Makefile.PL lib/Apache Build.pm Log: style tweaks Revision ChangesPath 1.119 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL ===

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:19:26 Modified:lib/Apache Build.pm Log: a typo, mea culpa :( Revision ChangesPath 1.136 +4 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file:

cvs commit: modperl-2.0/lib/Apache Build.pm

2003-08-14 Thread stas
stas2003/08/12 14:07:49 Modified:.Makefile.PL lib/Apache Build.pm Log: more copy-n-paste cleanups Revision ChangesPath 1.120 +1 -1 modperl-2.0/Makefile.PL Index: Makefile.PL

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2003-08-14 Thread stas
stas2003/08/08 13:35:44 Modified:lib/ModPerl WrapXS.pm Log: use upcase for hint messages Revision ChangesPath 1.60 +2 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm === RCS

cvs commit: modperl-2.0 Changes

2003-08-14 Thread stas
stas2003/08/06 20:18:36 Modified:lib/ModPerl WrapXS.pm .Changes Log: add the missing XS methods to ModPerl::MethodLookup, add support for mp1 methods that are no longer in the mod_perl 2.0 API. Revision ChangesPath 1.59 +148 -2

cvs commit: modperl-2.0/t/filter in_bbs_consume.t

2003-08-14 Thread stas
stas2003/08/06 00:28:22 Modified:t/filter in_bbs_consume.t Log: httpd 2.0.40 hangs in this test (broken httpd) skip the test Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/filter/in_bbs_consume.t Index: in_bbs_consume.t

cvs commit: modperl-2.0/lib/Apache compat.pm

2003-08-14 Thread stas
stas2003/08/05 09:00:24 Modified:lib/Apache compat.pm Log: typo Revision ChangesPath 1.87 +1 -1 modperl-2.0/lib/Apache/compat.pm Index: compat.pm === RCS file:

cvs commit: modperl-2.0/t/filter both_str_req_mix.t

2003-08-14 Thread stas
stas2003/08/06 00:28:47 Modified:t/filter both_str_req_mix.t Log: seems that mod_deflate doesn't quite work before 2.0.43 Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/filter/both_str_req_mix.t Index: both_str_req_mix.t

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin 304.pl

2003-08-14 Thread stas
stas2003/08/13 20:52:03 Modified:ModPerl-Registry/t 304.t ModPerl-Registry/t/cgi-bin 304.pl Log: - make the 304 handler more robust - add more test cases (bogus dates) Revision ChangesPath 1.2 +28 -17modperl-2.0/ModPerl-Registry/t/304.t

cvs commit: modperl-2.0 README

2003-08-14 Thread stas
stas2003/08/06 15:38:53 Modified:.README Log: 2.0.47 is supported Revision ChangesPath 1.14 +1 -1 modperl-2.0/README Index: README === RCS file: /home/cvs/modperl-2.0/README,v

cvs commit: modperl-2.0/xs/APR/APR Makefile.PL

2003-08-14 Thread stas
stas2003/08/12 16:13:20 Modified:.Makefile.PL lib/Apache Build.pm t/apr-ext uuid.t xs/APR/APR Makefile.PL Log: build tweaks to support interactive build, when the source dir is picked from the user's input and not provided

cvs commit: modperl-2.0/ModPerl-Registry/t redirect.t

2003-08-14 Thread geoff
geoff 2003/08/12 14:06:40 Modified:ModPerl-Registry/t redirect.t Log: tweak test format Submitted by: geoff Reviewed by: stas Revision ChangesPath 1.5 +1 -1 modperl-2.0/ModPerl-Registry/t/redirect.t Index: redirect.t

cvs commit: modperl-2.0/ModPerl-Registry/t flush.t

2003-08-14 Thread stas
stas2003/08/13 14:32:33 Modified:ModPerl-Registry/t flush.t Log: irc rules, nothing makes developers do things but a personal nag ;) so the mod_deflate fix is in 2.0.48 Revision ChangesPath 1.2 +3 -5 modperl-2.0/ModPerl-Registry/t/flush.t Index:

cvs commit: modperl-2.0/ModPerl-Registry/t/cgi-bin redirect-cookie.pl

2003-08-14 Thread geoff
geoff 2003/08/12 13:34:22 Modified:ModPerl-Registry/t redirect.t Added: ModPerl-Registry/t/cgi-bin redirect-cookie.pl Log: add set-cookie on redirect test it also tests $r-status setting/Registry return code ignoring Submitted by: geoff Revision ChangesPath