cvs commit: modperl-2.0/t/hooks/TestHooks trans.pm

2001-08-29 Thread dougm
dougm 01/08/29 18:05:41 Modified:t/hooks/TestHooks trans.pm Log: current httpd-2.0 requires trans handlers to either set r-filename or implement a map_to_storage hook Revision ChangesPath 1.2 +3 -1 modperl-2.0/t/hooks/TestHooks/trans.pm Index

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-08-29 Thread dougm
dougm 01/08/29 18:08:24 Modified:src/modules/perl modperl_filter.c xs/Apache/Filter Apache__Filter.h Log: flush output filter buffer after filter has run rather than after each filter-print Revision ChangesPath 1.24 +10 -2 modperl-2.0/src

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_filter.c modperl_types.h

2001-08-29 Thread dougm
dougm 01/08/29 22:15:51 Modified:src/modules/perl mod_perl.c modperl_filter.c modperl_types.h Log: change wbucket buffer api to use the address of r-output_filters so when a filter is removed from the chain, its is also remove from ours Revision ChangesPath 1.63

cvs commit: modperl-2.0/src/modules/perl modperl_bucket.c

2001-08-27 Thread dougm
dougm 01/08/27 10:14:48 Modified:src/modules/perl modperl_bucket.c Log: adjust to bucket/sms changes Revision ChangesPath 1.6 +18 -11modperl-2.0/src/modules/perl/modperl_bucket.c Index: modperl_bucket.c

cvs commit: modperl/lib/Apache test.pm

2001-08-26 Thread dougm
dougm 01/08/26 11:29:55 Modified:.Changes lib/Apache test.pm Log: require URI::URL to work with newer libwww-perl Revision ChangesPath 1.620 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl/t/internal hooks.t

2001-08-26 Thread dougm
dougm 01/08/26 11:31:29 Modified:t/internal hooks.t Log: require URI::URL to work with newer libwww-perl Revision ChangesPath 1.5 +1 -0 modperl/t/internal/hooks.t Index: hooks.t

cvs commit: modperl Changes

2001-08-25 Thread dougm
dougm 01/08/25 12:55:03 Modified:lib/Apache ExtUtils.pm .Changes Log: allow overriding of container directive handlers using the func parameter Submitted by: Geoffrey Young [EMAIL PROTECTED] Revision ChangesPath 1.23 +1 -1 modperl

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

2001-08-19 Thread dougm
dougm 01/08/19 09:29:44 Modified:lib/Apache ParseSource.pm Log: skip ssl headers Revision ChangesPath 1.22 +2 -1 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm === RCS file

cvs commit: modperl-2.0/src/modules/perl modperl_bucket.c mod_perl.h

2001-08-19 Thread dougm
dougm 01/08/19 10:22:55 Modified:src/modules/perl modperl_bucket.c mod_perl.h Log: modperl_bucket.h needs to be in mod_perl.h for source_scan.pl Revision ChangesPath 1.4 +0 -1 modperl-2.0/src/modules/perl/modperl_bucket.c Index: modperl_bucket.c

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm

2001-08-19 Thread dougm
dougm 01/08/19 11:51:42 Modified:xs/tables/current/Apache ConstantsTable.pm Log: sync Revision ChangesPath 1.12 +28 -1 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm

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

2001-08-16 Thread dougm
dougm 01/08/16 10:24:57 Modified:t/apache read.t Log: force http; test doesnt work witih t/TEST -ssl Revision ChangesPath 1.2 +3 -0 modperl-2.0/t/apache/read.t Index: read.t === RCS

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

2001-08-16 Thread dougm
dougm 01/08/16 20:51:37 Modified:t/response/TestAPI server_rec.pm Log: fix api/server_rec when running under t/TEST -ssl Revision ChangesPath 1.3 +1 -1 modperl-2.0/t/response/TestAPI/server_rec.pm Index: server_rec.pm

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

2001-08-16 Thread dougm
dougm 01/08/16 20:58:11 Modified:t/filter input_msg.t Log: force http scheme since ssl is not listening on this vhost port Revision ChangesPath 1.3 +1 -0 modperl-2.0/t/filter/input_msg.t Index: input_msg.t

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

