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
PerlOptions needs to be usable per-directory (tho different set of options than per-server) More... about 23 years ago
move modperl specific functions into their own .map file More... about 23 years ago
make use of modperl_handler_array_ macros More... about 23 years ago
implement ${r,s}->{push,set,get}_handlers} More... about 23 years ago
get rid of rr nonsense for clarity sake More... about 23 years ago
prototype the 3 pools in run_handlers() rather that use va_args, More... about 23 years ago
no need for modperl_{files,process,connection}_config_t More... about 23 years ago
thinking More... about 23 years ago
need to return the address incase caller needs to initialize (e.g. push/set) More... about 23 years ago
allow modperl_config_req_get() to not core-dump if r == NULL More... about 23 years ago
move some code into modperl_handler_lookup_handlers() so it can be reused for {get,set,push}_handlers More... about 23 years ago
move cmd stuffs into its own module More... about 23 years ago
use consistent prefix for config related stuffs (am i anal or what?) More... about 23 years ago
use proper prefix for all modperl_callback_ functions More... about 23 years ago
moving modperl_handler_* to its own module More... about 23 years ago
script to check which apr_ functions do not have access to a pool More... about 23 years ago
module to include the generated source tables and build hash versions of each More... about 23 years ago
since calling of guess_prefix() moved, need to make sure ModPerl::FunctionMap->prefixes pick up ap_ and apr_ More... about 23 years ago
more better guessing More... about 23 years ago
wrapper for apr_ipsubnet_create() More... about 23 years ago
add new apr_ipsubnet_ functions More... about 23 years ago
do a better job of guessing prefix and package More... about 23 years ago
various updates More... about 23 years ago
try to use names with more meaning More... about 23 years ago
make per-dir merger do something more useful More... about 23 years ago
need to merge threaded_mpm value More... about 23 years ago
support "PerlInterpLifetime handler" More... about 23 years ago
duh, ap_pcw_walk_config already iterates over all servers, More... about 23 years ago
no need to dup a non-parsed handler in a non-threaded mpm More... about 23 years ago
VirtualHosts configured with 'PerlOptions +Parent' need to have autoloaded More... about 23 years ago