cvs commit: modperl-2.0 Changes

2004-11-12 Thread stas
stas2004/11/12 11:58:10 Modified:src/modules/perl modperl_util.c t/response/TestAPI request_rec.pm .Changes Log: avoid segfaults when a bogus $r object is used Revision ChangesPath 1.86 +3 -1 modperl-2.0/src/modules/perl

cvs commit: modperl-2.0 Changes

2004-10-25 Thread gozer
gozer 2004/10/25 16:38:57 Modified:.Changes Log: pod fix Revision ChangesPath 1.518 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v retriev

cvs commit: modperl-2.0 Changes README

2004-10-22 Thread gozer
gozer 2004/10/22 14:22:09 Modified:.Changes README Log: release 1.99_17 Revision ChangesPath 1.515 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Chan

cvs commit: modperl-2.0 Changes

2004-10-15 Thread stas
stas2004/10/15 12:26:06 Modified:lib/ModPerl FunctionMap.pm .Changes Log: fix xs_generate to croak on duplicate entries in xs/maps files Submitted by: Christian Krause <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +6 -0 modperl-2.0/l

Re: cvs commit: modperl-2.0 Changes

2004-10-11 Thread Philippe M. Chiasson
Dunno what happened to the rest of that email, but here is the diff: Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.510 retrieving revision 1.511 diff -u -I$Id -r1.510 -r1.511 --- Changes 6 Oct 2

cvs commit: modperl-2.0 Changes

2004-10-11 Thread gozer
gozer 2004/10/11 16:10:59 Modified:.Changes Log: BSD make needs an empty target, even if the target is specified as .PHONY Revision ChangesPath

cvs commit: modperl-2.0 Changes

2004-10-05 Thread stas
stas2004/10/05 18:22:54 Modified:.Changes Log: looks like a user-significant change Revision ChangesPath 1.510 +3 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/mo

cvs commit: modperl-2.0 Changes

2004-10-05 Thread stas
stas2004/10/05 15:30:26 Modified:lib/Apache Status.pm .Changes Log: escape HTML in dumped variables by Apache::Status Submitted by: Markus Wichitill <[EMAIL PROTECTED]> Revision ChangesPath 1.30 +13 -1 modperl-2.0/lib/Apache/Status.

cvs commit: modperl-2.0 Changes

2004-10-03 Thread joes
joes2004/10/03 19:29:26 Modified:.Changes Log: Reimplement APR::Bucket using apr_bucket_alloc_t - * $bucket_alloc argument added to APR::Bucket::new * new subs: APR::Bucket::setaside APR::Bucket::alloc_create APR::Bucket::alloc_destro

cvs commit: modperl-2.0 Changes

2004-09-27 Thread stas
stas2004/09/27 20:42:39 Modified:lib/Apache Status.pm .Changes Log: resolve several 'Use of uninitialized value in...' warnings in Apache::Status Revision ChangesPath 1.29 +3 -2 modperl-2.0/lib/Apache/Status.pm Index: Status.pm

cvs commit: modperl-2.0 Changes

2004-09-25 Thread stas
stas2004/09/25 20:12:38 Modified:src/modules/perl modperl_callback.c .Changes Log: if some code changes the current interpreter's tainted state to on, the return value from the handler callback will be tainted, and we fail to deal with that. So revert t

cvs commit: modperl-2.0 Changes

2004-09-25 Thread stas
stas2004/09/25 16:27:10 Modified:src/modules/perl modperl_callback.c .Changes Log: make sure that each handler callback starts with a pristine tainted-ness state, so that previous callback calls won't affect the consequent ones. Without this change any

cvs commit: modperl-2.0 Changes

2004-09-21 Thread stas
stas2004/09/21 18:29:31 Modified:xs/tables/current/Apache ConstantsTable.pm t/lib/TestAPRlib finfo.pm t/aprconstants.t src/modules/perl modperl_common_includes.h lib/ModPerl Code.pm lib/Apache ParseSource.

cvs commit: modperl-2.0 Changes

2004-09-08 Thread stas
stas2004/09/08 16:41:17 Modified:src/modules/perl modperl_util.c .Changes Log: $s->log->warn and other $s->log->foo are now logging to the right vhost server and not the global one. modperl_sv2server_rec was broken. Revision ChangesPath 1.78