2001-08-16 Thread dougm
dougm 01/08/16 21:07:45 Modified:t/response/TestAPI aplog.pm Log: loglevel setting not working under t/TEST -ssl (not sure if this is a bug of feature) Revision ChangesPath 1.6 +5 -1 modperl-2.0/t/response/TestAPI/aplog.pm Index: aplog.pm

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

2001-08-09 Thread dougm
dougm 01/08/09 09:52:51 Modified:src/modules/perl modperl_bucket.c modperl_filter.c modperl_filter.h xs/Apache/Filter Apache__Filter.h Log: adjust to recent bucket brigade api changes Revision ChangesPath 1.3 +7 -5

cvs commit: modperl-2.0/src/modules/perl modperl_bucket.c

2001-08-04 Thread dougm
dougm 01/08/04 11:49:25 Modified:src/modules/perl modperl_bucket.c Log: adjust to apr_bucket_type_t change Revision ChangesPath 1.2 +5 -0 modperl-2.0/src/modules/perl/modperl_bucket.c Index: modperl_bucket.c

cvs commit: modperl-2.0/src/modules/perl modperl_io.c

2001-08-01 Thread dougm
dougm 01/08/01 09:52:41 Modified:src/modules/perl modperl_io.c Log: better tracing of tie/untie STDIN/STDOUT Revision ChangesPath 1.3 +13 -7 modperl-2.0/src/modules/perl/modperl_io.c Index: modperl_io.c

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

2001-08-01 Thread dougm
dougm 01/08/01 10:03:19 Modified:t/response/TestApache cgihandler.pm Log: workaround for modules/cgi #3 failure Revision ChangesPath 1.5 +4 -1 modperl-2.0/t/response/TestApache/cgihandler.pm Index: cgihandler.pm

cvs commit: modperl-2.0/util xs_check.pl

2001-07-31 Thread dougm
dougm 01/07/31 18:45:59 Modified:util xs_check.pl Log: adjust @INC Revision ChangesPath 1.3 +1 -1 modperl-2.0/util/xs_check.pl Index: xs_check.pl === RCS file: /home/cvs/modperl

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-07-31 Thread dougm
dougm 01/07/31 19:04:47 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.11 +2 -1 modperl-2.0/xs/tables

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:31:23 Modified:Apache-Test/lib/Apache TestServer.pm Log: avoid cannot connect ... warnings when waiting for server to warmup Revision ChangesPath 1.13 +4 -1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:38:22 Modified:Apache-Test/lib/Apache TestServer.pm Log: wait a bit longer for test server to start Revision ChangesPath 1.14 +1 -1 modperl-2.0/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfig.pm TestServer.pm

2001-07-23 Thread dougm
dougm 01/07/23 13:43:16 Modified:Apache-Test/lib/Apache TestConfig.pm TestServer.pm Log: need to test -e full path to t/logs/error_log for when t/TEST chdir into t/ Revision ChangesPath 1.11 +3 -3 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm Index

cvs commit: modperl-2.0/xs/maps apr_functions.map

2001-07-15 Thread dougm
dougm 01/07/15 15:26:01 Modified:xs/maps apr_functions.map Log: add APR::Bucket::{eos,flush}_create} functions Revision ChangesPath 1.14 +2 -2 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/src/modules/perl modperl_filter.c

2001-07-15 Thread dougm
dougm 01/07/15 16:42:06 Modified:src/modules/perl modperl_filter.c Log: fix cut-n-pasto spotted by barries Revision ChangesPath 1.22 +2 -2 modperl-2.0/src/modules/perl/modperl_filter.c Index: modperl_filter.c

cvs commit: modperl-2.0/xs/maps apr_functions.map

2001-07-13 Thread dougm
dougm 01/07/13 09:34:03 Modified:t/response/TestAPR pool.pm xs/maps apr_functions.map Log: apr_pool_num_bytes is now only available #ifdef APR_POOL_DEBUG Revision ChangesPath 1.2 +4 -4 modperl-2.0/t/response/TestAPR/pool.pm Index

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-07-13 Thread dougm
dougm 01/07/13 09:36:12 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.12 +245 -40 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2001-07-13 Thread dougm
dougm 01/07/13 09:49:54 Modified:src/modules/perl mod_perl.c Log: outline for future calls to PERL_SYS_{INIT,TERM} and PTHREAD_ATFORK Revision ChangesPath 1.59 +28 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl Changes

