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 apr_functions.map

2003-01-01 Thread stas
stas2003/01/01 15:22:19 Modified:.STATUS xs/maps apache_functions.map apr_functions.map Log: mark functions that currently can't be autogenerated, because one or more of their args typemaps are unknown, as 'not implemented' Revision ChangesPath

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

2002-08-26 Thread dougm
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 Index: Apache__Modu

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

2002-05-24 Thread dougm
dougm 02/05/24 10:19:09 Modified:lib/Apache compat.pm t/response/TestApache compat2.pm xs/maps apache_functions.map Log: use a pure-perl version of Apache::Util::escape_html until ap_escape_html is reworked to not require a pool Revision Chan

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 modperl-2.0/xs/maps/apache_functi

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, apr_b

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

2002-05-18 Thread dougm
dougm 02/05/18 18:05:30 Modified:xs/maps apache_functions.map apache_structures.map apr_functions.map apr_structures.map apr_types.map Log: add some newish functions/types, remove some that no longer exist Revision ChangesPath 1.50 +41 -5

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

2002-05-13 Thread dougm
dougm 02/05/13 18:14:19 Modified:.Changes lib/Apache compat.pm t/response/TestApache compat2.pm xs/Apache/URI Apache__URI.h xs/maps apache_functions.map Log: add Apache::Util::unescape_uri alias to Apache::unesca

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

2002-05-10 Thread dougm
dougm 02/05/10 10:01:30 Modified:xs/maps apache_functions.map Log: move construct_server method to Apache::URI module reorder construct_server args to: r, hostname, port, pool default construct_server args to: hostname = ap_get_server_name(r)

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

2002-05-10 Thread dougm
dougm 02/05/10 09:49:10 Modified:lib/Apache compat.pm t/response/TestAPI uri.pm xs/maps apache_functions.map Log: move construct_url method to Apache::URI module default construct_url args uri=r->uri and pool=r->pool Revision ChangesPa

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

2001-05-06 Thread dougm
dougm 01/05/06 19:05:03 Modified:src/modules/perl modperl_filter.c modperl_filter.h xs/Apache/Filter Apache__Filter.h xs/maps apache_functions.map Log: ap_get_brigade() api has changed back to the original, back out the related change Revision

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

2001-05-05 Thread dougm
dougm 01/05/05 10:40:26 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() prototype change Revision ChangesPath 1.18 +3 -3

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

2001-05-04 Thread dougm
dougm 01/05/04 19:15:02 Modified:xs/maps apache_functions.map Log: everything in Apache::Access is in package Apache::RequestRec Revision ChangesPath 1.22 +1 -1 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map =

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

2001-05-04 Thread dougm
dougm 01/05/04 19:06:15 Modified:xs/Apache/Access Apache__Access.h xs/maps apache_functions.map Log: implement ap_allow_methods Revision ChangesPath 1.3 +26 -0 modperl-2.0/xs/Apache/Access/Apache__Access.h Index: Apache__Access.h ==

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

2001-05-04 Thread dougm
dougm 01/05/04 18:17:01 Modified:xs/maps apache_functions.map Log: default force_weak=0 for make_etag, reorder send_mmap args (swap mm and r) Revision ChangesPath 1.20 +2 -2 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map

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

2001-05-04 Thread dougm
dougm 01/05/04 18:01:32 Modified:xs/maps apache_functions.map Log: not sure if these two are of use Revision ChangesPath 1.19 +3 -3 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/03 21:21:55 Modified:lib/Apache compat.pm src/modules/perl modperl_log.h t/response/TestAPI aplog.pm xs/Apache/Log Apache__Log.h xs/maps apache_functions.map modperl_functions.map Log: add 1.x style log_error