cvs commit: modperl-2.0 Changes

2004-09-07 Thread stas
stas2004/09/07 17:42:02 Modified:xs/APR/Socket APR__Socket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm .Changes Added: t/protocol echo_nonblock.t t/protocol/TestProtocol echo_nonbl

cvs commit: modperl-2.0 Changes Makefile.PL

2004-09-06 Thread stas
stas2004/09/06 08:52:28 Modified:.Changes Makefile.PL Log: Fix the error message when the minimal required httpd version is not satisfied Submitted by: Pratik <[EMAIL PROTECTED]> Revision ChangesPath 1.472 +3 -0 modperl-2.0/Changes Index: Cha

cvs commit: modperl-2.0 Changes

2004-08-25 Thread stas
stas2004/08/25 10:20:11 Modified:lib/Apache Build.pm .Changes Log: fix the modperl build, where httpd has been built against separate installations of apr-util and apr, where apr-util has been installed with a different includedir to apr. Submitted by

cvs commit: modperl-2.0 Changes

2004-08-23 Thread gozer
gozer 2004/08/23 13:43:15 Modified:.Changes Log: For clarity's sake, remove my reduntant delete/add comment on remove_loaded_module Revision ChangesPath 1.465 +1 -3 modperl-2.0/Changes Index: Changes ==

Re: cvs commit: modperl-2.0 Changes

2004-08-23 Thread Philippe M. Chiasson
[EMAIL PROTECTED] wrote: stas2004/08/23 11:31:05 Modified:xs/Apache/Log Apache__Log.h .Changes Log: Fix $s->log->*, $s->log_error and $s->log_serror to again log into the vhost's error_log file (if there is one). Missed this small rename in t/api/aplog

cvs commit: modperl-2.0 Changes

2004-08-23 Thread stas
stas2004/08/23 11:31:05 Modified:xs/Apache/Log Apache__Log.h .Changes Log: Fix $s->log->*, $s->log_error and $s->log_serror to again log into the vhost's error_log file (if there is one). Revision ChangesPath 1.16 +8 -8 modperl-2.0/x

cvs commit: modperl-2.0 Changes

2004-08-22 Thread stas
stas2004/08/22 22:45:23 Modified:.Changes Log: 1.99_16 Revision ChangesPath 1.462 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v retriev

cvs commit: modperl-2.0 Changes

2004-08-22 Thread stas
stas2004/08/22 22:12:51 Modified:src/modules/perl modperl_perl_includes.h .Changes Log: Fix a compilation problem breaking 1.99_15 (sv_copypv was added in perl 5.7.3) Submitted by: Jason Woodward <[EMAIL PROTECTED]> Revision ChangesPath 1.20

cvs commit: modperl-2.0 Changes

2004-08-20 Thread stas
stas2004/08/20 14:11:01 Modified:xs/maps apr_functions.map xs/APR/Bucket APR__Bucket.h t/response/TestAPR bucket.pm .Changes Log: APR::Bucket: add delete() and destroy() methods Revision ChangesPath 1.84 +2 -0

cvs commit: modperl-2.0 Changes

2004-08-20 Thread stas
stas2004/08/20 11:14:10 Modified:.Changes Log: 1.99_15 release Revision ChangesPath 1.457 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-08-18 Thread gozer
gozer 2004/08/18 11:05:29 Modified:xs/maps apache_functions.map .Changes Log: Geoff pointed out that there was at least one documented use of $module->remove, so Apache::Module->remove_loaded_module should not have been removed. Re-adding it with documen

cvs commit: modperl-2.0 Changes

2004-08-17 Thread stas
stas2004/08/17 22:55:26 Modified:xs/maps apache_functions.map .Changes Log: Disable Apache::HookRun::run_create_request -- it's already run by Apache::RequestRec->new Revision ChangesPath 1.97 +1 -1 modperl-2.0/xs/maps/apache_functi

cvs commit: modperl-2.0 Changes

2004-08-15 Thread stas
stas2004/08/15 13:06:51 Modified:src/modules/perl modperl_handler.c modperl_util.c modperl_util.h t/error syntax.t t/response/TestError syntax.pm .Changes Log: combine handler resolving failure error wi

cvs commit: modperl-2.0 Changes

