cvs commit: modperl-2.0/todo api_status

2004-08-01 Thread stas
stas2004/08/01 22:36:49 Modified:todo api_status Log: status update Revision ChangesPath 1.20 +8 -2 modperl-2.0/todo/api_status Index: api_status === RCS file: /home/cvs/modperl-2.0

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

2004-08-01 Thread stas
stas2004/08/01 22:36:34 Modified:t/response/TestAPI request_rec.pm Log: improve the test Revision ChangesPath 1.29 +21 -23modperl-2.0/t/response/TestAPI/request_rec.pm Index: request_rec.pm ==

cvs commit: modperl-2.0 Changes

2004-08-01 Thread stas
stas2004/08/01 22:35:47 Modified:xs/maps apache_structures.map .Changes Log: Apache::RequestRec methods changes [Stas] - readwrite => readonly: per_dir_config, request_config, proto_num, protocol, request_time, server, the_request, u

cvs commit: modperl-2.0/t/response/TestModperl env.pm

2004-08-01 Thread stas
stas2004/08/01 21:24:56 Modified:t/response/TestModperl env.pm Log: polish Revision ChangesPath 1.6 +19 -18modperl-2.0/t/response/TestModperl/env.pm Index: env.pm === RCS file: /home/cv

cvs commit: modperl-2.0/t/response/TestModperl env.pm

2004-08-01 Thread stas
stas2004/08/01 21:21:41 Modified:t/response/TestModperl env.pm Log: test: $r->subprocess_env->set($key => $val); $r->subprocess_env->get($key); Revision ChangesPath 1.5 +13 -3 modperl-2.0/t/response/TestModperl/env.pm Index: env.pm ===

cvs commit: modperl-2.0/t/apache head_request.t

2004-08-01 Thread stas
stas2004/08/01 20:38:30 Modified:t/apache head_request.t Log: remove debug code Revision ChangesPath 1.2 +0 -3 modperl-2.0/t/apache/head_request.t Index: head_request.t === RCS file: /

cvs commit: modperl-2.0/t/api status.t

2004-08-01 Thread stas
stas2004/08/01 20:39:43 Modified:t/apistatus.t Log: better use GET instead of HEAD Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/api/status.t Index: status.t === RCS file: /home/cvs

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

2004-08-01 Thread stas
stas2004/08/01 20:38:16 Added: t/apistatus.t t/response/TestAPI status.pm Log: testing $r->status/status_line Revision ChangesPath 1.1 modperl-2.0/t/api/status.t Index: status.t =

cvs commit: modperl-2.0/t/response/TestApache head_request.pm

2004-08-01 Thread stas
stas2004/08/01 17:36:43 Added: t/apache head_request.t t/response/TestApache head_request.pm Log: testing nuances of the HEAD request (e.g. when C-L header makes it through) Revision ChangesPath 1.1 modperl-2.0/t/apache/head_request.t

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

2004-08-01 Thread stas
stas2004/08/01 16:53:13 Modified:t/api.cvsignore t/response/TestAPI request_rec.pm Added: t/apirequest_rec.t Log: improve the request_rec test Revision ChangesPath 1.9 +0 -1 modperl-2.0/t/api/.cvsignore Index: .cvsignore

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

2004-08-01 Thread randyk
randyk 2004/08/01 12:44:01 Modified:.Makefile.PL lib/ModPerl BuildMM.pm lib/Apache Build.pm xs/APR/APR Makefile.PL xs/APR/aprext Makefile.PL Log: Reviewed by: stas use a constant Apache::Build::BUILD_APREXT to si