dougm 2003/01/10 20:17:58
Modified:.Changes
lib mod_perl.pm
Log:
bump version
Revision ChangesPath
1.97 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file
dougm 2003/01/10 20:14:55
Modified:.Changes STATUS
Log:
1.99_08
Revision ChangesPath
1.96 +1 -1 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes,v
dougm 2003/01/10 19:20:54
Modified:.Makefile.PL
lib/ModPerl Code.pm
Log:
reuse Makefile.PL $mod_perl::VERSION fixup
Revision ChangesPath
1.89 +2 -0 modperl-2.0/Makefile.PL
Index: Makefile.PL
dougm 2003/01/10 18:10:18
Modified:.Changes
Log:
tmp disable of -lapr linking is not part of the release
Revision ChangesPath
1.95 +0 -2 modperl-2.0/Changes
Index: Changes
dougm 2003/01/10 18:09:30
Modified:.STATUS
Log:
stas fixed -lapr linking issues
Revision ChangesPath
1.31 +1 -5 modperl-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/modperl
dougm 2003/01/10 18:07:02
Modified:.README
Log:
we support 2.0.36+
company credits should be on the website.
a few other tweaks.
Revision ChangesPath
1.9 +13 -17modperl-2.0/README
Index: README
dougm 2003/01/10 17:54:44
Modified:lib/ModPerl TestRun.pm
Log:
ask super class if we should_load_module for anything other than mod_perl.c
Revision ChangesPath
1.8 +1 -1 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
dougm 2003/01/10 16:02:17
Modified:src/modules/perl modperl_util.c modperl_util.h
xs/Apache/RequestUtil Apache__RequestUtil.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
sv_str_header needs to be passed the current aTHX to avoid a pile of
calls
dougm 2003/01/10 15:32:33
Modified:xs/Apache/RequestUtil Apache__RequestUtil.h
Log:
s/sv_catpvf/Perl_sv_catpvf/ required for -DPERL_CORE optimization
Revision ChangesPath
1.14 +1 -1 modperl-2.0/xs/Apache/RequestUtil/Apache__RequestUtil.h
Index
dougm 2003/01/10 15:26:03
Modified:src/modules/perl modperl_apache_includes.h
Log:
apr_poll.h and APR_POLL* constant move is recentish; provide support
for older versions
Revision ChangesPath
1.19 +6 -0 modperl-2.0/src/modules/perl/modperl_apache_includes.h
dougm 2003/01/01 10:43:51
Modified:.STATUS
Log:
must be fixed before 1.99_08
Revision ChangesPath
1.28 +3 -5 modperl-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/modperl-2.0
dougm 2002/11/26 09:09:03
Modified:.Changes STATUS
xs/APR/APR APR.xs Makefile.PL
Log:
temporarily disable APR.pm attempt to link against -lapr and -lapr-util
Revision ChangesPath
1.65 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/11/24 17:31:00
Modified:.Changes
src/modules/perl modperl_perl_includes.h
Log:
Submitted by: Randy Kobes <[EMAIL PROTECTED]>
Reviewed by: dougm
fixes to compile with ActivePerl 5.8 beta
Revision ChangesPath
1.62
dougm 2002/11/23 15:25:33
Modified:.Changes
src/modules/perl modperl_interp.c
Log:
Submitted by: Stephen Clouse <[EMAIL PROTECTED]>
Reviewed by: dougm
fix for directive handlers within vhosts using threaded MPMs
Revision ChangesPath
dougm 2002/11/23 14:56:21
Modified:.Changes
src/modules/perl mod_perl.c
Log:
fix support
Revision ChangesPath
1.60 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/11/23 14:42:08
Modified:xs/Apache/Access Apache__Access.h
Log:
Submitted by: Randy Kobes <[EMAIL PROTECTED]>
Reviewed by: dougm
s/newSVpvf/Perl_newSVpvf/ in mpxs_insert_auth_cfg
Revision ChangesPath
1.7 +1 -1 modperl-2.0/xs/Apache/
dougm 2002/11/23 14:35:06
Modified:.Changes
lib/Apache compat.pm
Log:
Submitted by: Walery Studennikov <[EMAIL PROTECTED]>
Reviewed by: dougm
tr/+/ /; in parse_args compat method
Revision ChangesPath
1.59 +1 -1 modperl-2.0/C
dougm 2002/10/22 08:13:23
Modified:.Changes
t/modperl .cvsignore
todo api.txt
xs/Apache/Access Apache__Access.h
Added: t/response/TestModperl setauth.pm
Log:
Submitted by: gozer
Reviewed by: dougm
default
dougm 2002/10/21 20:59:45
Modified:.STATUS
Log:
crypt problem has a workaround now
Revision ChangesPath
1.18 +1 -10 modperl-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs
dougm 2002/10/21 20:56:30
Modified:.Changes
src/modules/perl modperl_interp.c
Log:
workaround glibc/Perl-5.8.0 crypt but with threaded MPMs
Revision ChangesPath
1.57 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/10/21 19:51:00
Modified:src/modules/perl modperl_perl_global.c
Log:
untabify
Revision ChangesPath
1.16 +5 -5 modperl-2.0/src/modules/perl/modperl_perl_global.c
Index: modperl_perl_global.c
dougm 2002/10/21 19:42:03
Modified:.Changes
src/modules/perl modperl_env.c modperl_env.h
modperl_perl_global.c
t/response/TestModperl env.pm
Log:
fix delete $ENV{$key} bug
Revision ChangesPath
1.56 +2
dougm 2002/10/21 10:58:41
Modified:.Changes
t/response/TestAPI access.pm
todo api.txt
xs/Apache/Access Apache__Access.h
xs/maps apache_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log
dougm 2002/10/21 13:22:41
Modified:.STATUS
Log:
gozer update
Revision ChangesPath
1.17 +12 -1 modperl-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/modperl-2.0/STATUS,v
dougm 2002/10/21 13:21:35
Modified:.Changes
lib/Apache compat.pm
Log:
Submitted by: Walery Studennikov <[EMAIL PROTECTED]>
Reviewed by: dougm
fix parse_args compat method to support non-ascii characters
Revision ChangesPath
1.55
dougm 2002/10/21 13:18:10
Modified:.Changes
lib/Apache compat.pm
t/response/TestCompat request.pm
Log:
Submitted by: geoff
Reviewed by: dougm
fix post_connection compat method to behave as it did in 1.x
Revision ChangesPath
dougm 2002/10/07 13:44:32
Modified:t/conf extra.conf.in
Added: t/htdocs/includes-registry test.spl
t/modules include2.t
Log:
test for mod_include parsing of mod_perl script output
Revision ChangesPath
1.4 +2 -1 modperl-2.0/t/conf
dougm 2002/10/07 08:45:52
Modified:lib/Apache PerlSection.pm
src/modules/perl modperl_cmd.c modperl_handler.c
Log:
Submitted by: gozer
Reviewed by: dougm
support APR::Table tie in modperl_handler_make_args
Revision ChangesPath
1.3 +1 -2
dougm 2002/10/06 22:04:13
Modified:lib/Apache compat.pm
Log:
Submitted by: gozer
Reviewed by: dougm
prefer Apache->request to Apache->server in httpd_conf method
Revision ChangesPath
1.68 +2 -1 modperl-2.0/lib/Apache/compat.pm
Index: com
dougm 2002/10/06 22:01:44
Modified:lib/Apache PerlSection.pm
Removed: lib/ModPerl Symdump.pm
Log:
Submitted by: gozer
Reviewed by: dougm
remove need for ModPerl::Symdump (copy of Devel::Symdump)
Revision ChangesPath
1.2 +34 -14modperl-2.0/lib
dougm 2002/10/06 19:44:30
Modified:.Changes STATUS
lib/Apache compat.pm
t/response/TestCompat apache.pm
Log:
Submitted by: gozer
Reviewed by: dougm
add Apache->httpd_conf compat method
Revision ChangesPath
1.52 +3
dougm 2002/10/06 19:35:18
Modified:.Changes STATUS
lib/ModPerl TestRun.pm
src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h
t/conf modperl_extra.pl
t/directive .cvsignore
todo
dougm 2002/10/06 19:28:57
Added: lib/ModPerl Symdump.pm
Log:
add a copy of Devel::Symdump renamed to ModPerl::Symdump.
Devel::Symdump does not ship with perl, but this functionality is
required at the moment for the default handler
(Apache::PerlSection)
Revision
dougm 2002/10/06 19:05:43
Modified:.Changes
lib/ModPerl TestRun.pm
src/modules/perl mod_perl.c modperl_cmd.c
Log:
rename overloaded LoadModule directive to PerlLoadModule
Revision ChangesPath
1.50 +2 -0 modperl-2.0
dougm 2002/09/27 12:41:51
Modified:.Changes
lib mod_perl.pm
Log:
bump version
Revision ChangesPath
1.49 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file
dougm 2002/09/27 12:33:33
Modified:.Changes
lib/ModPerl TestRun.pm
t/response/TestDirective pod.pm
Log:
Submitted by: gozer
Reviewed by: dougm
fix =pod directive test config problem
Revision ChangesPath
1.48 +4 -1
dougm 2002/09/27 08:18:37
Modified:.Changes
lib mod_perl.pm
Log:
bump version
Revision ChangesPath
1.47 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file
dougm 2002/09/27 08:11:21
Modified:.Changes
Log:
1.99_06 release
Revision ChangesPath
1.46 +1 -1 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes,v
dougm 2002/09/10 17:50:31
Modified:.Changes
t/apache scanhdrs.t
t/filter/TestFilter api.pm buckets.pm
Log:
Submitted by: Philippe M. Chiasson <[EMAIL PROTECTED]>
Reviewed by: dougm
tweaks to support Test.pm 1.21
Revision C
dougm 2002/09/05 11:05:52
Modified:src/modules/perl modperl_module.c
Log:
automate SvREFCNT-ing used with modperl_module_cmd_fetch a bit
Revision ChangesPath
1.7 +9 -7 modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
dougm 2002/09/05 10:07:23
Modified:xs/ModPerl/Const Const.pm
Log:
fix typo which triggered bootstrap when running under mod_perl
Revision ChangesPath
1.4 +1 -1 modperl-2.0/xs/ModPerl/Const/Const.pm
Index: Const.pm
dougm 2002/09/04 21:44:23
Modified:src/modules/perl modperl_tipool.c
Log:
plug memory leak in tipools
Revision ChangesPath
1.9 +5 -1 modperl-2.0/src/modules/perl/modperl_tipool.c
Index: modperl_tipool.c
dougm 2002/09/04 20:31:45
Modified:src/modules/perl modperl_cmd.c
Log:
need to free args in modperl_cmd_perl
Revision ChangesPath
1.28 +2 -0 modperl-2.0/src/modules/perl/modperl_cmd.c
Index: modperl_cmd.c
dougm 2002/09/04 18:52:26
Modified:todo api.txt
Log:
update
Revision ChangesPath
1.26 +2 -1 modperl-2.0/todo/api.txt
Index: api.txt
===
RCS file: /home/cvs/modperl-2.0/todo/api.txt
dougm 2002/09/04 18:50:45
Modified:.Changes STATUS
Log:
update
Revision ChangesPath
1.43 +4 -1 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes,v
dougm 2002/09/04 18:49:32
Modified:t/conf modperl_extra.pl
Log:
test $r->add_config
Revision ChangesPath
1.19 +14 -5 modperl-2.0/t/conf/modperl_extra.pl
Index: modperl_extra.pl
===
dougm 2002/09/04 18:49:09
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.85 +191 -31 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
dougm 2002/09/04 18:48:40
Modified:xs/maps modperl_functions.map
Log:
Apache::Directive->insert is replaced by Apache::Server->add_config
add $r->add_config method
Revision ChangesPath
1.45 +3 -1 modperl-2.0/xs/maps/modperl_functions.map
dougm 2002/09/04 18:47:39
Modified:src/modules/perl modperl_config.c modperl_config.h
xs/Apache/Directive Apache__Directive.h
Log:
pulling config insert logic out of Apache__Directive.h so it can be
used elsewhere. made more generic so it can be used at both
dougm 2002/09/04 11:02:51
Modified:.STATUS
Log:
item done
Revision ChangesPath
1.10 +1 -4 modperl-2.0/STATUS
Index: STATUS
===
RCS file: /home/cvs/modperl-2.0/STATUS,v
dougm 2002/09/04 11:00:55
Modified:src/modules/perl mod_perl.c
Log:
LoadModule needs to be RAW_ARGS, else syntax error in httpd.conf if
mod_perl.so is loaded before any non-Perl LoadModules
Revision ChangesPath
1.138 +1 -1 modperl-2.0/src/modules/perl
dougm 2002/09/04 10:56:51
Modified:src/modules/perl mod_perl.c
Log:
make sure MP_init_done is reset when we teardown.
(should only matter for static linkage, but doesn't hurt with dso)
Revision ChangesPath
1.137 +4 -2 modperl-2.0/src/modules/perl/mod_p
dougm 2002/09/04 10:51:02
Modified:src/modules/perl mod_perl.c
Log:
remove calls to modperl_env_unload() and modperl_perl_pp_unset_all()
in modperl_shutdown(), which are already called in modperl_sys_term
Revision ChangesPath
1.136 +0 -4 modperl-2.0/src
dougm 2002/09/04 10:11:22
Modified:src/modules/perl modperl_module.c
t/response/TestDirective loadmodule.pm
Log:
support string values in req_override and args_how
Revision ChangesPath
1.6 +14 -2 modperl-2.0/src/modules/perl/modperl_module.c
dougm 2002/09/04 10:10:15
Modified:lib/ModPerl Code.pm
src/modules/perl mod_perl.c mod_perl.h
xs/ModPerl/Const Const.pm
Log:
add modperl_const{ants}.o to mod_perl.so to make constant lookup
functions available.
Revision ChangesPath
1.88
dougm 2002/08/28 21:32:50
Modified:src/modules/perl modperl_module.c
Log:
lookup {DIR,SERVER}_CREATE methods once per module
Revision ChangesPath
1.5 +22 -18modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
dougm 2002/08/28 21:16:27
Modified:src/modules/perl modperl_module.c
t/response/TestDirective loadmodule.pm
Log:
lookup {DIR,SERVER}_MERGE methods at startup time to avoid method
lookup at request time if method is not defined.
use a modperl_mgv_t for faster
dougm 2002/08/28 21:07:41
Modified:src/modules/perl modperl_mgv.c modperl_mgv.h
Log:
add modperl_mgv_last and modperl_mgv_last_name util functions
Revision ChangesPath
1.18 +15 -0 modperl-2.0/src/modules/perl/modperl_mgv.c
Index: modperl_mgv.c
dougm 2002/08/28 19:28:44
Modified:.Changes
t/response/TestCompat apache.pm
xs/Apache/Const Const.pm
Log:
add Apache::DIR_MAGIC_TYPE constant
Revision ChangesPath
1.42 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/08/28 19:00:56
Modified:lib/Apache Build.pm
Log:
dont add -Ae to ccopts when using gcc on hpux
Revision ChangesPath
1.107 +1 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
dougm 2002/08/28 14:19:07
Modified:src/modules/perl modperl_time.h
Log:
s/times/PerProc_times/g (fixes win32)
Revision ChangesPath
1.3 +2 -2 modperl-2.0/src/modules/perl/modperl_time.h
Index: modperl_time.h
dougm 2002/08/27 20:28:35
Modified:.STATUS
todo api.txt missing_old_features.txt
Log:
some todo/status updates
Revision ChangesPath
1.9 +21 -5 modperl-2.0/STATUS
Index: STATUS
dougm 2002/08/27 20:17:31
Modified:.Changes
Log:
not directive handler support
Revision ChangesPath
1.41 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl
dougm 2002/08/27 20:17:03
Modified:src/modules/perl mod_perl.h
Log:
include modperl_svptr_table.h
Revision ChangesPath
1.52 +1 -0 modperl-2.0/src/modules/perl/mod_perl.h
Index: mod_perl.h
dougm 2002/08/27 20:16:31
Modified:xs/tables/current/Apache FunctionTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.40 +2 -2 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index
dougm 2002/08/27 20:16:20
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_perl.c modperl_perl.h
modperl_module.c
xs/Apache/Module Apache__Module.h
Log:
integrate modperl_svptr_table api
Revision ChangesPath
dougm 2002/08/27 20:14:56
Added: src/modules/perl modperl_svptr_table.c modperl_svptr_table.h
Log:
move ptr_table_ api add ons to their own module.
duplicate the Perl ptr_table_ api into modperl_svptr_table_ api
since the ptr_table_ api does not exist without ithreads
dougm 2002/08/27 20:12:46
Modified:src/modules/perl modperl_cmd.c
Log:
use ap_strstr_c instead of strstr to avoid a warning
Revision ChangesPath
1.27 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.c
Index: modperl_cmd.c
dougm 2002/08/27 20:11:21
Modified:xs/Apache/Directive Apache__Directive.h
Log:
make as_string static
Revision ChangesPath
1.4 +2 -1 modperl-2.0/xs/Apache/Directive/Apache__Directive.h
Index: Apache__Directive.h
dougm 2002/08/27 12:10:08
Modified:src/modules/perl modperl_module.c
Log:
adjustments to compile with -DAP_HAVE_DESIGNATED_INITIALIZER
Revision ChangesPath
1.2 +57 -40modperl-2.0/src/modules/perl/modperl_module.c
Index: modperl_module.c
dougm 2002/08/26 22:19:09
Modified:src/modules/perl modperl_perl.c modperl_perl.h
Log:
fix some 5.6.x compile breakage
Revision ChangesPath
1.17 +22 -4 modperl-2.0/src/modules/perl/modperl_perl.c
Index: modperl_perl.c
dougm 2002/08/26 21:31:55
Modified:lib/ModPerl TestRun.pm
Added: t/response/TestDirective loadmodule.pm
Log:
test for directive handlers
Revision ChangesPath
1.3 +14 -0 modperl-2.0/lib/ModPerl/TestRun.pm
Index: TestRun.pm
dougm 2002/08/26 21:28:48
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.82 +192 -1modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
dougm 2002/08/26 21:28:38
Modified:xs/Apache/Module Apache__Module.h
xs/maps apache_functions.map
Log:
add Apache::Module->get_config method
Revision ChangesPath
1.5 +44 -0 modperl-2.0/xs/Apache/Module/Apache__Module.h
In
dougm 2002/08/26 21:27:44
Modified:src/modules/perl modperl_config.c modperl_types.h
Log:
add modperl_config_srv_t.modules to support Apache::Module->get_config
Revision ChangesPath
1.55 +1 -0 modperl-2.0/src/modules/perl/modperl_config.c
In
dougm 2002/08/26 21:26:54
Modified:src/modules/perl modperl_cmd.c modperl_cmd.h mod_perl.c
mod_perl.h
Log:
add LoadModule directive to support directive handlers
Revision ChangesPath
1.26 +27 -0 modperl-2.0/src/modules/perl
dougm 2002/08/26 21:24:08
Modified:src/modules/perl modperl_interp.c modperl_perl.c
Log:
clone/destroy modperl_module_config_table if it exists (directive handler support)
Revision ChangesPath
1.52 +22 -1 modperl-2.0/src/modules/perl/modperl_interp.c
dougm 2002/08/26 21:21:53
Modified:lib/ModPerl Code.pm
Log:
build modperl_module.o and add MP_TRACE_c
Revision ChangesPath
1.86 +2 -1 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
dougm 2002/08/26 21:21:20
Added: src/modules/perl modperl_module.c modperl_module.h
Log:
module to create an apache module on the fly to support directive handlers
Revision ChangesPath
1.1 modperl-2.0/src/modules/perl/modperl_module.c
Index
dougm 2002/08/26 18:46:27
Modified:src/modules/perl modperl_perl.c modperl_perl.h
Log:
modperl_svptr_table api is an add-on to the Perl ptr_table_ api.
we use a PTR_TBL_t to map config structures (e.g. from parsed
httpd.conf or .htaccess), where each interpreter needs to have
dougm 2002/08/26 18:43:25
Modified:src/modules/perl modperl_interp.c modperl_interp.h
Log:
add functions for getting/setting an interp within a pool,
in the case where we don't have a request_rec or conn_rec,
such as for directive handlers per-{dir,srv} create and
dougm 2002/08/25 20:11:09
Modified:lib/Apache Build.pm
Log:
whoopsie
Revision ChangesPath
1.106 +1 -1 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
===
RCS file: /home/cvs/modperl-2.0
dougm 2002/08/25 20:08:20
Modified:lib/Apache Build.pm
Log:
adjust to ap_release.h version changes. SIGH.
Revision ChangesPath
1.105 +17 -4 modperl-2.0/lib/Apache/Build.pm
Index: Build.pm
dougm 2002/08/25 16:04:55
Modified:src/modules/perl modperl_cmd.c
Log:
need to use scfg->mip->parent->perl rather than modperl_interp_select()
to handle Perl{Require,Module} and when mod_perl is already running.
Revision ChangesPath
1.25 +11 -6 mo
dougm 2002/08/21 09:42:02
Modified:.Changes
src/modules/perl modperl_apache_includes.h
Log:
fix compilation if apache/apr do not have thread support
Revision ChangesPath
1.38 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/08/20 09:49:12
Modified:.Changes
lib mod_perl.pm
Log:
bump version
Revision ChangesPath
1.37 +2 -0 modperl-2.0/Changes
Index: Changes
===
RCS file
dougm 2002/08/20 09:45:00
Modified:.Changes STATUS
Log:
1.99_05
Revision ChangesPath
1.36 +1 -1 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl-2.0/Changes,v
dougm 2002/08/19 13:07:01
Modified:.Changes
src/modules/perl modperl_filter.c
Log:
fix PerlOptions +ParseHeaders to only parse once per-request
Revision ChangesPath
1.35 +2 -0 modperl-2.0/Changes
Index: Changes
dougm 2002/08/19 13:02:24
Modified:.Changes
Log:
updates from post-_04 changes
Revision ChangesPath
1.34 +7 -0 modperl-2.0/Changes
Index: Changes
===
RCS file: /home/cvs/modperl
dougm 2002/07/10 19:06:11
Modified:src/modules/perl mod_perl.c
Log:
fix for non-ithread perls
Revision ChangesPath
1.131 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
Index: mod_perl.c
dougm 2002/07/07 17:53:16
Modified:src/modules/perl modperl_sys.c modperl_sys.h
Log:
add modperl_sys_is_dir function
Revision ChangesPath
1.4 +17 -0 modperl-2.0/src/modules/perl/modperl_sys.c
Index: modperl_sys.c
dougm 2002/07/07 16:47:35
Modified:src/modules/perl modperl_interp.h
Log:
add MP_aTHX macro that can be used in expressions with or without ithreads
Revision ChangesPath
1.17 +4 -0 modperl-2.0/src/modules/perl/modperl_interp.h
Index: modperl_interp.h
dougm 2002/06/29 13:39:22
Added: t/apache scanhdrs2.t
t/response/TestApache scanhdrs2.pm
Log:
add tests for redirects with PerlOptions +ParseHeaders
Revision ChangesPath
1.1 modperl-2.0/t/apache/scanhdrs2.t
Index: scanhdrs2.t
dougm 2002/06/29 13:38:33
Modified:src/modules/perl mod_perl.c modperl_cgi.c modperl_filter.c
modperl_types.h
Log:
add support for redirects with PerlOptions +ParseHeaders
Revision ChangesPath
1.130 +7 -0 modperl-2.0/src/modules/perl
dougm 2002/06/29 12:44:04
Modified:.Makefile.PL
Log:
now that APLOG_TOCLIENT is #ifdef-ed, allow compilation with 2.0.35
Revision ChangesPath
1.87 +1 -1 modperl-2.0/Makefile.PL
Index: Makefile.PL
dougm 2002/06/29 12:43:51
Modified:lib/ModPerl Code.pm
Log:
provide mechanism to #ifdef constants
add APLOG_TOCLIENT to the list of #ifdef constants
Revision ChangesPath
1.84 +20 -2 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
dougm 2002/06/23 15:14:27
Modified:t/response/TestAPR threadmutex.pm
Log:
trylock doesnt return APR_EBUSY on win32
Revision ChangesPath
1.2 +5 -3 modperl-2.0/t/response/TestAPR/threadmutex.pm
Index: threadmutex.pm
dougm 2002/06/23 15:00:04
Modified:xs/maps apr_functions.map
Log:
moving ThreadMutex into same area as Global,Proc Mutex
Revision ChangesPath
1.45 +9 -9 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functions.map
dougm 2002/06/23 14:46:54
Modified:lib/ModPerl MM.pm
Log:
dont build modules that require threads if unless APR_HAS_THREADS is 1
Revision ChangesPath
1.21 +6 -0 modperl-2.0/lib/ModPerl/MM.pm
Index: MM.pm
dougm 2002/06/23 14:46:09
Modified:.Makefile.PL
lib/Apache Build.pm
Log:
parse apr.h and save some useful config values (e.g. APR_HAS_THREADS)
Revision ChangesPath
1.86 +2 -0 modperl-2.0/Makefile.PL
Index: Makefile.PL
1 - 100 of 441 matches
Mail list logo