2004-08-14 Thread stas
stas2004/08/14 17:20:34 Modified:xs/Apache/RequestIO Apache__RequestIO.h .Changes Log: Apache::RequestIO::sendfile() now indicates which file it has failed to open on failure. Revision ChangesPath 1.55 +4 -1 modperl-2.0/xs/Apache/Req

cvs commit: modperl-2.0 Changes

2004-08-12 Thread stas
stas2004/08/12 18:41:35 Modified:src/modules/perl modperl_bucket.c t/lib/TestAPRlib bucket.pm .Changes Log: Fix a bug in APR::Bucket->new when a passed argument was of type PADTMP Revision ChangesPath 1.12 +17 -8 modper

cvs commit: modperl-2.0 Changes

2004-08-11 Thread stas
stas2004/08/11 23:40:46 Modified:t/response/TestAPI conn_rec.pm t/api.cvsignore xs/maps apache_structures.map .Changes Added: t/response/TestAPI conn_util.pm Log: 1) Apache::Connection changes [Stas, "Fred Moyer" ]

cvs commit: modperl-2.0 Changes

2004-08-11 Thread gozer
gozer 2004/08/11 16:03:18 Modified:xs/maps modperl_functions.map apache_functions.map t/response/TestDirective perlloadmodule4.pm .Changes Log: Move check_cmd_context from Apache::Command to Apache::CmdParms Test that it actually works with

cvs commit: modperl-2.0 Changes

2004-08-10 Thread gozer
gozer 2004/08/10 17:16:55 Modified:xs/maps apache_structures.map .Changes Log: Remove 2 struct methods from Apache::Command (func and cmd_data) as both are pointers to members of no use to Perl land. Revision ChangesPath 1.39 +2 -2 mo

cvs commit: modperl-2.0 Changes

2004-08-08 Thread gozer
gozer 2004/08/08 21:31:21 Modified:.Changes Log: Forgot to note this bugfix in Changes Revision ChangesPath 1.430 +3 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/m

cvs commit: modperl-2.0 Changes

2004-08-08 Thread stas
stas2004/08/08 11:05:22 Modified:.Changes Log: unchange method/method_number Revision ChangesPath 1.429 +3 -4 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2

cvs commit: modperl-2.0 Changes

2004-08-02 Thread stas
stas2004/08/02 11:02:27 Modified:xs/maps apache_structures.map .Changes Log: remove $r->canonical_filename - it's a private member Revision ChangesPath 1.35 +1 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures

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 Changes

2004-07-24 Thread stas
stas2004/07/24 02:26:22 Modified:xs/maps apache_structures.map .Changes Log: header_only, main, method, next, prev, pool are now read-only Revision ChangesPath 1.33 +7 -7 modperl-2.0/xs/maps/apache_structures.map Index: apache_st

cvs commit: modperl-2.0 Changes

2004-07-23 Thread stas
stas2004/07/23 15:35:31 Modified:xs/maps apache_structures.map .Changes Log: connection(), canonical_filename() are now read-only Revision ChangesPath 1.32 +2 -2 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.

cvs commit: modperl-2.0 Changes

2004-07-15 Thread stas
stas2004/07/15 12:31:54 Modified:t/conf modperl_extra.pl xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps apache_functions.map .Changes Log: Apache::RequestUtil::add_version_component($s->process->pconf, 'BAR/0.1'); is no

cvs commit: modperl-2.0 Changes

2004-07-14 Thread stas
stas2004/07/14 23:23:21 Modified:src/modules/perl modperl_common_util.c modperl_common_util.h t/lib/TestAPRlib table.pm xs/APR/Table APR__Table.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm

cvs commit: modperl-2.0 Changes

2004-07-14 Thread stas
stas2004/07/14 00:27:00 Modified:t/response/TestAPI rutil.pm server_util.pm xs/Apache/ServerUtil Apache__ServerUtil.h xs/maps apache_functions.map .Changes Log: Apache::RequestUtil::method_register($s->process->pconf, 'FOO');

cvs commit: modperl-2.0 Changes

2004-07-12 Thread stas
stas2004/07/12 00:32:07 Modified:xs/APR/Bucket APR__Bucket.h xs/Apache/Filter Apache__Filter.h xs/Apache/RequestIO Apache__RequestIO.h .Changes Added: t/apache read2.t t/response/TestApache read2.pm Log:

