156
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
need to PERL_SET_CONTEXT to parent perl in non-threaded mpms More... about 23 years ago
if mpm is not threaded, dont create any clones, use the server parent Perl to serve requests More... about 23 years ago
fixes to compile without MP_TRACE More... about 23 years ago
need to tear down interpreter in non-ithreads mode More... about 23 years ago
fixes to compile with non-ithreads 5.6.0 Perl More... about 23 years ago
generate modperl_handler_lookup() function for mapping Perl*Handler strings to integer value More... about 23 years ago
generate MP_HANDLER_TYPE_* defines More... about 23 years ago
canonicalize MP_HANDLER_TYPE_ names More... about 23 years ago
allow PerlInterpLifetime to be per-dir for subrequest and request lifetime More... about 23 years ago
share selected Perl interpreter across sub-requests by default More... about 23 years ago
add PerlInterpLifetime directive More... about 23 years ago
add modperl_server_desc() function More... about 23 years ago
pass an AV** rather than AV* to modperl_handler_make_args(), which will create the newAV() if needed More... about 23 years ago
add support for IV and PV in modperl_handler_make_args() More... about 23 years ago
add MP_dINTERP_SELECT macro so caller doesnt need to deal with THX More... about 23 years ago
modperl_interp_select() will PERL_SET_CONTEXT for the given thread, so the caller does not need to More... about 23 years ago
the protocol module helpers are functions, not #defines More... about 23 years ago
add output filter "stream" interface read/print methods More... about 23 years ago
... passthru functions always need a THX More... about 23 years ago
move mpxs_write_loop to xs_util.h More... about 23 years ago
add a few protocol module helper methods More... about 23 years ago
add wrappers for apr_{recv,send} More... about 23 years ago
log $@ if $@ in require_module() More... about 23 years ago
make sure Apache::Structure table is loaded More... about 23 years ago
add new functions More... about 23 years ago
make sure ap_includedir still exists More... about 23 years ago
allow util/source_scan.pl to run without function and structure tables More... about 23 years ago
delay require of function and structure tables until runtime so More... about 23 years ago
remove use of Perl structures in modperl_handler_t, More... about 23 years ago
module for walking the parsed Apache configuration More... about 23 years ago