2001-07-11 Thread dougm
dougm 01/07/11 08:12:11 Modified:lib/Apache PerlRun.pm .Changes Log: remove $r-finfo usage from Apache::PerlRun, clearly finfo isn't as stable as it should be Revision ChangesPath 1.37 +3 -1 modperl/lib/Apache/PerlRun.pm Index

cvs commit: modperl/lib mod_perl.pm

2001-07-11 Thread dougm
dougm 01/07/11 19:12:04 Modified:.Changes lib mod_perl.pm Log: 1.26 Revision ChangesPath 1.615 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs

cvs commit: modperl/lib mod_perl.pm

2001-07-11 Thread dougm
dougm 01/07/11 19:27:29 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.616 +2 -0 modperl/Changes Index: Changes === RCS file

cvs commit: modperl/t/net/perl test

2001-07-11 Thread dougm
dougm 01/07/11 18:32:59 Modified:.Changes t/net/perl test Log: fix 'make test' problem seen with Perl 5.005_03 Revision ChangesPath 1.614 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl Makefile.PL

2001-07-11 Thread dougm
dougm 01/07/11 18:34:46 Modified:.Makefile.PL Log: fixes for building with 5.004 Revision ChangesPath 1.193 +4 -2 modperl/Makefile.PL Index: Makefile.PL === RCS file: /home/cvs

cvs commit: modperl Changes

2001-07-10 Thread dougm
dougm 01/07/10 20:02:29 Modified:src/modules/perl perl_config.c .Changes Log: Apache-server will now point the current VirtualHost when inside a Perl section Revision ChangesPath 1.111 +9 -1 modperl/src/modules/perl/perl_config.c

cvs commit: modperl/t/modules src.t

2001-07-10 Thread dougm
dougm 01/07/10 08:45:35 Modified:.Makefile.PL t/modules src.t Log: more for the latest win32 patch from randy Revision ChangesPath 1.192 +3 -2 modperl/Makefile.PL Index: Makefile.PL

cvs commit: modperl Changes

2001-07-09 Thread dougm
dougm 01/07/09 20:30:30 Modified:src/modules/perl mod_perl.c mod_perl.h .Changes Log: allow per-server and per-location PerlSetEnv to be properly merged when a per-server handler is configured Revision ChangesPath 1.141 +8 -3 modperl

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestConfigPerl.pm

2001-07-09 Thread dougm
dougm 01/07/09 09:04:48 Modified:Apache-Test/lib/Apache TestConfigPerl.pm Log: better check for existance of modperl_{inc,extra}.pl Revision ChangesPath 1.14 +1 -1 modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

cvs commit: modperl/apaci mod_perl.exp

2001-07-09 Thread dougm
dougm 01/07/09 08:03:29 Modified:.INSTALL.win32 Makefile.PL Changes lib/Apache src.pm src/modules/win32 mod_perl.def mod_perl.dsp t/conf httpd.conf-win32 t/modules src.t apacimod_perl.exp Log

cvs commit: modperl Changes

2001-07-06 Thread dougm
dougm 01/07/06 13:33:46 Modified:src/modules/perl Apache.xs t/docs startup.pl .Changes Log: add Apache::add_version_component() function Revision ChangesPath 1.125 +7 -0 modperl/src/modules/perl/Apache.xs Index

cvs commit: modperl/apaci mod_perl.exp

2001-07-06 Thread dougm
dougm 01/07/06 13:37:04 Modified:.Changes apacimod_perl.exp Log: add symbols to mod_perl.exp for aix/axkit Revision ChangesPath 1.607 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl/t/net/perl sym.pl

2001-07-06 Thread dougm
dougm 01/07/06 13:46:20 Modified:t/net/perl sym.pl Log: shutup Test::Harness warning: Test header seen twice! Revision ChangesPath 1.2 +1 -1 modperl/t/net/perl/sym.pl Index: sym.pl

cvs commit: modperl Changes

2001-07-06 Thread dougm
dougm 01/07/06 14:20:03 Modified:.Changes Log: rolling 1.25_01 Revision ChangesPath 1.608 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v