cvs commit: modperl-2.0 Changes

2004-07-09 Thread stas
stas2004/07/09 17:37:06 Modified:t/response/TestAPI aplog.pm t/response/TestCompat apache.pm xs/maps apache_structures.map .Changes Log: Apache::ServerRec accessors changes: - readonly accessors: process, next, is_v

cvs commit: modperl-2.0 Changes

2004-07-07 Thread stas
stas2004/07/07 12:46:48 Modified:src/modules/perl modperl_util.c .Changes Log: Use a context-specific Perl_load_module() instead of load_module(), to avoid the problem with 'load_module' symbol resolution on certain platforms, where for some reason it d

cvs commit: modperl-2.0 Changes

2004-07-02 Thread randyk
randyk 2004/07/02 22:36:17 Modified:.Changes Log: log recent changes about header files installed into Apache2/include/. Revision ChangesPath 1.399 +6 -0 modperl-2.0/Changes Index: Changes ==

cvs commit: modperl-2.0 Changes

2004-07-02 Thread stas
stas2004/07/02 15:43:17 Modified:src/modules/perl modperl_io_apache.c xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm .Changes Log: - polishing Ap

cvs commit: modperl-2.0 Changes

2004-07-01 Thread stas
stas2004/07/01 18:25:52 Modified:lib/ModPerl Config.pm .Changes Log: - add (apr|apu)-config linking info - show the full path to the config file used to get the data for the report Revision ChangesPath 1.11 +19 -1 modperl-2.0/lib/

cvs commit: modperl-2.0 Changes

2004-07-01 Thread randyk
randyk 2004/07/01 09:42:13 Modified:.Changes Log: log recent change of being able to use APR/APR::* outside of mod_perl.so. Revision ChangesPath 1.394 +7 -0 modperl-2.0/Changes Index: Changes ===

cvs commit: modperl-2.0 Changes

2004-06-29 Thread stas
stas2004/06/29 15:56:17 Modified:t/apisendfile.t t/response/TestAPI sendfile.pm xs/Apache/RequestIO Apache__RequestIO.h xs/tables/current/ModPerl FunctionTable.pm .Changes Log: APR::RequestIO::sendfile() now

cvs commit: modperl-2.0 Changes

2004-06-27 Thread stas
stas2004/06/27 11:47:51 Modified:lib/ModPerl TestReport.pm .Changes Log: change t/REPORT to suggest to post bug reports to the modperl users list, to be consistent with the documentation Revision ChangesPath 1.3 +3 -0 modperl-2.0/li

cvs commit: modperl-2.0 Changes

2004-06-04 Thread stas
stas2004/06/04 02:38:07 Modified:xs/APR/Bucket APR__Bucket.h .Changes Log: provide a workaround for a bug in perl's newSVpvn, so that now APR::Bucket's read() returns "" instead of undef when there is no data to read. Revision ChangesPath 1.

cvs commit: modperl-2.0 Changes

2004-06-03 Thread stas
stas2004/06/03 21:12:54 Modified:xs/maps apr_functions.map .Changes Added: t/protocol echo_bbs2.t t/protocol/TestProtocol echo_bbs2.pm Log: - APR::Brigade: add the method cleanup() - test the new method in conjunction with flatten,

cvs commit: modperl-2.0 Changes

2004-06-01 Thread stas
stas2004/06/01 16:37:11 Modified:.Changes Log: recent changes Revision ChangesPath 1.383 +8 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-05-24 Thread stas
stas2004/05/24 18:56:20 Modified:xs/APR/Error Error_pm .Changes Log: Exception error messages now include the error id along with the error message (as they did in first place). Revision ChangesPath 1.2 +12 -4 modperl-2.0/xs/APR/Erro

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 16:12:55 Modified:t/response/TestAPR ipsubnet.pm todo api_status xs/APR/IpSubnet APR__IpSubnet.h .Changes Log: - APR::IpSubnet::new() now throws APR::Error exception (not returning rc) - more tests Rev

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 12:28:32 Modified:.Changes Log: changes update Revision ChangesPath 1.375 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-05-21 Thread stas
stas2004/05/21 11:41:16 Modified:.Changes Log: recent changes Revision ChangesPath 1.374 +15 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-05-21 Thread geoff
geoff 2004/05/21 10:40:53 Modified:.Changes Log: whoops, forgot date Revision ChangesPath 1.372 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes

