Author: torsten
Date: Sun Mar 3 20:34:40 2013
New Revision: 1452119
URL: http://svn.apache.org/r1452119
Log:
If built as part of the modperl distibution, t/conf/httpd.conf loads
Apache-Reload/../src/modules/perl/mod_perl.so
but could load Perl modules like Apache2::RequestIO that are
Author: torsten
Date: Sat Mar 2 17:20:05 2013
New Revision: 1451907
URL: http://svn.apache.org/r1451907
Log:
use APR::Finfo instead of Perls stat() in ModPerl::RegistryCooker
Added:
perl/modperl/trunk/ModPerl-Registry/t/404-filename-with-newline.t
Modified:
perl/modperl/trunk/Changes
Author: torsten
Date: Mon Mar 19 14:13:26 2012
New Revision: 1302463
URL: http://svn.apache.org/viewvc?rev=1302463&view=rev
Log:
add another pool cleanup exception test
Modified:
perl/modperl/trunk/t/lib/TestAPRlib/pool.pm
Modified: perl/modperl/trunk/t/lib/TestAPRlib/pool.pm
URL:
Author: torsten
Date: Mon Mar 19 13:47:18 2012
New Revision: 1302431
URL: http://svn.apache.org/viewvc?rev=1302431&view=rev
Log:
Adopt modperl_pcw.c changes from httpd24 branch.
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/src/modules/perl/modperl_pcw.c
Modified: perl/mod
Author: torsten
Date: Mon Mar 19 12:03:52 2012
New Revision: 1302389
URL: http://svn.apache.org/viewvc?rev=1302389&view=rev
Log:
Pool cleanup functions must not longjmp. Catch these exceptions and turn
them into warnings.
Affected methods:
APR::Pool->cleanup_register
Apache2::Ser
Author: torsten
Date: Sat Mar 17 17:25:01 2012
New Revision: 1301966
URL: http://svn.apache.org/viewvc?rev=1301966&view=rev
Log:
fix a few false positive warnings when compiled with -Werror=format-security
(reported by Niko Tyni)
Modified:
perl/modperl/trunk/xs/Apache2/SubPro
Author: torsten
Date: Mon Mar 12 13:27:30 2012
New Revision: 1299669
URL: http://svn.apache.org/viewvc?rev=1299669&view=rev
Log:
Do not stringify $@ upon exception propagation.
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/src/modules/perl/modperl_error.c
perl/modperl/t
Author: torsten
Date: Sun Mar 11 19:09:47 2012
New Revision: 1299429
URL: http://svn.apache.org/viewvc?rev=1299429&view=rev
Log:
Fix a race condition in our tipool management.
See http://www.gossamer-threads.com/lists/modperl/dev/104026
Patch submitted by: SalusaSecondus
Modified:
Author: torsten
Date: Mon Feb 20 15:10:33 2012
New Revision: 1291304
URL: http://svn.apache.org/viewvc?rev=1291304&view=rev
Log:
fix missing base_scfg declaration in modperl_init() if USE_ITHREADS && !MP_TRACE
Modified:
perl/modperl/branches/threading/src/modules/perl/mod_perl
Author: torsten
Date: Mon Feb 20 13:15:25 2012
New Revision: 1291241
URL: http://svn.apache.org/viewvc?rev=1291241&view=rev
Log:
Merged revisions 1245946,1290839 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1245946 | torsten | 2012-02-18 16:38:49 +
Author: torsten
Date: Sat Feb 18 18:31:38 2012
New Revision: 1290839
URL: http://svn.apache.org/viewvc?rev=1290839&view=rev
Log:
pass MP_APXS and MP_AP_PREFIX to submodule Makefile.PLs as environment variables
Modified:
perl/modperl/trunk/Makefile.PL
Modified: perl/modperl/trunk/Makefil
Author: torsten
Date: Sat Feb 18 15:38:49 2012
New Revision: 1245946
URL: http://svn.apache.org/viewvc?rev=1245946&view=rev
Log:
avoid hard-wired $(MAKE) options
Modified:
perl/modperl/trunk/Makefile.PL
Modified: perl/modperl/trunk/Makefile.PL
URL:
http://svn.apache.org/viewvc/perl/mod
Author: torsten
Date: Sat Feb 18 13:09:23 2012
New Revision: 1245916
URL: http://svn.apache.org/viewvc?rev=1245916&view=rev
Log:
suppress "perl=..." output in MP_TRACE output before the first interpreter has
been started
Modified:
perl/modperl/branches/threading/src/modules/p
Author: torsten
Date: Tue Feb 14 20:09:12 2012
New Revision: 1244196
URL: http://svn.apache.org/viewvc?rev=1244196&view=rev
Log:
Merged revisions 1243923,1244184 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1243923 | stevehay | 2012-02-14 15:04:05 +
Author: torsten
Date: Tue Feb 14 19:29:11 2012
New Revision: 1244184
URL: http://svn.apache.org/viewvc?rev=1244184&view=rev
Log:
Fix 2 SV REFCNT bugs:
- modperl_perl_core_global_init(), the aliasing GV references the aliased
CV. Thus, it should increment the REFCNT.
- new_constsub(
Author: torsten
Date: Mon Feb 13 20:30:17 2012
New Revision: 1243679
URL: http://svn.apache.org/viewvc?rev=1243679&view=rev
Log:
eliminate MP_dSCFG_dTHX
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_config.h
perl/modperl/branches/threading/src/modules/
Author: torsten
Date: Mon Feb 13 18:44:17 2012
New Revision: 1243647
URL: http://svn.apache.org/viewvc?rev=1243647&view=rev
Log:
drop unused MP_dTHX and MP_uTHX macros
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_config.h
Modified: perl/modperl/branches/threading
Author: torsten
Date: Mon Feb 13 15:12:20 2012
New Revision: 1243554
URL: http://svn.apache.org/viewvc?rev=1243554&view=rev
Log:
move interp allocation out of modperl_hash_handlers*()
These functions are called in a loop (modperl_mgv_hash_handlers()). Now,
the interp is allocated outside
Author: torsten
Date: Mon Feb 13 13:53:50 2012
New Revision: 1243509
URL: http://svn.apache.org/viewvc?rev=1243509&view=rev
Log:
Improve interpreter management
The goal of this change is to detect earlier cases when a perl interpreter
may be used by multiple threads simultaneously. This is
Author: torsten
Date: Fri Feb 10 17:03:58 2012
New Revision: 1242858
URL: http://svn.apache.org/viewvc?rev=1242858&view=rev
Log:
- introduce a few preprocessor macros aiming at a more robust interpreter
handling (not finished yet).
- deleting some cruft from ancient perl versions.
Modi
Author: torsten
Date: Wed Feb 8 20:08:03 2012
New Revision: 1242068
URL: http://svn.apache.org/viewvc?rev=1242068&view=rev
Log:
ap_assert => MP_ASSERT (depends on MP_DEBUG)
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_debug.h
perl/modperl/branches/thread
Author: torsten
Date: Wed Feb 8 19:46:39 2012
New Revision: 1242050
URL: http://svn.apache.org/viewvc?rev=1242050&view=rev
Log:
remove a bit of code complexity
modperl_module.c contains these 2 lines:
interp = modperl_interp_pool_select(p, s);
MP_PERL_CONTEXT_STORE_OVER
Author: torsten
Date: Wed Feb 8 17:46:54 2012
New Revision: 1242010
URL: http://svn.apache.org/viewvc?rev=1242010&view=rev
Log:
comment added
Modified:
perl/modperl/branches/threading/src/modules/perl/mod_perl.c
Modified: perl/modperl/branches/threading/src/modules/perl/mod_perl.c
Author: torsten
Date: Wed Feb 8 17:16:41 2012
New Revision: 1241987
URL: http://svn.apache.org/viewvc?rev=1241987&view=rev
Log:
similar to r1241583: make sure r->server is used to identify the interpreter
pool to pull from at runtime.
Modified:
perl/modperl/branches/threading/src/
Author: torsten
Date: Wed Feb 8 17:13:07 2012
New Revision: 1241984
URL: http://svn.apache.org/viewvc?rev=1241984&view=rev
Log:
rename assert() => ap_assert()
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_svptr_table.c
Modified: perl/modperl/branches/thread
Author: torsten
Date: Wed Feb 8 17:12:11 2012
New Revision: 1241983
URL: http://svn.apache.org/viewvc?rev=1241983&view=rev
Log:
improve MP_TRACE output a bit: include current perl context for
threaded perls
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_common_l
Author: torsten
Date: Wed Feb 8 12:02:25 2012
New Revision: 1241875
URL: http://svn.apache.org/viewvc?rev=1241875&view=rev
Log:
Blocked revisions 1241873 via svnmerge
r1241873 | torsten | 2012-02-08 12:46:27 +0100 (Wed, 08 Feb 2012) | 1 line
reverting change 114
Author: torsten
Date: Wed Feb 8 11:46:27 2012
New Revision: 1241873
URL: http://svn.apache.org/viewvc?rev=1241873&view=rev
Log:
reverting change 1145161
Modified:
perl/modperl/trunk/t/response/TestDirective/cmdparms.pm
Modified: perl/modperl/trunk/t/response/TestDirective/cmdparms.pm
Author: torsten
Date: Tue Feb 7 19:50:47 2012
New Revision: 1241583
URL: http://svn.apache.org/viewvc?rev=1241583&view=rev
Log:
modperl_interp_pool_select() when used to create or merge dir-configs
at runtime may pull the interpreter from the wrong pool if the request's
server is a vho
Author: torsten
Date: Tue Feb 7 19:23:08 2012
New Revision: 1241560
URL: http://svn.apache.org/viewvc?rev=1241560&view=rev
Log:
Merged revisions 1241435 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1241435 | torsten | 2012-02-07 13:00:45 +0100 (Tue
Author: torsten
Date: Tue Feb 7 12:00:45 2012
New Revision: 1241435
URL: http://svn.apache.org/viewvc?rev=1241435&view=rev
Log:
Fix a small bug in a debugging message in modperl_module.c. It tried to
print a modperl_mgv_t* as %s.
Modified:
perl/modperl/trunk/src/modules/
Author: torsten
Date: Tue Feb 7 09:41:53 2012
New Revision: 1241394
URL: http://svn.apache.org/viewvc?rev=1241394&view=rev
Log:
Merged revisions
1125476,1125479,1145161,1213838,1213841,1213902,1221285,1221359,1222775 via
svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/t
Author: torsten
Date: Sun Jul 31 13:48:42 2011
New Revision: 1152576
URL: http://svn.apache.org/viewvc?rev=1152576&view=rev
Log:
ap_default_type() is gone in httpd 2.3.2
Modified:
perl/modperl/branches/httpd24/t/response/TestAPI/request_util.pm
Modified: perl/modperl/branches/httpd
Author: torsten
Date: Thu Jul 28 12:53:35 2011
New Revision: 1151827
URL: http://svn.apache.org/viewvc?rev=1151827&view=rev
Log:
make modperl compilable with httpd 2.3.14.
Added:
perl/modperl/branches/httpd24/xs/Apache2/ServerRec/Apache2__ServerRec.h
Modified:
perl/modperl/bran
Author: torsten
Date: Thu Jul 28 12:41:26 2011
New Revision: 1151822
URL: http://svn.apache.org/viewvc?rev=1151822&view=rev
Log:
As of httpd 2.4 the MPM becomes a loadable module. Thus, modperl should
in principle require a threaded perl always. But if the admin knows that
only prefork wil
Author: torsten
Date: Thu Jul 28 12:25:53 2011
New Revision: 1151816
URL: http://svn.apache.org/viewvc?rev=1151816&view=rev
Log:
Allow for multiline Perl statements in the "#_if_" minilanguage in
map files like xs/maps/apache2_functions.map
Before this change one would have to w
Author: torsten
Date: Thu Jul 28 11:02:04 2011
New Revision: 1151791
URL: http://svn.apache.org/viewvc?rev=1151791&view=rev
Log:
Initialized merge tracking via "svnmerge" with revisions "1-1151159" from
https://svn.eu.apache.org/repos/asf/perl/modperl/branches/httpd24
Mo
Author: torsten
Date: Tue Jul 26 17:05:00 2011
New Revision: 1151172
URL: http://svn.apache.org/viewvc?rev=1151172&view=rev
Log:
Initialized merge tracking via "svnmerge" with revisions "1-1151156" from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
Modified:
Author: torsten
Date: Tue Jul 26 16:23:44 2011
New Revision: 1151159
URL: http://svn.apache.org/viewvc?rev=1151159&view=rev
Log:
porting modperl to httpd 2.4
Added:
perl/modperl/branches/httpd24/
- copied from r1151156, perl/modperl/trunk/
Author: torsten
Date: Mon Jul 11 13:07:46 2011
New Revision: 1145161
URL: http://svn.apache.org/viewvc?rev=1145161&view=rev
Log:
move into a . In httpd-2.3 it is not allowed in
server config context
Modified:
perl/modperl/trunk/t/response/TestDirective/cmdparms.pm
Modified: perl/mod
Author: torsten
Date: Fri May 20 17:32:03 2011
New Revision: 1125479
URL: http://svn.apache.org/viewvc?rev=1125479&view=rev
Log:
again, forgot about Changes in commit 1125476
Modified:
perl/modperl/trunk/Changes
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewvc/
Author: torsten
Date: Fri May 20 17:22:24 2011
New Revision: 1125476
URL: http://svn.apache.org/viewvc?rev=1125476&view=rev
Log:
adopt the Perl_sv_dup() changes in Perl 5.14
Modified:
perl/modperl/trunk/src/modules/perl/modperl_svptr_table.c
Modified: perl/modperl/trunk/src/modules/
Author: torsten
Date: Fri May 20 14:20:55 2011
New Revision: 1125411
URL: http://svn.apache.org/viewvc?rev=1125411&view=rev
Log:
Merged revisions 1124132 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1124132 | stevehay | 2011-05-18 11:30:00 +0200 (Wed
Author: torsten
Date: Thu May 12 04:43:17 2011
New Revision: 1102166
URL: http://svn.apache.org/viewvc?rev=1102166&view=rev
Log:
Merged revisions 1089349,1089363,1089411,1089414,1096560,1096564-1096565 via
svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r108
Author: torsten
Date: Mon Apr 25 19:04:58 2011
New Revision: 1096565
URL: http://svn.apache.org/viewvc?rev=1096565&view=rev
Log:
remove hard coded AuthType and AuthName from Apache2__RequestUtil.h
Modified:
perl/modperl/trunk/t/protocol/TestProtocol/pseudo_http.pm
perl/modperl/trun
Author: torsten
Date: Mon Apr 25 19:01:15 2011
New Revision: 1096564
URL: http://svn.apache.org/viewvc?rev=1096564&view=rev
Log:
avoid a superfluous module list scan in modperl_module_insert()
Modified:
perl/modperl/trunk/src/modules/perl/modperl_module.c
Modified: perl/modperl/trunk
Author: torsten
Date: Mon Apr 25 18:51:25 2011
New Revision: 1096560
URL: http://svn.apache.org/viewvc?rev=1096560&view=rev
Log:
Modules that add directives should be loaded via PerlLoadModule
Modified:
perl/modperl/trunk/t/response/TestAPI/add_config.pm
Modified: perl/modperl/tru
Author: torsten
Date: Wed Apr 6 11:54:53 2011
New Revision: 1089414
URL: http://svn.apache.org/viewvc?rev=1089414&view=rev
Log:
fixed a wrong content-length header in t/filter/TestFilter/out_str_reverse.pm
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/t/filter/TestFi
Author: torsten
Date: Wed Apr 6 11:47:18 2011
New Revision: 1089411
URL: http://svn.apache.org/viewvc?rev=1089411&view=rev
Log:
LWP 6.x uses HTTP/1.1 but t/response/TestAPI/request_rec.pm assumes it is
always called using HTTP/1.0
Modified:
perl/modperl/trunk/t/response/Tes
Author: torsten
Date: Wed Apr 6 09:02:45 2011
New Revision: 1089363
URL: http://svn.apache.org/viewvc?rev=1089363&view=rev
Log:
next try: restrict localization of $HTTP::Headers::TRANSLATE_UNDERSCORE to
HTTP::Headers 6.00 only
Modified:
perl/modperl/trunk/t/api/err_headers_out.t
Modi
Author: torsten
Date: Wed Apr 6 08:29:23 2011
New Revision: 1089349
URL: http://svn.apache.org/viewvc?rev=1089349&view=rev
Log:
HTTP::Headers at least in version 6.00 does not translate underscores to minus
when storing headers but does so when they are read.
Modified:
perl/modperl/tru
Author: torsten
Date: Sun Mar 20 20:08:44 2011
New Revision: 1083556
URL: http://svn.apache.org/viewvc?rev=1083556&view=rev
Log:
Merged revisions 1083541 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1083541 | torsten | 2011-03-20 20:15:20 +0100 (Sun
Author: torsten
Date: Sun Mar 20 19:15:20 2011
New Revision: 1083541
URL: http://svn.apache.org/viewvc?rev=1083541&view=rev
Log:
Bugfix: Apache2::ServerUtil::get_server{description,banner,version} cannot
be declared as perl constants or they won't reflect added version components
i
Author: torsten
Date: Fri Mar 4 08:06:49 2011
New Revision: 1077842
URL: http://svn.apache.org/viewvc?rev=1077842&view=rev
Log:
Merged revisions 1076733 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1076733 | torsten | 2011-03-03 20:16:25 +0100 (Thu
Author: torsten
Date: Thu Mar 3 19:16:25 2011
New Revision: 1076733
URL: http://svn.apache.org/viewvc?rev=1076733&view=rev
Log:
skip Apache2::SizeLimit tests for threaded MPMs
Modified:
perl/modperl/trunk/Makefile.PL
Modified: perl/modperl/trunk/Makefile.PL
URL:
http://svn.apache
Author: torsten
Date: Tue Mar 1 13:15:20 2011
New Revision: 1075807
URL: http://svn.apache.org/viewvc?rev=1075807&view=rev
Log:
reintroduce MP_dTHX macro
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_config.h
perl/modperl/branches/threading/src/modules/
Author: torsten
Date: Tue Mar 1 12:33:58 2011
New Revision: 1075794
URL: http://svn.apache.org/viewvc?rev=1075794&view=rev
Log:
Merged revisions
1066644,1068176,1068195,1068242,1068246,1068252,1073931,1074122 via svnmerge
from
https://svn.eu.apache.org/repos/asf/perl/modperl/t
Author: torsten
Date: Thu Feb 24 12:08:05 2011
New Revision: 1074122
URL: http://svn.apache.org/viewvc?rev=1074122&view=rev
Log:
Check the ExtUtils::Embed version in Apache2::Build,
see http://www.gossamer-threads.com/lists/modperl/modperl/102740#102740
Modified:
perl/modperl/trunk/Cha
Author: torsten
Date: Thu Feb 24 11:58:33 2011
New Revision: 1074120
URL: http://svn.apache.org/viewvc?rev=1074120&view=rev
Log:
Changes entry for r1069513 added
Modified:
perl/Apache-SizeLimit/trunk/Changes
Modified: perl/Apache-SizeLimit/trunk/Changes
URL:
http://svn.apache.org/vi
Author: torsten
Date: Thu Feb 10 18:34:43 2011
New Revision: 1069513
URL: http://svn.apache.org/viewvc?rev=1069513&view=rev
Log:
"unshared" now means on Linux private_clean+private_dirty instead of size-shared
Modified:
perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/Core.pm
Author: torsten
Date: Wed Feb 2 11:20:04 2011
New Revision: 1066417
URL: http://svn.apache.org/viewvc?rev=1066417&view=rev
Log:
t/apache*/basic.t depends on the test order
Subtest 1 checks that Apache2::SizeLimit->_limits_are_exceeded() returns
false without any limits. But if the te
Author: torsten
Date: Sun Jan 23 15:59:25 2011
New Revision: 1062458
URL: http://svn.apache.org/viewvc?rev=1062458&view=rev
Log:
Merged revisions 1062311,1062443-1062444,1062448 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1062311 | phred | 2011-01-2
Author: torsten
Date: Sun Jan 23 15:13:18 2011
New Revision: 1062448
URL: http://svn.apache.org/viewvc?rev=1062448&view=rev
Log:
another 5.14 fix
Modified:
perl/modperl/trunk/t/apache/content_length_header.t
Modified: perl/modperl/trunk/t/apache/content_length_header.t
URL:
Author: torsten
Date: Sun Jan 23 15:03:01 2011
New Revision: 1062444
URL: http://svn.apache.org/viewvc?rev=1062444&view=rev
Log:
forgot about Changes
Modified:
perl/modperl/trunk/Changes
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewvc/perl/modperl/trunk/Changes
Author: torsten
Date: Sun Jan 23 15:02:19 2011
New Revision: 1062443
URL: http://svn.apache.org/viewvc?rev=1062443&view=rev
Log:
With Perl 5.13.x using GvGP and GvSV as an lvalue has become invalid.
See https://rt.cpan.org/Ticket/Display.html?id=64999
Modified:
perl/modperl/trunk/src/mod
Author: torsten
Date: Fri Dec 24 13:36:56 2010
New Revision: 1052503
URL: http://svn.apache.org/viewvc?rev=1052503&view=rev
Log:
Merged revisions 1029211,1052232 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r1029211 | phred | 2010-10-30 23:59:46 +0200
Author: torsten
Date: Tue Oct 19 16:43:58 2010
New Revision: 1024316
URL: http://svn.apache.org/viewvc?rev=1024316&view=rev
Log:
Merged revisions 987933,991269,1023553 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r987933 | torsten | 2010-08-22 19:5
Author: torsten
Date: Tue Aug 31 17:28:10 2010
New Revision: 991269
URL: http://svn.apache.org/viewvc?rev=991269&view=rev
Log:
Make sure perl is built either with multiplicity and ithreads or without both
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/Makefile.PL
Modified:
Author: torsten
Date: Sun Aug 22 17:51:03 2010
New Revision: 987933
URL: http://svn.apache.org/viewvc?rev=987933&view=rev
Log:
make APR::Socket::fileno unimplemented on Windows
Modified:
perl/modperl/trunk/t/response/TestAPR/socket.pm
perl/modperl/trunk/xs/APR/Socket/APR__Sock
Author: torsten
Date: Sun Aug 22 11:25:55 2010
New Revision: 987866
URL: http://svn.apache.org/viewvc?rev=987866&view=rev
Log:
Merged revisions 985740 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r985740 | torsten | 2010-08-15 21:21:54 +0200 (Sun, 15
Author: torsten
Date: Sun Aug 15 19:21:54 2010
New Revision: 985740
URL: http://svn.apache.org/viewvc?rev=985740&view=rev
Log:
Support for "install_vendor" and "install_site" make targets
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/Makefile.PL
Modi
Author: torsten
Date: Sun Aug 15 12:23:09 2010
New Revision: 985660
URL: http://svn.apache.org/viewvc?rev=985660&view=rev
Log:
Merged revisions 957309,966331,983068,983073 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r957309 | phred | 2010-06-23 21:0
Author: torsten
Date: Sun May 2 18:53:12 2010
New Revision: 940303
URL: http://svn.apache.org/viewvc?rev=940303&view=rev
Log:
silence a warning (useless storage class specifier in empty declaration)
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_types.h
Modified:
Author: torsten
Date: Sun May 2 18:45:49 2010
New Revision: 940297
URL: http://svn.apache.org/viewvc?rev=940297&view=rev
Log:
now it compiles and tests with a non-threaded perl
Modified:
perl/modperl/branches/threading/src/modules/perl/modperl_cmd.c
perl/modperl/branches/threading
Author: torsten
Date: Sun May 2 18:32:14 2010
New Revision: 940293
URL: http://svn.apache.org/viewvc?rev=940293&view=rev
Log:
Merged revisions 940287 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r940287 | torsten | 2010-05-02 20:25:41 +0200 (Sun, 02
Author: torsten
Date: Sun May 2 18:25:41 2010
New Revision: 940287
URL: http://svn.apache.org/viewvc?rev=940287&view=rev
Log:
Implement a mini-preprocess language for map-files in xs/maps.
Syntax is
#_if_ perl-code
#_elsif perl-code
#_else_
#_end_
and
#_eval_ perl-code
The main re
Author: torsten
Date: Thu Apr 22 08:32:23 2010
New Revision: 936650
URL: http://svn.apache.org/viewvc?rev=936650&view=rev
Log:
Merged revisions 936643 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r936643 | torsten | 2010-04-22 10:07:31 +0200 (Thu, 22
Author: torsten
Date: Thu Apr 22 08:07:31 2010
New Revision: 936643
URL: http://svn.apache.org/viewvc?rev=936643&view=rev
Log:
rename APR::Socket::sock_get to APR::Socket::fileno
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/t/response/TestAPR/socket.pm
perl/modperl/t
Author: torsten
Date: Mon Apr 19 11:07:12 2010
New Revision: 935523
URL: http://svn.apache.org/viewvc?rev=935523&view=rev
Log:
Merged revisions 935519 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r935519 | torsten | 2010-04-19 12:43:15 +0200 (Mon, 19
Author: torsten
Date: Mon Apr 19 10:43:15 2010
New Revision: 935519
URL: http://svn.apache.org/viewvc?rev=935519&view=rev
Log:
make the UNIX-level file descriptor of an APR::Socket available
Modified:
perl/modperl/trunk/t/response/TestAPR/socket.pm
perl/modperl/trunk/xs/APR/So
Author: torsten
Date: Tue Apr 13 11:45:57 2010
New Revision: 933564
URL: http://svn.apache.org/viewvc?rev=933564&view=rev
Log:
Merged revisions 933373,933407-933409,933411,933563 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r933373 | phred | 2010-04-1
Author: torsten
Date: Tue Apr 13 11:36:14 2010
New Revision: 933563
URL: http://svn.apache.org/viewvc?rev=933563&view=rev
Log:
perl 5.12.0 warns about UNDEF in lc. Apache::Status uses "warnings FATAL => all"
Modified:
perl/modperl/trunk/lib/Apache2/Status.pm
Modified: perl/
Author: torsten
Date: Tue Apr 13 11:08:26 2010
New Revision: 933550
URL: http://svn.apache.org/viewvc?rev=933550&view=rev
Log:
t/directive/perlcleanuphandler.t needs LWP to perform keep-alive requests
Modified:
perl/modperl/branches/threading/t/directive/perlcleanuphandler.t
Modified:
Author: torsten
Date: Sun Apr 11 13:52:10 2010
New Revision: 932903
URL: http://svn.apache.org/viewvc?rev=932903&view=rev
Log:
Merged revisions 907778,930669,931194,931503,931506,932875,932879 via svnmerge
from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r907778 | p
Author: torsten
Date: Sun Apr 11 12:20:06 2010
New Revision: 932879
URL: http://svn.apache.org/viewvc?rev=932879&view=rev
Log:
Fix a typo in modperl_svptr_table.c
Modified:
perl/modperl/trunk/src/modules/perl/modperl_svptr_table.c
Modified: perl/modperl/trunk/src/modules/
Author: torsten
Date: Sun Apr 11 12:16:14 2010
New Revision: 932875
URL: http://svn.apache.org/viewvc?rev=932875&view=rev
Log:
Change the file handle preservation method for the perl-script handler from
open SAVEIN, '<&STDIN';
open SAVEOUT, '>&STDOUT'
Author: torsten
Date: Wed Apr 7 11:39:02 2010
New Revision: 931506
URL: http://svn.apache.org/viewvc?rev=931506&view=rev
Log:
Fix the check for the FilterInitHandler attribute in
modperl_filter_resolve_init_handler()
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/src/mod
Author: torsten
Date: Wed Apr 7 11:20:01 2010
New Revision: 931503
URL: http://svn.apache.org/viewvc?rev=931503&view=rev
Log:
Make sure buffer is a valid SV in modperl_filter_read()
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/src/modules/perl/modperl_filter.c
Modified:
Author: torsten
Date: Tue Apr 6 15:52:21 2010
New Revision: 931194
URL: http://svn.apache.org/viewvc?rev=931194&view=rev
Log:
remove a superfluous apr_strdup call
Modified:
perl/modperl/trunk/src/modules/perl/modperl_handler.c
Modified: perl/modperl/trunk/src/modules/perl/modperl_handl
Author: torsten
Date: Sun Apr 4 12:27:07 2010
New Revision: 930669
URL: http://svn.apache.org/viewvc?rev=930669&view=rev
Log:
see http://www.gossamer-threads.com/lists/modperl/dev/101334
Modified:
perl/modperl/trunk/src/modules/perl/mod_perl.c
Modified: perl/modperl/trunk/src/modules/
Author: torsten
Date: Tue Nov 24 20:45:17 2009
New Revision: 883865
URL: http://svn.apache.org/viewvc?rev=883865&view=rev
Log:
Merged revisions 807332,807649 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r807332 | torsten | 2009-08-24 20:34:32 +0200
Author: torsten
Date: Mon Aug 24 18:34:32 2009
New Revision: 807332
URL: http://svn.apache.org/viewvc?rev=807332&view=rev
Log:
correct description of the last change in Changes
Modified:
perl/modperl/trunk/Changes
Modified: perl/modperl/trunk/Changes
URL:
http://svn.apache.org/viewvc/
Author: torsten
Date: Mon Aug 24 08:36:30 2009
New Revision: 807121
URL: http://svn.apache.org/viewvc?rev=807121&view=rev
Log:
Merged revisions 807116 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r807116 | torsten | 2009-08-24 10:29:43 +0200 (Mon, 24
Author: torsten
Date: Mon Aug 24 08:29:43 2009
New Revision: 807116
URL: http://svn.apache.org/viewvc?rev=807116&view=rev
Log:
Fix a typo in ModPerl::BuildMM. Fix a compile time issue by introducing
lexically scoped loop variables in ModPerl::MM::WriteMakefile().
Modified:
perl/modperl/t
Author: torsten
Date: Fri Aug 21 14:25:31 2009
New Revision: 806567
URL: http://svn.apache.org/viewvc?rev=806567&view=rev
Log:
Merged revisions 757553,758847,760926,763100,770015,774171 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r757553 | joes | 200
Author: torsten
Date: Wed Apr 1 15:39:56 2009
New Revision: 760926
URL: http://svn.apache.org/viewvc?rev=760926&view=rev
Log:
Fix an XSS bug in Apache2::Status.
Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/lib/Apache2/Status.pm
Modified: perl/modperl/trunk/Changes
URL:
Author: torsten
Date: Fri Mar 20 10:23:30 2009
New Revision: 756402
URL: http://svn.apache.org/viewvc?rev=756402&view=rev
Log:
Merged revisions 751909,751936,751954,751963,752425 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r751909 | joes | 2009-03-1
Author: torsten
Date: Mon Mar 2 09:36:53 2009
New Revision: 749253
URL: http://svn.apache.org/viewvc?rev=749253&view=rev
Log:
Merged revisions 732889-732891,732893,732895,736207-736208,736213-736218 via
svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r73
Author: torsten
Date: Sun Jan 4 09:58:27 2009
New Revision: 731304
URL: http://svn.apache.org/viewvc?rev=731304&view=rev
Log:
Blocked revisions 712968 via svnmerge
r712968 | pgollucci | 2008-11-11 07:47:06 +0100 (Tue, 11 Nov 2008) | 5 lines
Fix non threaded compile
mod_pe
Author: torsten
Date: Tue Sep 30 00:30:04 2008
New Revision: 700370
URL: http://svn.apache.org/viewvc?rev=700370&view=rev
Log:
Merged revisions 700369 via svnmerge from
https://svn.eu.apache.org/repos/asf/perl/modperl/trunk
r700369 | torsten | 2008-09-30 09:28:54 +0200 (Tue, 30
1 - 100 of 119 matches
Mail list logo