cvs commit: modperl/lib/Apache SizeLimit.pm

2001-07-06 Thread dougm
dougm 01/07/06 06:44:41 Modified:.Changes lib/Apache SizeLimit.pm Log: Apache::SizeLimit enhancements [Perrin Harkins [EMAIL PROTECTED]]: - Added support for minimum shared memory and maximum unshared memory settings. - Added extra diagnostics to tell

cvs commit: modperl-2.0/util source_scan.pl

2001-06-26 Thread dougm
dougm 01/06/26 09:52:03 Modified:util source_scan.pl Log: include ModPerl::WrapXS for the moment Revision ChangesPath 1.5 +1 -0 modperl-2.0/util/source_scan.pl Index: source_scan.pl

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

2001-06-23 Thread dougm
dougm 01/06/23 10:47:32 Modified:t/filter/TestFilter api.pm Log: TestFilter::api needs to untie *STDOUT; else tests run after it fail Revision ChangesPath 1.4 +6 -0 modperl-2.0/t/filter/TestFilter/api.pm Index: api.pm

cvs commit: modperl Changes INSTALL.win32 Makefile.PL

2001-06-21 Thread dougm
dougm 01/06/21 09:11:48 Modified:.Changes INSTALL.win32 Makefile.PL Log: win32 enhancement: APACHE_SRC can be either the build or install tree Revision ChangesPath 1.601 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl Changes

2001-06-18 Thread dougm
dougm 01/06/18 19:36:42 Modified:src/modules/perl mod_perl.c .Changes Log: perl_destruct_level must always be 2 for DSO builds Revision ChangesPath 1.138 +1 -2 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl/src/modules/perl mod_perl.c

2001-06-18 Thread dougm
dougm 01/06/18 19:38:55 Modified:src/modules/perl mod_perl.c Log: removing dead code Revision ChangesPath 1.139 +0 -23 modperl/src/modules/perl/mod_perl.c Index: mod_perl.c === RCS file

cvs commit: modperl/src/modules/perl mod_perl.c mod_perl.h perl_config.c

2001-06-18 Thread dougm
dougm 01/06/18 20:12:48 Modified:.Makefile.PL src/modules/perl mod_perl.c mod_perl.h perl_config.c Log: remove dead code for PERL_STARTUP_{IS_DONE,DONE_CHECK} hack Revision ChangesPath 1.187 +0 -2 modperl/Makefile.PL Index

cvs commit: modperl-2.0/xs/Apache/Const Const.xs

2001-06-16 Thread dougm
dougm 01/06/16 12:14:10 Modified:xs/ModPerl/Const Const.xs xs/Apache/Const Const.xs Log: shutup xsubpp plea for prototyping behavior Revision ChangesPath 1.3 +3 -0 modperl-2.0/xs/ModPerl/Const/Const.xs Index: Const.xs

cvs commit: modperl ToDo

2001-06-14 Thread dougm
dougm 01/06/14 09:15:01 Modified:.ToDo Log: catigorification Revision ChangesPath 1.283 +54 -46modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving

cvs commit: modperl/lib/Apache StatINC.pm

2001-06-14 Thread dougm
dougm 01/06/14 09:38:27 Modified:.Changes ToDo lib/Apache StatINC.pm Log: make sure file to be reloaded can be found in @INC Revision ChangesPath 1.599 +4 -0 modperl/Changes Index: Changes

cvs commit: modperl ToDo

2001-06-14 Thread dougm
dougm 01/06/14 23:10:16 Modified:.ToDo Log: yawn Revision ChangesPath 1.285 +13 -1 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision 1.284

cvs commit: modperl/src/modules/perl Apache.xs

2001-06-13 Thread dougm
dougm 01/06/13 21:36:22 Modified:.Changes t/net/perl api.pl src/modules/perl Apache.xs Log: $r-custom_response($code, undef) will now unset the current CustomResponse Revision ChangesPath 1.595 +3 -0 modperl/Changes

cvs commit: modperl Makefile.PL Changes

2001-06-13 Thread dougm
dougm 01/06/13 21:44:13 Modified:.Makefile.PL Changes Log: add %Apache::MyConfig aliases for Apache::src backwards compat Revision ChangesPath 1.185 +2 -1 modperl/Makefile.PL Index: Makefile.PL