cvs commit: modperl-2.0 Changes

2004-05-21 Thread geoff
geoff 2004/05/21 10:34:55 Modified:.Changes Log: official 1.99_14 release Revision ChangesPath 1.371 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Ch

cvs commit: modperl-2.0 Changes

2004-05-17 Thread stas
stas2004/05/17 15:54:36 Modified:xs/maps apr_structures.map .Changes Log: APR::SockAddr::port() accessor is now read-only Revision ChangesPath 1.12 +1 -1 modperl-2.0/xs/maps/apr_structures.map Index: apr_structures.map

cvs commit: modperl-2.0 Changes

2004-05-16 Thread stas
stas2004/05/16 02:19:02 Modified:.Changes Log: last change Revision ChangesPath 1.369 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v ret

cvs commit: modperl-2.0 Changes

2004-05-13 Thread stas
stas2004/05/13 19:37:28 Modified:t/response/TestAPR pool.pm xs/APR/Pool APR__Pool.h .Changes Log: - now logging the errors happening in pool cleanup callbacks - add tests for anon and sub-as-string tests - add tests for bogus callbacks

cvs commit: modperl-2.0 Changes

2004-05-07 Thread stas
stas2004/05/07 11:02:47 Modified:ModPerl-Registry/t TEST.PL lib/ModPerl TestRun.pm .Changes Log: use the new Apache-Test attribute -minclient in the test suites. Now along with the default maxclients = minclients+1, we no longer should ge

cvs commit: modperl-2.0 Changes

2004-05-03 Thread stas
stas2004/05/03 23:42:00 Modified:.Changes Log: recent changes Revision ChangesPath 1.366 +19 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-05-02 Thread stas
stas2004/05/02 14:01:01 Modified:src/modules/perl modperl_callback.c .Changes Log: set the 'error-notes' table to the error message on HTTP_INTERNAL_SERVER_ERROR Revision ChangesPath 1.71 +6 -0 modperl-2.0/src/modules/perl/modperl_ca

cvs commit: modperl-2.0 Changes

2004-04-27 Thread stas
stas2004/04/27 10:26:29 Modified:lib/Apache Build.pm .Changes Log: fix the apxs build function to not handle empty lookups as errors Submitted by: Randy Kobes, Steve Hay Revision ChangesPath 1.162 +6 -4 modperl-2.0/lib/Apache/Build.pm

cvs commit: modperl-2.0 Changes

2004-04-26 Thread stas
stas2004/04/26 18:26:59 Modified:xs modperl_xs_util.h .Changes Log: revert the previous change and use s/apr_ssize_t/apr_size_t/ to use the right types in the functions Revision ChangesPath 1.20 +2 -2 modperl-2.0/xs/modperl_xs_

cvs commit: modperl-2.0 Changes

2004-04-26 Thread stas
stas2004/04/26 17:27:39 Modified:src/modules/perl modperl_gtop.h lib/Apache Build.pm .Changes Log: add support for libgtop 2.5.0+ Revision ChangesPath 1.6 +2 -0 modperl-2.0/src/modules/perl/modperl_gtop.h Index: mo

cvs commit: modperl-2.0 Changes

2004-04-22 Thread stas
stas2004/04/22 16:14:32 Modified:src/modules/perl modperl_util.h t/protocol/TestProtocol echo.pm xs/APR/Socket APR__Socket.h xs/tables/current/ModPerl FunctionTable.pm .Changes Log: go back to the croak-on-error

cvs commit: modperl-2.0 Changes

2004-04-08 Thread stas
stas2004/04/08 13:47:42 Modified:src/modules/perl modperl_util.h xs/APR/Socket APR__Socket.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm t/protocol/TestProtocol echo.pm .Chang

cvs commit: modperl-2.0 Changes

2004-04-07 Thread stas
stas2004/04/07 16:44:21 Modified:t/protocol/TestProtocol echo.pm .Changes Log: make sure that our protocol module tests that interact with the socket use a blocking read Submitted by: Joe Orton Revision ChangesPath 1.3 +6 -0 modpe

cvs commit: modperl-2.0 Changes

