stas2003/02/19 15:55:23
Modified:.Changes
lib/Apache compat.pm
t/response/TestCompat apache.pm
xs/Apache/Response Apache__Response.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTab
stas2003/01/30 20:20:20
Modified:src/modules/perl modperl_global.c modperl_global.h
xs/Apache/RequestUtil Apache__RequestUtil.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
expose modperl_global_request (needed in external apps written in XS )
stas2003/01/28 19:56:00
Modified:.Changes
t/response/TestApache conftree.pm
xs/Apache/Directive Apache__Directive.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
New Apache::Direc
stas2003/01/23 23:48:01
Modified:src/modules/perl modperl_filter.c modperl_filter.h
xs/Apache/Filter Apache__Filter.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
drop the idx argument in modperl_filter_runtime_add, we don't need it
Revision
stas2003/01/23 23:39:29
Modified:.Changes
src/modules/perl modperl_filter.c modperl_filter.h
xs/Apache/Filter Apache__Filter.h
xs/maps apache_functions.map modperl_functions.map
xs/tables/current/ModPerl FunctionTab
stas2003/01/22 16:31:28
Modified:src/modules/perl mod_perl.c mod_perl.h modperl_filter.c
modperl_util.h
.Changes
xs/Apache/RequestIO Apache__RequestIO.h
xs/Apache/SubRequest Apache__SubRequest.h
stas2003/01/21 22:12:43
Modified:.Changes
t/response/TestModperl request_rec_tie_api.pm
todo api.txt
xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl
stas2003/01/21 19:19:43
Modified:.Changes
src/modules/perl modperl_io.c modperl_io.h
t/modperl .cvsignore
todo api.txt
xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
stas2003/01/16 19:08:31
Modified:src/modules/perl modperl_filter.c modperl_filter.h
.Changes
xs modperl_xs_util.h
xs/Apache/RequestIO Apache__RequestIO.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
prev
stas2003/01/16 18:26:32
Modified:.Changes
xs/Apache/Response Apache__Response.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
fix segfault in send_http_header when it's called before the response
phase
Revision ChangesPath
1.1
stas2003/01/14 22:07:11
Modified:src/modules/perl modperl_filter.c modperl_filter.h
modperl_types.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
- implementation of the input stream filtering support (1st phase)
- code refactoring to be
stas2003/01/11 18:33:28
Modified:xs/Apache/Filter Apache__Filter.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add $filter->seen_eos flag for the streaming interface
Revision ChangesPath
1.21 +8 -0
stas2003/01/11 18:31:55
Modified:xs/Apache/Filter Apache__Filter.h
xs/maps apache_structures.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add support for filter context variable
Revision ChangesPath
1.20
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 t
stas2002/12/12 02:05:08
Modified:src/modules/perl mod_perl.c mod_perl.h modperl_config.c
xs/tables/current/ModPerl FunctionTable.pm
Log:
make mod_perl work with vhosts when the server is started prior to
post_config():
- call modperl_init_globals as early as po
stas2002/12/07 17:57:49
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
The recent addition of $r->as_string requiring
modperl_sv_str_header requires, at least for Win32,
adding this function to ModPerl::FunctionTable so
that it gets included in the mod_perl lib.
geoff 2002/12/06 08:19:37
Modified:src/modules/perl modperl_util.c modperl_util.h
t/response/TestAPI rutil.pm
todo api.txt
xs/Apache/RequestUtil Apache__RequestUtil.h
xs/maps modperl_functions.map
xs/tables
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/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/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: FunctionTable.pm
stas2002/08/27 19:24:48
Modified:xs/APR/Bucket APR__Bucket.h
xs/maps apr_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add the APR::Bucket::is_flush glue function
Revision ChangesPath
1.5 +5 -0 modperl-2.0/xs/
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
=
stas2002/08/21 10:25:10
Modified:xs/Apache/Connection Apache__Connection.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
fix the incorrect return type for get_remote_host
s/char */const char */
Revision ChangesPath
1.5 +1 -1 modperl-2.0/
dougm 2002/06/23 14:28:15
Modified:xs/maps apr_functions.map apr_types.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add APR::ThreadMutex module
Revision ChangesPath
1.44 +4 -3 modperl-2.0/xs/maps/apr_functions.map
Index: apr_functi
dougm 2002/06/20 20:04:36
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.74 +4 -21 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
=
dougm 2002/06/20 17:07:25
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.73 +11 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
=
dougm 2002/06/15 18:09:18
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.72 +54 -19modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
=
dougm 2002/06/03 16:46:44
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
need to update pre_config hook namechange for win32 .def
Revision ChangesPath
1.71 +2 -2 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
=
dougm 02/05/29 19:33:49
Modified:src/modules/perl modperl_filter.c modperl_filter.h
xs/APR/Bucket APR__Bucket.h
xs/Apache/RequestIO Apache__RequestIO.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
use apr_size_t rather than apr_ssize
dougm 02/05/25 11:36:37
Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.38 +184 -4modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index:
dougm 02/05/23 22:13:08
Modified:xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.68 +26 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
===
dougm 02/05/22 09:30:40
Modified:t/apr.cvsignore
xs/maps apr_functions.map apr_types.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add APR::OS::thread_current function
Revision ChangesPath
1.5 +1 -0 modperl-2.0/t/apr/
dougm 02/05/20 19:50:16
Modified:t/modperl .cvsignore
xs/Apache/RequestRec Apache__RequestRec.h
xs/maps apache_structures.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
support 1.x subprocess_env functionalit
dougm 02/05/20 17:22:24
Modified:src/modules/perl modperl_apache_includes.h
xs/Apache/RequestRec Apache__RequestRec.h
xs/maps apache_structures.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
add support for $
dougm 02/05/19 13:11:56
Modified:xs/maps apache_functions.map apache_structures.map
modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Log:
wrap $r->content_type("foo/bar") so ap_set_content_type is called underneath
Revis
dougm 02/05/18 16:56:55
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.26 +3 -2 modperl-2.0/xs/tables/cu
dougm 02/05/12 16:01:33
Modified:lib/ModPerl Code.pm
src/modules/perl modperl_cmd.c modperl_config.c
modperl_log.c modperl_log.h
xs/tables/current/ModPerl FunctionTable.pm
Log:
get MP_TRACE working on win32
Revision Chang
dougm 02/04/05 16:40:00
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.24 +2 -1 modperl-2.0/xs/tables/cu
dougm 02/03/29 08:16:21
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.23 +12 -1 modperl-2.0/xs/tables/cu
dougm 01/05/22 13:45:48
Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.8 +4 -1 modperl-2.0/xs/tables/cu
dougm 01/05/05 12:24:44
Modified:xs/Apache/RequestIO Apache__RequestIO.h
xs/maps apache_functions.map modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Added: t/response/TestApache write.pm
Log:
add $r->write method (and WRITE
dougm 01/05/05 11:46:15
Modified:xs/Apache/RequestIO Apache__RequestIO.h
xs/maps modperl_functions.map
xs/tables/current/ModPerl FunctionTable.pm
Added: t/apache read.t
t/response/TestApache read.pm
Log:
add $r->read method (an
dougm 01/05/05 10:38:33
Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision ChangesPath
1.6 +157 -5modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
Index:
43 matches
Mail list logo