cvs commit: modperl/apaci mod_perl.config.sh

2001-06-13 Thread dougm
dougm 01/06/13 21:49:10 Modified:.Changes Makefile.PL src/modules/perl mod_perl.c apacimod_perl.config.sh Log: if PREFIX is given to Makefile.PL add it to @INC at startup Revision ChangesPath 1.597 +3 -0 modperl

cvs commit: modperl/apaci .cvsignore

2001-06-13 Thread dougm
dougm 01/06/13 21:50:11 Modified:src .cvsignore apaci.cvsignore Log: add files to ignore from Philippe Revision ChangesPath 1.2 +1 -0 modperl/src/.cvsignore Index: .cvsignore

cvs commit: modperl/src/modules/perl Apache.xs

2001-06-13 Thread dougm
dougm 01/06/13 22:26:29 Modified:.Changes src/modules/perl Apache.xs Log: croak if the filehandle passed to $r-send_fd is NULL Revision ChangesPath 1.598 +3 -0 modperl/Changes Index: Changes

cvs commit: modperl ToDo

2001-06-13 Thread dougm
dougm 01/06/13 23:01:40 Modified:.ToDo Log: todo Revision ChangesPath 1.282 +13 -0 modperl/ToDo Index: ToDo === RCS file: /home/cvs/modperl/ToDo,v retrieving revision 1.281

cvs commit: modperl/src/modules/perl apache_inc.h

2001-06-12 Thread dougm
dougm 01/06/12 13:45:38 Modified:.Changes src/modules/perl apache_inc.h Log: win32 fixes for apache 1.3.20 Revision ChangesPath 1.593 +2 -0 modperl/Changes Index: Changes

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

2001-06-07 Thread dougm
dougm 01/06/07 17:46:46 Modified:t/response/TestAPI access.pm Log: fix api/access test #4 Revision ChangesPath 1.2 +1 -1 modperl-2.0/t/response/TestAPI/access.pm Index: access.pm

cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm

2001-06-07 Thread dougm
dougm 01/06/07 17:38:56 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.9 +2 -4 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index

cvs commit: modperl-2.0/xs/maps apr_functions.map

2001-06-07 Thread dougm
dougm 01/06/07 17:40:18 Modified:xs/maps apr_functions.map Log: s/cont/pool/ in apr_lock_create prototype Revision ChangesPath 1.11 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/src/modules/perl modperl_callback.c

2001-05-22 Thread dougm
dougm 01/05/22 15:13:28 Modified:src/modules/perl modperl_callback.c Log: bug fix: callbacks that returned DECLINED were changed to OK Revision ChangesPath 1.42 +2 -1 modperl-2.0/src/modules/perl/modperl_callback.c Index: modperl_callback.c

cvs commit: modperl-2.0/xs/APR/URI APR__URI.h

2001-05-22 Thread dougm
dougm 01/05/22 13:58:21 Modified:src/modules/perl modperl_apache_includes.h modperl_types.h modperl_util.c modperl_util.h t/response/TestAPI rutil.pm uri.pm xs/Apache/URI Apache__URI.h xs/maps apache_functions.map

cvs commit: modperl-2.0/src/modules/perl modperl_types.h

2001-05-14 Thread dougm
dougm 01/05/14 14:22:37 Modified:src/modules/perl modperl_types.h Log: fix for non-ithread Perls Revision ChangesPath 1.42 +2 -0 modperl-2.0/src/modules/perl/modperl_types.h Index: modperl_types.h

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

2001-05-13 Thread dougm
dougm 01/05/13 19:41:50 Modified:lib/Apache Build.pm Log: add new -Dthinger so we compile when apache is built with maintainer mode Revision ChangesPath 1.44 +1 -0 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

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

2001-05-13 Thread dougm
dougm 01/05/13 20:30:40 Modified:src/modules/perl mod_perl.c modperl_interp.c modperl_types.h t/response/TestApache cgihandler.pm Log: make modperl_response_handler_cgi() deal properly with PerlInterpScope handler Revision ChangesPath 1.57 +11 -0

cvs commit: modperl-2.0/src/modules/perl modperl_options.c