2004-04-04 Thread stas
stas2004/04/04 21:38:29 Modified:lib/Apache Build.pm .Changes Log: - Use a better approach to figure out whether we need to strip perl's LargeFilesSource flag, by checking whether libapr was compiled with -D_FILE_OFFSET_BITS=64 or not. Checking for APR_

cvs commit: modperl-2.0 Changes

2004-03-24 Thread stas
stas2004/03/24 15:36:48 Modified:lib/Apache Status.pm .Changes Log: fix a redefined warning in Apache::Status Revision ChangesPath 1.25 +1 -0 modperl-2.0/lib/Apache/Status.pm Index: Status.pm

cvs commit: modperl-2.0 Changes

2004-03-24 Thread stas
stas2004/03/24 11:59:41 Modified:lib/Apache Status.pm .Changes Log: Fix Apache::Status, to lookup the Apache::Request version without loading it. Only if a suitable (2.x) version is found -- load and use it. Previously loading the 1.x version was affect

cvs commit: modperl-2.0 Changes

2004-03-22 Thread stas
stas2004/03/22 18:34:19 Modified:lib/Apache Status.pm .Changes Log: Fix Apache::Status, to gracefully recover from failing to load Apache::Request when mp1's version is found. Previously it was affecting Apache::compat Revision ChangesPath 1

cvs commit: modperl-2.0 Changes

2004-03-18 Thread stas
stas2004/03/18 14:53:31 Modified:src/modules/perl modperl_perl_global.c .Changes Log: Fix a bug in special blocks handling (like END), which until now was dropping on the floor all blocks but the last one (mainly affecting registry handlers). Revis

cvs commit: modperl-2.0 Changes

2004-03-15 Thread stas
stas2004/03/15 16:59:45 Modified:src/modules/perl modperl_filter.c .Changes Added: t/filter in_str_bin_data.t t/filter/TestFilter in_str_bin_data.pm Log: The filter streaming API print() function, now correctly handles a binary data

cvs commit: modperl-2.0 Changes

2004-03-10 Thread stas
stas2004/03/10 15:19:44 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm .Changes Log: Fix Registry handlers, not to lose the execution errors, when they include END blocks Revision ChangesPath 1.45 +13 -5 modperl-2.0/ModPerl-R

cvs commit: modperl-2.0 Changes

2004-03-09 Thread stas
stas2004/03/09 12:50:21 Modified:.Changes Log: add white space Revision ChangesPath 1.346 +26 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-03-08 Thread stas
stas2004/03/08 16:18:56 Modified:.Changes Log: 1.99_13 release Revision ChangesPath 1.344 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-03-05 Thread stas
stas2004/03/05 18:46:52 Modified:.Changes Log: fix the comment Revision ChangesPath 1.343 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-03-04 Thread stas
stas2004/03/04 18:42:32 Modified:lib/ModPerl TestRun.pm .Changes Log: respect $ENV{APACHE_TEST_STARTUP_TIMEOUT} settings if any Revision ChangesPath 1.20 +1 -0 modperl-2.0/lib/ModPerl/TestRun.pm Index: TestRun.pm ===

cvs commit: modperl-2.0 Changes

2004-03-03 Thread stas
stas2004/03/03 15:28:03 Modified:src/modules/perl modperl_env.c t/response/TestModules cgi.pm .Changes Log: Drop the support for making GATEWAY_INTERFACE special. It's not needed as $ENV{MOD_PERL}, available in both mod_perl generations, sh

cvs commit: modperl-2.0 Changes

2004-03-02 Thread stas
stas2004/03/02 22:03:11 Modified:src/modules/perl modperl_cgi.c modperl_cgi.h modperl_filter.c t/apache send_cgi_header.t t/response/TestApache send_cgi_header.pm xs/Apache/Response Apache__Response.h

cvs commit: modperl-2.0 Changes

2004-03-01 Thread stas
stas2004/03/01 17:30:09 Modified:xs/maps apache_structures.map .Changes Log: $c->keepalives allows us to tell when a new request over a keepalive connection is coming in Revision ChangesPath 1.21 +1 -1 modperl-2.0/xs/maps/apache_str

cvs commit: modperl-2.0 Changes

2004-02-26 Thread stas
stas2004/02/26 15:29:06 Modified:.Changes Log: latest change Revision ChangesPath 1.334 +2 -0 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v r

cvs commit: modperl-2.0 Changes

