stas2003/09/22 19:36:45
Added: t/apache discard_rbody.t
t/response/TestApache discard_rbody.pm
Log:
$r->discard_request_body tests
Revision ChangesPath
1.1 modperl-2.0/t/apache/discard_rbody.t
Index: discard_rbody.t
===
stas2003/09/22 19:21:40
Modified:t/filter/TestFilter in_str_consume.pm
Log:
tell Apache to get rid of the rest of the request body
if we don't a client will get a broken pipe and may fail to
handle this situation gracefully
Revision ChangesPath
1.10 +6 -0
stas2003/09/22 17:45:45
Modified:src/modules/perl modperl_config.c
Log:
a comment typo fix
Revision ChangesPath
1.67 +1 -1 modperl-2.0/src/modules/perl/modperl_config.c
Index: modperl_config.c
==
stas2003/09/22 16:59:14
Added: t/modperl post_utf8.t
t/response/TestModperl post_utf8.pm
Log:
add utf8 POST tests
Revision ChangesPath
1.1 modperl-2.0/t/modperl/post_utf8.t
Index: post_utf8.t
===
stas2003/09/22 16:53:16
Added: t/modperl print_utf8_2.t
t/response/TestModperl print_utf8_2.pm
Log:
similar to TestModperl::print_utf8, testing utf8 print, but via $r->print
which just works
Revision ChangesPath
1.1 modperl-2.0/t/mo
stas2003/09/22 16:50:10
Modified:t/modperl print_utf8.t
t/response/TestModperl print_utf8.pm
Log:
test cleanups and imrovements
Revision ChangesPath
1.2 +9 -18 modperl-2.0/t/modperl/print_utf8.t
Index: print_utf8.t
=
stas2003/09/22 16:46:19
Modified:src/modules/perl modperl_util.c modperl_util.h
Log:
not sure where the modperl_apr_table_dump function belongs, add it to utils
for now so it won't get lost
Revision ChangesPath
1.54 +21 -0 modperl-2.0/src/modules/perl/modpe
stas2003/09/22 16:39:49
Modified:src/modules/perl modperl_config.c
.Changes
Log:
fix a bug where %ENV vars set via subprocess_env persist across
requests. (e.g. a Cookie incoming header which ends up in
$ENV{HTTP_COOKIE} would persist to the next reque
stas2003/09/22 16:34:46
Added: t/modperl cookie.t
t/response/TestModperl cookie.pm
Removed: t/apache cookie2.t
t/response/TestApache cookie2.pm
Log:
- move the modperl cookie tests to be before perl-script tests, also change
the location
stas2003/09/22 16:33:18
Added: t/modperl cookie2.t
t/response/TestModperl cookie2.pm
Removed: t/apache cookie.t
t/response/TestApache cookie.pm
Log:
- move the perl-script cookie tests to be after modperl tests, also change
the location to
stas2003/09/22 16:29:52
Modified:src/modules/perl modperl_env.c modperl_env.h
Log:
add modperl_env_request_unpopulate and supporting function, to be able to
delete entries from %ENV populated for the request due to
SetupEnv/perl-script.
Revision ChangesPath
1.29
stas2003/09/22 16:25:54
Modified:src/modules/perl modperl_env.c
Log:
tracing, here I come
Revision ChangesPath
1.28 +103 -4modperl-2.0/src/modules/perl/modperl_env.c
Index: modperl_env.c
=
stas2003/09/22 14:45:28
Modified:t/modperl sameinterp.t
Log:
fix typo: s/skip_not_same_intrep/skip_not_same_interp/
Revision ChangesPath
1.6 +4 -4 modperl-2.0/t/modperl/sameinterp.t
Index: sameinterp.t
stas2003/09/22 12:58:54
Modified:t/modperl sameinterp.t
Log:
s/value/expected/ to make the test more read-able
Revision ChangesPath
1.5 +8 -8 modperl-2.0/t/modperl/sameinterp.t
Index: sameinterp.t
=
stas2003/09/22 10:43:41
Modified:xs/APR/PerlIO apr_perlio.c
src/modules/perl mod_perl.h
Log:
make MP_LARGE_FILES_CONFLICT and related defines defined/!defined, instead of
assigning values to them. fix the logic of setting the MP_LARGE_FILES_CONFLICT
define.
15 matches
Mail list logo