2001-05-09 Thread dougm
dougm 01/05/09 10:04:36 Modified:src/modules/perl modperl_options.c Log: ithread only option check should only be done on server config, not per-dir Revision ChangesPath 1.7 +1 -1 modperl-2.0/src/modules/perl/modperl_options.c Index: modperl_options.c

cvs commit: modperl-2.0/pod modperl_dev.pod

2001-05-08 Thread dougm
dougm 01/05/08 14:22:50 Modified:pod modperl_dev.pod Log: document some of the newer PerlOptions Revision ChangesPath 1.23 +35 -0 modperl-2.0/pod/modperl_dev.pod Index: modperl_dev.pod

cvs commit: modperl-2.0/xs/maps apache_functions.map modperl_functions.map

2001-05-03 Thread dougm
dougm 01/05/02 23:21:00 Modified:xs/maps apache_functions.map modperl_functions.map Added: t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h Log: add Apache::Log api and tests Revision ChangesPath 1.1 modperl-2.0/t

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

2001-05-02 Thread dougm
dougm 01/05/02 21:01:53 Modified:lib/ModPerl WrapXS.pm Log: somehow the recent change to base.pm requires us to have a $VERSION in the generated .pms Revision ChangesPath 1.12 +1 -0 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

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

2001-05-02 Thread dougm
dougm 01/05/02 21:35:45 Modified:lib/ModPerl TypeMap.pm Log: assume void return type if not defined Revision ChangesPath 1.7 +1 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

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

2001-05-02 Thread dougm
dougm 01/05/02 21:56:32 Modified:lib/ModPerl FunctionMap.pm WrapXS.pm Log: more better prefix guessing Revision ChangesPath 1.7 +4 -3 modperl-2.0/lib/ModPerl/FunctionMap.pm Index: FunctionMap.pm

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

2001-05-02 Thread dougm
dougm 01/05/02 22:41:02 Modified:lib/ModPerl FunctionMap.pm WrapXS.pm Log: add BOOT keyword to indicate a function should be called at BOOT time Revision ChangesPath 1.8 +4 -1 modperl-2.0/lib/ModPerl/FunctionMap.pm Index: FunctionMap.pm

cvs commit: modperl-2.0/xs/Apache/Log - New directory

2001-05-02 Thread dougm
dougm 01/05/02 23:02:50 modperl-2.0/xs/Apache/Log - New directory

cvs commit: modperl-site index.html

2001-05-01 Thread dougm
dougm 01/05/01 08:41:01 Modified:.index.html Log: add mod_perl Pocket Reference book Revision ChangesPath 1.75 +6 -0 modperl-site/index.html Index: index.html === RCS file

cvs commit: modperl Changes Makefile.PL

2001-05-01 Thread dougm
dougm 01/05/01 10:08:25 Modified:.Changes Makefile.PL Log: fix 'make offsite-tar' Revision ChangesPath 1.590 +2 -0 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl

cvs commit: modperl/t/net/perl api.pl

2001-05-01 Thread dougm
dougm 01/05/01 10:28:43 Modified:.Changes ToDo Apache Apache.pm src/modules/perl Apache.xs t/net/perl api.pl Log: add $r-allowed method Revision ChangesPath 1.591 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl-2.0/src/modules/perl modperl_global.h

2001-04-30 Thread dougm
dougm 01/04/30 18:53:53 Modified:src/modules/perl modperl_global.h Log: fix for non-threaded Perls Revision ChangesPath 1.2 +2 -0 modperl-2.0/src/modules/perl/modperl_global.h Index: modperl_global.h

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-29 Thread dougm
dougm 01/04/29 10:53:42 Modified:t/response/TestAPI uri.pm xs/Apache/URI Apache__URI.h xs/maps apache_functions.map apache_structures.map xs/tables/current/ModPerl FunctionTable.pm Log: special case Apache::URI-port Revision

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

2001-04-29 Thread dougm
dougm 01/04/29 21:37:01 Modified:lib/ModPerl Code.pm Log: integrate modperl_global module Revision ChangesPath 1.60 +3 -2 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-29 Thread dougm
dougm 01/04/29 21:37:32 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.13 +224 -1modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_types.h