2004-02-16 Thread stas
stas2004/02/16 17:22:42 Modified:src/modules/perl modperl_io.c .Changes Added: t/response/TestModperl io_nested_with_closed_stds.pm io_with_closed_stds.pm Log: Fix the STDIN/OUT overriding process to handle gracefully cases,

cvs commit: modperl-2.0 Changes

2004-02-13 Thread stas
stas2004/02/13 17:38:05 Modified:src/modules/perl modperl_config.c .Changes Log: Fix the corruption of the httpd process argv[0], caused by $0 manipulating Revision ChangesPath 1.76 +13 -2 modperl-2.0/src/modules/perl/modperl_config.c

cvs commit: modperl-2.0 Changes

2004-02-13 Thread stas
stas2004/02/13 14:32:23 Modified:lib/ModPerl WrapXS.pm .Changes Log: ModPerl::MethodLookup::lookup_method now handles sub-classed objects Revision ChangesPath 1.67 +3 -2 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm ===

cvs commit: modperl-2.0 Changes

2004-02-09 Thread stas
stas2004/02/09 11:44:41 Modified:.Changes Log: s/change/changes/ Revision ChangesPath 1.326 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0 Changes

2004-02-09 Thread stas
stas2004/02/09 11:25:01 Modified:lib/Apache compat.pm t/apache .cvsignore t/response/TestCompat apache_util.pm xs/maps apache_functions.map todo release .Changes Added: xs/Apache/Util Apac

cvs commit: modperl-2.0 Changes

2004-02-09 Thread stas
stas2004/02/09 11:05:59 Modified:xs/Apache/RequestRec Apache__RequestRec.h xs/maps apache_structures.map modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm .Changes Log: when $r->handler($new_handler) is called f

cvs commit: modperl-2.0 Changes

2004-02-09 Thread stas
stas2004/02/09 10:21:36 Modified:src/modules/perl modperl_mgv.c .Changes Log: modperl_mgv_resolve now croaks when a module scheduled for autoloading fails to load. AutoLoaded modules shouldn't silently fail. Revision ChangesPath 1.30 +13

cvs commit: modperl-2.0 Changes

2004-02-09 Thread stas
stas2004/02/09 10:18:16 Modified:lib/ModPerl Code.pm src/modules/perl modperl_cmd.c modperl_cmd.h t/filter/TestFilter in_bbs_inject_header.pm in_bbs_msg.pm in_str_msg.pm todo release .Chan

cvs commit: modperl-2.0 Changes

2004-01-31 Thread stas
stas2004/01/31 02:06:59 Modified:lib/ModPerl WrapXS.pm t/response/TestAPR pool.pm xs typemap xs/APR/Pool APR__Pool.h xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm .

cvs commit: modperl-2.0 Changes

2004-01-31 Thread stas
stas2004/01/30 23:17:17 Modified:.Changes Log: typo Revision ChangesPath 1.316 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v retrieving

cvs commit: modperl-2.0 Changes

2004-01-30 Thread geoff
geoff 2004/01/30 10:20:21 Modified:.Changes Log: fix calling $r->subprocess_env() in a void context so that it only populates %ENV if also called with no arguments. also, make sure it can be called more than once and still populate %ENV. Revision ChangesPath

cvs commit: modperl-2.0 Changes

2004-01-28 Thread stas
stas2004/01/28 17:26:50 Modified:t/response/TestAPR flatten.pm xs/APR/Brigade APR__Brigade.h xs/maps apr_functions.map .Changes Log: rework mpxs_APR__Brigade_flatten not to require pool and not copy the allocated memory twic

cvs commit: modperl-2.0 Changes

2004-01-28 Thread geoff
geoff 2004/01/28 05:54:52 Modified:.Changes Log: add APR::Brigade::pool() to allow access to the pool associated with the brigade Revision ChangesPath 1.313 +3 -0 modperl-2.0/Changes Index: Changes ==

cvs commit: modperl-2.0 Changes

2004-01-27 Thread stas
stas2004/01/27 22:02:50 Modified:lib/ModPerl TestRun.pm .Changes Log: make 't/TEST -startup_timeout secs' working (previously user's value was ignored) Revision ChangesPath 1.16 +7 -6 modperl-2.0/lib/ModPerl/TestRun.pm Index: Te

  1   2   3   >