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

2003-02-17 Thread stas
stas2003/02/17 01:49:05 Modified:xs/maps apache_functions.map Log: by removing previous section (with functions that have moved elsewhere), the 'guess' functionality went broken. Correct by adding an explicit MODULE declaration. Revision ChangesPath 1.62 +1

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

2002-05-24 Thread dougm
dougm 02/05/24 09:58:10 Modified:xs/maps apache_functions.map Log: rename Apache::Util::os_escape_path to Apache::Util::escape_path and reorder args path, p, partial, defaulting partial=TRUE Revision ChangesPath 1.53 +1 -1

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

2002-05-24 Thread dougm
dougm 02/05/24 10:37:08 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm xs/maps apache_functions.map Log: rename ht_time to format_time for the moment to provide 1.x ht_time compat since we now require a pool Revision Changes

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

2002-05-19 Thread dougm
dougm 02/05/19 16:59:52 Modified:xs/maps apache_functions.map apr_functions.map Log: misc api mapping changes: - swap internal_fast_redirect, ap_die args - alias sub_req_lookup_dirent to lookup_dirent, reorder/default args - disable ap_run_child_init, apr_gethostname,

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

2002-03-28 Thread dougm
dougm 02/03/28 16:52:44 Modified:xs/maps apache_functions.map Log: fix to build against current httpd-2.0 Revision ChangesPath 1.46 +2 -2 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

2002-03-09 Thread dougm
dougm 02/03/09 16:14:23 Modified:xs/maps apache_functions.map Log: Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm fix $r-no_cache Revision ChangesPath 1.45 +0 -1 modperl-2.0/xs/maps/apache_functions.map Index:

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

2002-02-26 Thread dougm
dougm 02/02/26 11:04:25 Modified:xs/maps apache_functions.map Log: call the modperl wrapper for ap_run_sub_req Revision ChangesPath 1.44 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

2002-01-24 Thread dougm
dougm 02/01/24 20:04:22 Modified:src/modules/perl modperl_filter.c modperl_filter.h xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map Log: adjust to ap_get_brigade() API change Revision ChangesPath 1.31 +3 -3

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

2002-01-21 Thread stas
stas02/01/21 00:27:30 Modified:xs/Apache/Response Apache__Response.h xs/maps apache_functions.map modperl_functions.map Log: - write a wrapper for $r-set_last_modified() to be the same as in 1.x - specify default values for $r-set_content_length and

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

2002-01-20 Thread dougm
dougm 02/01/20 10:37:05 Modified:src/modules/perl modperl_filter.c modperl_filter.h t/filter/TestFilter input_body.pm input_msg.pm t/protocol/TestProtocol echo_filter.pm xs/Apache/Filter Apache__Filter.h xs/maps

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

2001-12-04 Thread dougm
dougm 01/12/04 14:42:29 Modified:xs/maps apache_functions.map Log: properly default next_filter for subrequest methods to r-output_filters-next rather than NULL Revision ChangesPath 1.40 +3 -3 modperl-2.0/xs/maps/apache_functions.map Index:

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

2001-11-06 Thread dougm
dougm 01/11/06 10:41:46 Modified:todo api.txt xs/Apache/RequestIO Apache__RequestIO.h xs/maps apache_functions.map modperl_functions.map Log: add Apache::RequestIO::{printf,PRINTF} methods Revision ChangesPath 1.13 +1 -1

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

2001-10-07 Thread dougm
dougm 01/10/07 12:22:49 Modified:lib/ModPerl TypeMap.pm xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map apr_functions.map Log: remove ModPerl::TypeMap::first_class guessing based on return_type Revision ChangesPath 1.11

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

2001-09-16 Thread dougm
dougm 01/09/16 18:06:08 Modified:xs/maps apache_functions.map apr_functions.map Log: mark some functions that will not be available via Perl Revision ChangesPath 1.30 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

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

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/maps apache_functions.map

2001-04-23 Thread dougm
dougm 01/04/23 19:26:19 Modified:src/modules/perl modperl_filter.c modperl_filter.h t/filter/TestFilter input_body.pm input_msg.pm xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map Log: adjust to ap_get_brigade() / input

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

2001-04-02 Thread dougm
dougm 01/04/02 12:30:40 Modified:t/hooks authen.t t/hooks/TestHooks authen.pm xs modperl_xs_util.h xs/maps apache_functions.map Added: xs/Apache/Access Apache__Access.h Log: add get_basic_auth_pw() wrapper and tests

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

2001-03-25 Thread dougm
dougm 01/03/25 14:32:11 Modified:xs/maps apache_functions.map apache_structures.map Added: xs/Apache/Command Apache__Command.h xs/Apache/Directive Apache__Directive.h xs/Apache/Module Apache__Module.h Log: enabled

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

2001-03-16 Thread dougm
dougm 01/03/16 22:03:38 Modified:lib/ModPerl Code.pm src/modules/perl modperl_callback.c modperl_config.h modperl_handler.c modperl_handler.h modperl_mgv.c modperl_mgv.h xs/Apache/RequestUtil

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

2001-03-12 Thread dougm
dougm 01/03/12 23:29:03 Modified:xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map Log: add output filter "stream" interface read/print methods Revision ChangesPath 1.2 +53 -0 modperl-2.0/xs/Apache/Filter/Apache__Filter.h

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

2001-03-12 Thread dougm
dougm 01/03/12 23:50:24 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps apache_functions.map Log: the protocol module helpers are functions, not #defines Revision ChangesPath 1.2 +10 -8

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

2001-03-04 Thread dougm
dougm 01/03/04 19:49:12 Added: xs/maps apache_functions.map apache_structures.map apache_types.map Log: the function/structure/type maps for apache Revision ChangesPath 1.1 modperl-2.0/xs/maps/apache_functions.map