2001-04-29 Thread dougm
dougm 01/04/29 21:38:37 Modified:src/modules/perl mod_perl.c mod_perl.h modperl_types.h Log: integrate modperl_global module and initialize pconf/request_rec globals Revision ChangesPath 1.51 +13 -0 modperl-2.0/src/modules/perl/mod_perl.c Index

cvs commit: modperl-2.0/t/api - New directory

2001-04-28 Thread dougm
dougm 01/04/28 12:05:09 modperl-2.0/t/api - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 12:10:46 Modified:xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: t/apisendfile.t t/response/TestAPI sendfile.pm Log: add $r-sendfile

cvs commit: modperl-2.0/xs/maps apache_functions.map

2001-04-28 Thread dougm
dougm 01/04/28 12:29:45 Modified:lib/Apache compat.pm xs/maps apache_functions.map Added: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: add send_fd compat method and tests Revision ChangesPath 1.3 +34 -0 modperl

cvs commit: modperl-2.0/xs/Apache/URI - New directory

2001-04-28 Thread dougm
dougm 01/04/28 15:28:12 modperl-2.0/xs/Apache/URI - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:34:20 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.10 +75 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs/maps apache_functions.map

2001-04-28 Thread dougm
dougm 01/04/28 15:35:23 Modified:lib/ModPerl TypeMap.pm WrapXS.pm src/modules/perl modperl_util.c modperl_util.h xs modperl_xs_util.h xs/maps apache_functions.map Added: t/response/TestAPI uri.pm xs/Apache/URI

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:42:56 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: allow optional APR::Pool parameter to allocate Apache::RequestRec-new Revision Changes

cvs commit: modperl-2.0/xs typemap

2001-04-28 Thread dougm
dougm 01/04/28 16:03:08 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_types.h xs typemap Log: since input typemap for char* already calls SvPV(), make use of the length parameter for strings that are copied using the given pool

cvs commit: modperl/t/conf httpd.conf-win32

2001-04-27 Thread dougm
dougm 01/04/27 10:01:55 Modified:.Changes Makefile.PL ToDo src/modules/win32 mod_perl.dsp t/conf httpd.conf-win32 Log: win32 fixes Revision ChangesPath 1.589 +2 -0 modperl/Changes Index: Changes

cvs commit: modperl-2.0/todo asap.txt

2001-04-27 Thread dougm
dougm 01/04/27 10:04:08 Added: todo asap.txt Removed: .ToDo Log: mv ToDo todo/asap.txt Revision ChangesPath 1.1 modperl-2.0/todo/asap.txt Index: asap.txt

cvs commit: modperl-site index.html

2001-04-27 Thread dougm
dougm 01/04/27 10:51:04 Modified:.index.html Log: add commercial support section Revision ChangesPath 1.71 +33 -0 modperl-site/index.html Index: index.html === RCS file: /home

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

2001-04-27 Thread dougm
dougm 01/04/27 14:07:54 Modified:lib/ModPerl BuildOptions.pm Log: add secret sauce Revision ChangesPath 1.8 +5 -0 modperl-2.0/lib/ModPerl/BuildOptions.pm Index: BuildOptions.pm === RCS

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

2001-04-27 Thread dougm
dougm 01/04/27 14:12:26 Modified:lib/Apache Build.pm Log: warn if apxs query failes Revision ChangesPath 1.43 +3 -1 modperl-2.0/lib/Apache/Build.pm Index: Build.pm === RCS file: /home

cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2001-04-25 Thread dougm
dougm 01/04/25 09:19:45 Modified:src/modules/perl mod_perl.c Log: fix #ifndef USE_ITHREADS Revision ChangesPath 1.50 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/pod modperl_style.pod

2001-04-25 Thread dougm
dougm 01/04/25 08:25:46 Modified:pod modperl_style.pod Log: fix typo Revision ChangesPath 1.3 +1 -1 modperl-2.0/pod/modperl_style.pod Index: modperl_style.pod === RCS file: /home

cvs commit: modperl/Apache Apache.pm

2001-04-25 Thread dougm
dougm 01/04/25 22:30:46 Modified:.Changes Apache Apache.pm Log: fix double-loading bug of Perl{Require,Module}s at startup time Revision ChangesPath 1.588 +2 -0 modperl/Changes Index: Changes

<    1   2   3   4   5   6   7   8   >